From bf11f0134a5108cd33934eb739296e81fcc620fa Mon Sep 17 00:00:00 2001 From: Charlie Moog Date: Thu, 30 Jul 2020 19:10:30 -0500 Subject: [PATCH] Run tcli container on host network --- ci/tcli/tcli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/tcli/tcli.go b/ci/tcli/tcli.go index 8a9fd2be..fe225c6e 100644 --- a/ci/tcli/tcli.go +++ b/ci/tcli/tcli.go @@ -65,6 +65,7 @@ func NewContainerRunner(ctx context.Context, config *ContainerConfig) (*Containe args := []string{ "run", "--name", config.Name, + "--network", "host", "-it", "-d", } args = append(args, mountArgs(config.BindMounts)...) 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