Docker Client Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 32: Line 32:


Load an image from a tar archive.
Load an image from a tar archive.
==ps==
List containers.


==version==
==version==

Revision as of 14:45, 19 April 2017

Internal

Commands

Queries

images
ps
version

Executions

run
exec

build

Takes a Dockerfile and produces a Docker image.

import

Create a new filesystem image from the contents of a tar archive.

gunzip < db.tar.gz | docker import - db

load

Load an image from a tar archive.

version

docker version

Scenarios

TO RELOCATE

Running RabittMQ

Running a database