Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit bf11f01

Browse files
committed
Run tcli container on host network
1 parent 3d90829 commit bf11f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/tcli/tcli.go

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func NewContainerRunner(ctx context.Context, config *ContainerConfig) (*Containe
6565
args := []string{
6666
"run",
6767
"--name", config.Name,
68+
"--network", "host",
6869
"-it", "-d",
6970
}
7071
args = append(args, mountArgs(config.BindMounts)...)

0 commit comments

Comments
 (0)