mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #20649 from runcom/fedora-update-userns
docs: reference: commandline: daemon: fedora 23+ has mapping files
This commit is contained in:
commit
efb915800a
1 changed files with 4 additions and 5 deletions
|
@ -715,10 +715,9 @@ the first 65536 range:
|
||||||
dockremap:165536:65536
|
dockremap:165536:65536
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Note:** On a fresh Fedora install, we had to `touch` the
|
> **Note:** On Fedora 22, you have to `touch` the `/etc/subuid` and `/etc/subgid`
|
||||||
> `/etc/subuid` and `/etc/subgid` files to have ranges assigned when users
|
> files to have ranges assigned when users are created. Once these files
|
||||||
> were created. Once these files existed, range assignment on user creation
|
> exist, range assignment on user creation works properly.
|
||||||
> worked properly.
|
|
||||||
|
|
||||||
If you have a preferred/self-managed user with subordinate ID mappings already
|
If you have a preferred/self-managed user with subordinate ID mappings already
|
||||||
configured, you can provide that username or uid to the `--userns-remap` flag.
|
configured, you can provide that username or uid to the `--userns-remap` flag.
|
||||||
|
@ -899,4 +898,4 @@ Updating and reloading the cluster configurations such as `--cluster-store`,
|
||||||
`--cluster-advertise` and `--cluster-store-opts` will take effect only if
|
`--cluster-advertise` and `--cluster-store-opts` will take effect only if
|
||||||
these configurations were not previously configured. Configuration reload will
|
these configurations were not previously configured. Configuration reload will
|
||||||
log a warning message if it detects a change in previously configured cluster
|
log a warning message if it detects a change in previously configured cluster
|
||||||
configurations.
|
configurations.
|
||||||
|
|
Loading…
Reference in a new issue