Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rootless: require subids to be present | Giuseppe Scrivano | 2018-07-16 |
| | | | | | | | | | | | | | | | | | | Most images won't work without multiple ids/gids. Error out immediately if there are no multiple ids available. The error code when the user is not present in /etc/sub{g,u}id looks like: $ bin/podman run --rm -ti alpine echo hello ERRO[0000] No subuid ranges found for user "gscrivano" Closes: https://github.com/projectatomic/libpod/issues/1087 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1097 Approved by: rhatdan | ||
* | test: add test for running a rootless container | Giuseppe Scrivano | 2018-06-15 |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #871 Approved by: mheon |