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
Abhay Singh Kathayat -
Abhay Singh Kathayat -
Nilesh Raut -
Jonas Scholz -
Top comments (0)