jbfink / docker-wordpress

Dockerfile and etc for a Wordpress docker image
The Unlicense
277 stars 120 forks source link

Update Readme. #6

Closed dkinzer closed 11 years ago

dkinzer commented 11 years ago

passing -rm to the docker build process removes intermediary containers after a successful build. Otherwise every line of the docker file gets committed and when you run docker ps -a you see them all.

jbfink commented 11 years ago

Awesome, totally didn't know about this. Thanks!

dkinzer commented 11 years ago

Cool. Thanks!