Comment on Google Embraces Docker, the Next Big Thing in Cloud ComputingparentComments−opendais12yhttp://blog.codiez.co.za/2013/09/setup-a-docker-container-wi...sudo docker run -i -t ubuntu /bin/bash sudo docker commit [container id] [tag]Is that what you are looking for?−wmf12ydocker commit produces an opaque container image that's not documented or repeatable.
Comments
http://blog.codiez.co.za/2013/09/setup-a-docker-container-wi...
sudo docker run -i -t ubuntu /bin/bash sudo docker commit [container id] [tag]
Is that what you are looking for?
docker commit produces an opaque container image that's not documented or repeatable.