Skip to content

Commit

Permalink
docker save/load
Browse files Browse the repository at this point in the history
  • Loading branch information
lofyer committed Jan 5, 2015
1 parent 571966e commit d0b6ff4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/posts/appendix01.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@ Docker已经越来越流行了(IaaS平台开始支持它,PaaS平台也开始
docker log my_container
commit/save/load

.. code::
docker images
docker commit $image_id$ myimage
docker save myimage > myimage.tar
docker load < myimage.tar
Registry操作
-------------

Expand Down

0 comments on commit d0b6ff4

Please sign in to comment.