Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

container start fails with network_mode: host #53

Open
robertgzr opened this issue Mar 25, 2021 · 0 comments · May be fixed by #54
Open

container start fails with network_mode: host #53

robertgzr opened this issue Mar 25, 2021 · 0 comments · May be fixed by #54

Comments

@robertgzr
Copy link

Description

Creating container for service testsuite ... 2021/03/25 12:42:29 Error response from daemon: network-scoped alias is supported only for containers in user defined networks
services:
  test:
    image: alpine
	command:
		- sh
		- -c
		- ip link
    network_mode: host

robertgzr added a commit to robertgzr/compose-ref that referenced this issue Mar 25, 2021
robertgzr added a commit to robertgzr/compose-ref that referenced this issue Mar 25, 2021
Fixes compose-spec#53

Signed-off-by: Robert Günzler <r@gnzler.io>
@robertgzr robertgzr linked a pull request Mar 25, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant