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
Suleiman Dibirov -
CiCube -
Lucas Aguiar -
Simone Lusenti -
Top comments (0)