Docker build: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Takes a [[Docker_Concepts#Dockerfile|Dockerfile]] and produces a [[Docker_Concepts#Container_Image|Docker image]]. | Takes a [[Docker_Concepts#Dockerfile|Dockerfile]] and produces a [[Docker_Concepts#Container_Image|Docker image]]. The default location for the Dockerfile is the current directory. |
Revision as of 19:17, 14 May 2017
External
Internal
Overview
Takes a Dockerfile and produces a Docker image. The default location for the Dockerfile is the current directory.