Docker Client Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→build) |
||
Line 14: | Line 14: | ||
==build== | ==build== | ||
Takes a [[Dockerfile]] and produces a [[Docker image]]. | Takes a [[Docker_Concepts#Dockerfile|Dockerfile]] and produces a [[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.