compose-ref icon indicating copy to clipboard operation
compose-ref copied to clipboard

container start fails with `network_mode: host`

Open robertgzr opened this issue 4 years ago • 0 comments

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 avatar Mar 25 '21 12:03 robertgzr