Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit3a54328

Browse files
authored
Merge pull request#84 from cdr/host-network
Run tcli container on host network
2 parents3d90829 +bf11f01 commit3a54328

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)

[8]ページ先頭

©2009-2025 Movatter.jp