We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149400a commit 4d6a45bCopy full SHA for 4d6a45b
examples/systemd/user/buildkit.service
@@ -5,7 +5,7 @@ Documentation=https://github.com/moby/buildkit
5
[Service]
6
Type=notify
7
NotifyAccess=all
8
-ExecStart=rootlesskit /usr/local/bin/buildkitd --addr unix://%t/buildkit/rootless
+ExecStart=rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback /usr/local/bin/buildkitd --addr unix://%t/buildkit/rootless
9
10
[Install]
11
WantedBy=multi-user.target
0 commit comments