Docker Client Operations

From NovaOrdis Knowledge Base
Revision as of 14:08, 19 April 2017 by Ovidiu (talk | contribs) (→‎exec)
Jump to navigation Jump to search

Internal

Commands

build

Takes a Dockerfile and produces a Docker image.

exec

docker exec -it <image-name> bash 

import

gzcat ubuntu.tar.gz | docker import - db

ps

version

docker version

Scenarios

TO RELOCATE

Running RabittMQ

Running a database