Docker Client Operations: Difference between revisions
Jump to navigation
Jump to search
(→images) |
|||
Line 20: | Line 20: | ||
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]]. | ||
==import== | ==import== |
Revision as of 14:44, 19 April 2017
Internal
Commands
Queries
Executions
build
Takes a Dockerfile and produces a Docker image.
import
Create a new filesystem image from the contents of a tar archive.
gunzip < db.tar.gz | docker import - db
load
Load an image from a tar archive.
ps
List containers.
version
docker version
Scenarios
TO RELOCATE