dev-resources.site
for different kinds of informations.
Docker Compose: Remove all containers, networks, volumes and images from a project
Published at
10/24/2024
Categories
tutorial
docker
Author
Sergio Peris
Docker Compose allows us to run dockerized projects, it pulls images, creates networks, volumes and containers.
If you want to completely remove the project from your system, you can use the following command:
docker compose down -v --rmi all --remove-orphans
This command will remove all containers, volumes, networks and images that belong to the docker-compose.yml
project.
Articles
12 articles in total
Change keyboard to Spanish distribution on Ubuntu Server
read article
SQL Server: Get database port
read article
Laravel queues: Skip job if no longer required
read article
How to check your battery health
read article
Disable password expiration in Windows
read article
Add a sidebar with options in a Filament resource
read article
Enable GRUB menu
read article
Add Windows 10 to GRUB OS list
read article
Docker Compose: Remove all containers, networks, volumes and images from a project
currently reading
Add Enter after barcode with Honeywell PDA
read article
How to deploy Tileserver GL
read article
Reset unknown Windows' administrator password
read article
Featured ones: