Quantcast
Channel: Active questions tagged windows-subsystem-for-linux - Ask Ubuntu
Viewing all articles
Browse latest Browse all 2795

I have installed buildkit, and I can run the deamon manually. I want to manage it with systemd instead, is this possible?

$
0
0

Installed with this:

tar -C ~/.local/bin/ -xzf /tmp/nerdctl.tar.gz --strip-components 1 bin/buildkitd bin/buildctl

Run the deamon with this:

sudo $(which buildkitd) &

which buildkitd returns this: /home/<username>/.local/bin/buildkitd

What file should I start using systemd?

Currently start containerd with

sudo systemctl enable containerdsudo systemctl start containerd

Viewing all articles
Browse latest Browse all 2795

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>