-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add support for docker compose cli #614
Comments
From # ...
relay:
build:
context: /Users/kevans/Sites/example/.my127ws/docker/image/relay
dockerfile: /Users/kevans/Sites/example/.my127ws/docker/image/relay/Dockerfile
This bubbles up to errors with Raised https://github.com/docker/compose-cli/issues/2063 for the difference, but might be intentional |
Lots of complaints about:
|
Formatting of the welcome message when run via
Seems to be https://github.com/docker/compose-cli/issues/2008#issuecomment-909413300 |
This was referenced Sep 1, 2021
#761 new compose bug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker compose cli will be replacing docker-compose at some point. Docker Desktop already includes it under
docker compose
and has a plan to migrate docker-compose over to it, starting with an experimental feature that makesdocker-compose
calldocker compose
Trying it out I found some initial issues with
ws external-images config
but there may be more issuesThe text was updated successfully, but these errors were encountered: