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
Ili Aliaj -
Theodor Heiselberg -
Aniello Musella -
Michael Levan -
Top comments (0)