-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[BUG] command exec
of compose v2 cant recognize running service
#10359
Comments
please run |
It seems there no command
|
yes indeed, sorry for the confusion. |
I'm closing this issue as obsolete, with no activity for > 1 year |
Description
$ docker compose exec web bash
=> service "web" is not running container #1
$ docker compose ps | grep web
foo-web-1 foo-web "cmd foo" web 21 hours ago Up 6 hours 127.0.0.1:xxxx->80/tcp
But
docker-compose-v1 exec web bash
works well.I was work on macOS 13.0.1 (22A400) with chip Apple M1 Pro
Steps To Reproduce
No response
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: