We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for systemd socket activation, as described in #1793 (comment)
http://0pointer.de/blog/projects/socket-activation.html
# /etc/systemd/system/buildkit.service [Unit] Description=BuildKit Documentation=https://github.com/moby/buildkit [Service] ExecStart=/usr/local/bin/buildkitd --addr fd:// [Install] WantedBy=multi-user.target # /etc/systemd/system/buildkit.socket [Unit] Description=BuildKit Documentation=https://github.com/moby/buildkit [Socket] ListenStream=%t/buildkit/buildkitd.sock [Install] WantedBy=sockets.target
The text was updated successfully, but these errors were encountered:
minikube image build
Successfully merging a pull request may close this issue.
Add support for systemd socket activation, as described in #1793 (comment)
http://0pointer.de/blog/projects/socket-activation.html
The text was updated successfully, but these errors were encountered: