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
If i docker:start a container that's supposed to have volumes, docker may create one or more automatic volumes for it which won't get removed without the "v" option:
"bind-mounts" don't get touched by this option, it only concerns the automatically created volume directories and their contents usually found under /var/lib/docker/vfs/dir/
It'd be nice if your remove container did this by default, or if you added an option to set the parameter.
thanks.
The text was updated successfully, but these errors were encountered:
If i docker:start a container that's supposed to have volumes, docker may create one or more automatic volumes for it which won't get removed without the "v" option:
https://docs.docker.com/reference/api/docker_remote_api_v1.17/#remove-a-container
"bind-mounts" don't get touched by this option, it only concerns the automatically created volume directories and their contents usually found under /var/lib/docker/vfs/dir/
It'd be nice if your remove container did this by default, or if you added an option to set the parameter.
thanks.
The text was updated successfully, but these errors were encountered: