Docker

From MyWiki
Revision as of 12:15, 24 June 2015 by George2 (Talk | contribs)

Jump to: navigation, search

Reference : https://docs.docker.com/userguide/dockerimages/

Updating and committing an image
1. Start the image and note the number :

$ docker run -t -i training/sinatra /bin/bash
root@0b2616b0e5a8:/#

2. Install some software and then exit the container.