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

Commit 3a54328

Browse files
authored
Merge pull request #84 from cdr/host-network
Run tcli container on host network
2 parents 3d90829 + bf11f01 commit 3a54328

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