Skip to content

Commit f1290c8

Browse files
utam0kroboquat
authored andcommitted
Remove slirp4netns from docker-up.
1 parent 2c8f19a commit f1290c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

components/docker-up/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
bin
22
docker-compose
33
docker.tgz
4-
slirp4netns
54
runc

components/docker-up/docker-up/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func main() {
6868
pflag.BoolVarP(&opts.Verbose, "verbose", "v", false, "enables verbose logging")
6969
pflag.BoolVar(&opts.RuncFacade, "runc-facade", true, "enables the runc-facade to handle rootless idiosyncrasies")
7070
pflag.StringVar(&opts.BinDir, "bin-dir", filepath.Dir(self), "directory where runc-facade is found")
71-
pflag.BoolVar(&opts.AutoInstall, "auto-install", true, "auto-install prerequisites (docker, slirp4netns)")
71+
pflag.BoolVar(&opts.AutoInstall, "auto-install", true, "auto-install prerequisites (docker)")
7272
pflag.BoolVar(&opts.UserAccessibleSocket, "user-accessible-socket", true, "chmod the Docker socket to make it user accessible")
7373
pflag.BoolVar(&opts.DontWrapNetNS, "dont-wrap-netns", os.Getenv("WORKSPACEKIT_WRAP_NETNS") == "true", "wrap the Docker daemon in a network namespace")
7474
pflag.Parse()

0 commit comments

Comments
 (0)