Docker Client Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
==build==
==build==


Takes a [[Docker_Concepts#Dockerfile|Dockerfile]] and produces a [[Docker image]].
Takes a [[Docker_Concepts#Dockerfile|Dockerfile]] and produces a [[Docker_Concepts#Container_Image|Docker image]].

Revision as of 14:41, 30 March 2017

Internal

Commands

exec

docker exec -it <image-name> bash 

build

Takes a Dockerfile and produces a Docker image.