Install Docker
The homebrew
version ofdocker-compose
requires virtualbox
, which is not available for Apple Silicon chips. Install Docker Desktop installed.
Usage
Remove Containers and Images
docker system prune
will remove:
- all stopped containers
- all networks not used by at least one container
- all dangling images
- all dangling build cache
Removing all stopped containers
Remove a container upon exit
Stop and remove all containers
Removing dangling images
Remove all images ☢️
Useful Docker Tools
Convert videos to gifs
Pull the docker image from here.