Skip to content

Instantly share code, notes, and snippets.

View jamesg1's full-sized avatar

James Gosbell jamesg1

  • Brisbane, Australia
View GitHub Profile
@jamesg1
jamesg1 / Docker Remove all Images and Container.md
Last active May 8, 2019 04:07
Docker Remove all Images and Container

Delete all containers and images

docker system prune -a

List all containers

docker ps

List all containers (by IDs)

docker ps -aq

Stop all running containers