Docker load: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Client Operations =Overview=")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* https://docs.docker.com/engine/reference/commandline/load/
=Internal=
=Internal=


* [[Docker Client Operations#load|Client Operations]]
* [[Docker Client Operations#Image_Operations|Image Operations]]


=Overview=
=Overview=
Load an image from a tar archive.
<pre>
gunzip < db_image.tar.gz | docker load
</pre>

Latest revision as of 18:32, 5 December 2017

External

Internal

Overview

Load an image from a tar archive.

gunzip < db_image.tar.gz | docker load