Build an image from a Dockerfile
Display Docker system-wide information
List of running containers
show all containers
Show the latest created container (includes all states)
Pulls the image from the repository
Push the image to the repository
Inspect the container
Retrieves the logs of a container
Kill a running container
Suspends all the processes in the running container
Lists the port mappings for the container
Restarts the container
Removes the container
Run a command in a new container
Start a stoped container
Display a live stream of container(s) resource usage statistics
Stop one or more running containers
Un-pause all processes within one or more containers
Create a new container based image
List images
Remove images
Run a command in an image
Save images to a tar archive
Create a network
Connect a container to a network
Connect a container to a network,Specify the ip address of container interface
Disconnect a container from a network
List networks
Display detailed information for networks
Remove one or more networks
Create a volume
Display detailed information on one or more volumes
List volumes
Remove volumes
Copy files/folders specified by source_path from container to the local filesystem
Copy files/folders specified by source_path from local filesystem to the container
Run a command in a running container
docker stop [OPTIONS] CONTAINER [CONTAINER...] Stop one or more running containers Options: -t, --time int Seconds to wait for stop before killing it (default 10)