Docker Commands
Summary of Docker Commands
Create container
docker container create [options] [image name] [command] [parameters] Run container
docker container run [options] [image name] [command] [parameters]Start container
docker container start [container name]Stop container
Pause container
Unpause container
Remove container
Check the log
Check container stats
Check process status
Connect to container
List images
Remove image(s)
Docker system prune
Last updated