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

Provide basic directions for rootless installation #37

Open
hexmode opened this issue Feb 17, 2023 · 0 comments
Open

Provide basic directions for rootless installation #37

hexmode opened this issue Feb 17, 2023 · 0 comments

Comments

@hexmode
Copy link
Contributor

hexmode commented Feb 17, 2023

Of course, I'm using podman, so these are podman and debian or ubuntu specific:

  1. Install podman-docker
  2. Run sudo sysctl net.ipv4.ip_unprivileged_port_start=80
  3. Add a file at /etc/sysctl.d/99-rootless-podman.conf containing net.ipv4.ip_unprivileged_port_start = 80 (for reboots).
  4. Run systemctl --user enable podman.socket + systemctl --user start podman.socket as non-root
  5. Set DOCKER_HOST envvar to unix:///run/user/``id -u``/podman/podman.sock
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