-
Notifications
You must be signed in to change notification settings - Fork 5.4k
docker-compose create suggests --remove-orphans, which doesn't work #9718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
FYI, the only Docs: https://docs.docker.com/engine/reference/commandline/compose_down/ https://docs.docker.com/engine/reference/commandline/compose_up/ I've run into this with
to:
Unless maintainers want to add |
Still an issue |
message indeed suggests to use |
@ndeloof, as noted in the comments above, this message also shows on |
Description
If it finds orphaned containers,
docker-compose create
will suggest running again with--remove-orphans
, which is not a flag thatcreate
accepts.Steps to reproduce the issue:
docker-compose create
docker-compose create
again, which will complain:docker-compose create --remove-orphans
Describe the results you received:
Describe the results you expected:
Orphaned containers are removed.
Output of
docker compose version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: