-
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
Add support for platform
to composefile v3.7 too
#5985
Conversation
c03ab7d
to
bc877f1
Compare
platform
to composefile v3 tooplatform
to composefile v3.7 too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far 👍
Signed-off-by: Vincent Demeester <[email protected]>
bc877f1
to
d31828b
Compare
Any plans to get this in soon? |
Closing this as it staled 😓 |
did this happen or is platform still unavailable a year later? |
I just tried it with Docker Engine 19.03.1, and a declared stack file version of 3.7:
result was not looking good:
|
pltaform? |
Windows server 2019 |
I was referring to the spelling 😉 |
Ah you caught me 🙃 I did try it with correct spelling a few minutes after I posted this comment (hence the partial correction in the edit), still no dice. |
Is this still planned? Looking at the latest comments, it looks like this PR got closed and 'platform' still isn't supported. |
@awakecoding I believe this will be solved with WSL 2 and updates to Windows Server 2019 as far as I recall. |
Can we reopen this? I could use support for platform in new compose format |
Is windows server 2019 getting WSL 2? I still have this issue on windows server 2019 vm that I just spun up on Azure. |
So how can I mix windows and linux containers in one docker compose file, as of today? |
@nicholasyin use an up to date "docker-compose" Not "docker compose". |
Bump composefile version to 3.7 too.
This is related to docker/cli#1050
Also linked to docker/cli#1081
Signed-off-by: Vincent Demeester [email protected]