create
Create a new containerstart
Start one or more stopped containersrun
Run a command in a new containerattach
Attach to a running containerrename
Rename a containerrestart
Restart a running containerstop
Stop a running containerkill
Kill a running containerrm
Remove one or more containersport
List port mappings or a specific mapping for the CONTAINER
build
Build an image from a Dockerfilecommit
Create a new image from a container's changeshistory
Show the history of an imageload
Load an image from a tar archive or STDINsave
Save an image(s) to a tar archivetag
Tag an image into a repositoryrmi
Remove one or more images
top
Display the running processes of a containerevents
Get real time events from the serverps
List containersimages
List imagesinspect
Return low-level information on a container or imagelogs
Fetch the logs of a containerstats
Display a live stream of container(s) resource usage statistics
diff
Inspect changes on a container's filesystemcp
Copy files/folders from a container to a HOSTDIR or to STDOUT
exec
Run a command in a running containerexport
Export a container's filesystem as a tar archiveimport
Import the contents from a tarball to create a filesystem image
pause
Pause all processes within a containerunpause
Unpause all processes within a containerwait
Block until a container stops, then print its exit code
search
Search the Docker Hub for imageslogin
Register or log in to a Docker registrylogout
Log out from a Docker registrypull
Pull an image or a repository from a registrypush
Push an image or a repository to a registry
info
Display system-wide informationversion
Show the Docker version information