Docker goodies
Jump to navigation
Jump to search
Attach to a running container
Remove untagged docker images
http://stackoverflow.com/a/28377696/1497139
docker rmi -f $(docker images -f "dangling=true" -q)
Support for build env variables
Upcoming feature in 1.9?