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
Rakib Hasan -
Yiran Jing -
Aniello Musella -
RedRobot.dev -
Top comments (0)