Skip to content
New issue

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 docker in rootless mode #109

Open
lelinhtinh opened this issue Jul 5, 2021 · 0 comments
Open

Add support for docker in rootless mode #109

lelinhtinh opened this issue Jul 5, 2021 · 0 comments

Comments

@lelinhtinh
Copy link

Same #53, but in rootless mode.

The location of systemd configuration files are different when running Docker in rootless mode. When running in rootless mode, Docker is started as a user-mode systemd service, and uses files stored in each users’ home directory in ~/.config/systemd/user/docker.service.d/. In addition, systemctl must be executed without sudo and with the --user flag.
See https://docs.docker.com/config/daemon/systemd/#httphttps-proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant