Docker Client Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
:<span id='import'></span>[[docker import|import]]
:<span id='import'></span>[[docker import|import]]
:<span id='load'></span>[[docker load|load]]
:<span id='load'></span>[[docker load|load]]
==build==
Takes a [[Docker_Concepts#Dockerfile|Dockerfile]] and produces a [[Docker_Concepts#Container_Image|Docker image]].
==import==
Create a new filesystem image from the contents of a tar archive.
<pre>
gunzip < db.tar.gz | docker import - db
</pre>
==load==
Load an image from a tar archive.


=Scenarios=
=Scenarios=

Revision as of 14:51, 19 April 2017

Internal

Commands

Queries

images
ps
version

Executions

run
exec

Other

build
import
load

Scenarios

TO RELOCATE

Running RabittMQ

Running a database