-
Notifications
You must be signed in to change notification settings - Fork 254
Using network_mode: 'host' with docker compose up
results in error, works in docker-compose
#1619
Comments
This has been fixed already by #1541 |
ah thanks @ndeloof and sorry for the duplicate issue, I think I'm on the latest version of docker for desktop so I imagine I just need to wait for it to be released on it |
Is this still not deployed in Docker Windows? |
I’m not sure in which Docker Desktop version it was first released, but the latest one definitely has it. |
`Client: Docker Engine - Community Server: Docker Engine - Community Still happens |
Description
Specifying
network_mode
fails with:Steps to reproduce the issue:
network_mode: ...
e.g.
docker compose up
Describe the results you received:
Describe the results you expected:
The containers are created, in the same way as
docker-compose
. My docker-compose version isAdditional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
Running those commands locally
The text was updated successfully, but these errors were encountered: