Fix dockremap calculation

This commit is contained in:
Akihiro Suda 2019-06-12 19:13:34 +09:00 committed by GitHub
parent 9e321760d3
commit 2778995f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ avoid these situations.
This means that user-namespaced processes started by `testuser` are
owned by host UID `231072` (which looks like UID `0` inside the
namespace) through 296608 (231072 + 65536). These ranges should not overlap,
namespace) through 296607 (231072 + 65536 - 1). These ranges should not overlap,
to ensure that namespaced processes cannot access each other's namespaces.
After adding your user, check `/etc/subuid` and `/etc/subgid` to see if your