Offline Image Transfers #1155

This commit is contained in:
Frederick F. Kautz IV
2013-11-20 03:52:33 +00:00
parent b700ee006a
commit 7eaa59f626
4 changed files with 228 additions and 0 deletions
+22
View File
@@ -559,6 +559,17 @@ Known Issues (kill)
* :issue:`197` indicates that ``docker kill`` may leave directories
behind and make it difficult to remove the container.
.. _cli_load:
``load``
--------
::
Usage: docker load < repository.tar
Loads a tarred repository from the standard input stream.
Restores both images and tags.
.. _cli_login:
``login``
@@ -852,6 +863,17 @@ Known Issues (run -volumes-from)
could indicate a permissions problem with AppArmor. Please see the
issue for a workaround.
.. _cli_save:
``save``
::
Usage: docker save image > repository.tar
Streams a tarred repository to the standard output stream.
Contains all parent layers, and all tags + versions.
.. _cli_search:
``search``