Skip to content
Snippets Groups Projects

add uidmap in order to use rootless docker

Open Ludwig Moström requested to merge snoodelz/debian:patch-1 into master

Found out there's a rootless way of running docker, but we're missing uidmap and maybe iptables.

https://docs.docker.com/engine/security/rootless/

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Interesting!

    Iptables are quite outdated nowdays, looking into nftables would be more productive I think.

    Also, I'm wondering what usecase you have in mind. Is it to run programs in an isolated-development environment or is it to have long-running services in containers?

  • Primarily the latter, mostly to learn more about docker containers and also the convenience of being "sysadmin" of those containers you create. Feels less messy compared to building packages you want in your home dir and exporting them to path.

Please register or sign in to reply
Loading