Docker Client Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 18: | Line 18: | ||
==Other== | ==Other== | ||
:<span id='build'></span>[[docker build|build]] | |||
:<span id='import'></span>[[docker import|import]] | |||
:<span id='load'></span>[[docker load|load]] | |||
==build== | ==build== |
Revision as of 14:48, 19 April 2017
Internal
Commands
Queries
Executions
Other
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.
Scenarios
TO RELOCATE