xie186 / miscellaneous_note

0 stars 0 forks source link

Docker manual #11

Open xie186 opened 4 years ago

xie186 commented 4 years ago

# list all the containers including the Exited and Dead containers
sudo docker ps -a

Remove images

docker container rm <ID><ID>