docker compose down --volumes --rmi all
OR
docker-compose down --rmi all -v
The -v (or --volumes) flag instructs docker-compose down to remove all volumes linked to the services defined in your docker-compose.yml file.
docker compose down --volumes --rmi all
OR
docker-compose down --rmi all -v
The -v (or --volumes) flag instructs docker-compose down to remove all volumes linked to the services defined in your docker-compose.yml file.
For further actions, you may consider blocking this person and/or reporting abuse
Jonas Scholz -
Francesco Ciulla -
Aung Thu Oo -
Bro Karim -
Top comments (0)