Build a image with the name my-image and tag 1.0
List local images
Delete local image by the name:tag my-image:1.0
Build an image in the current directory with the name my-image
Pull image nginx from a registry
Push image my-image to repository myrepo under a registry
Run a container from my-image:1.0
Run a container from my-image:1.0 with the name www
Run a container from my-image:1.0 exposing internal port 3000 to external port 80
Stop a container by the name www
Stop containers by the name www1 www2 ...
Kill a container by the name www
Kill containers by the name www1 www2 ...
List running containers
List all containers
Runs id in www container
Run an interactive bash shell on the container
List network
Remove all unused containers, networks, images (both dangling and unreferenced)
Remove all unused containers, networks, images (both dangling and unreferenced), and volumes.
Remove all unused containers, networks, all unused images, and volumes.
Create and run containers in the foreground
Create and run containers in the background
List running containers
List all containers
Stop containers
Stop and remove containers, networks created by up
Pull images defined in a Compose file