You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Output of docker context show:
You can also run docker context inspect context-name to give us more details but don't forget to remove sensitive content.
Description
Running
docker compose down -v
does not remove volumes.Steps to reproduce the issue:
Use a compose file with a volume:
Describe the results you received:
Describe the results you expected:
Running
docker compose down -v
should act identical todocker-compose down -v
.Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
Running inside WSL2.
The text was updated successfully, but these errors were encountered: