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

Lines changed: 1 addition & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy