DEMO
docker search centos | grep php
Pull down and run command Hello World on your container
#View the history of what you ran in your container
#Run another command from your container
#Interactive Login of your container
#Interactive Login of your container attaching it to a local port 81
#Copy wiki files
#start httpd
When i Exit i loose everything that i just did :(
I guess ill try to commit my changes and create my own image
#Run docker container using local drives, interactive
#Run docker container user local drives, damonized
This still isnt good enough for me i want it to me more automated
DOCKERFILE
cal host
DOCKERFILE WITH DATA CONTAINER
DEPLOY WORDPRESS SITE