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