Short Description
WordPress / Mysql datastore volume container
Full Description
This is used to hopefully persist data for mysql and wordpress site so it can be deployed anywhere and still have the same settings in wordpress.
Does not have to be running
Command:
docker run -v /var/lib/mysql -v /var/www/html --name=wp_datastore -d busybox echo 'My datastore'
Container will start run command and stop which is by design.
Docker Pull Command
Owner
starblade