Docker Client Operations

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

Internal

Commands

Queries

images
ps
inspect
version

Executions

run
exec

Other

build
import
load
update

Recipes

Scenarios

TO RELOCATE

Running RabittMQ

docker run -d --hostname my-rabbit --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq

Running a database

docker run -d -p 1521:1521 --restart=always --name=db db /entrypoint.sh