Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 146 Bytes

File metadata and controls

13 lines (9 loc) · 146 Bytes

basic commands

Stop running process

docker stop $(docker ps -a -q)

Delete containers

docker system prune -a