unprivileged

  1. A

    change limits for unprivileged container

    How do change (persistent) limits (open files) for unprivileged containers? root@container1:~# ulimit -n 65536 -bash: ulimit: open files: cannot modify limit: Operation not permitted prlimit - not affected changes in pvenode:/etc/security/limit.conf - not affected
  2. M

    Discussion: Best practice for unprivileged containers

    First of all, thanks for this feature! I'm now converting almost of my containers into unprivileged ones. But as i'm doing some kind of Docker-like separation of code and data on almost all services using a lot of mountpoints, i just felt some need to discuss things ;) Example: I have some...