Closed dkinzer closed 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.
-rm
docker ps -a
Awesome, totally didn't know about this. Thanks!
Cool. Thanks!
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 rundocker ps -a
you see them all.