Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -715,10 +715,9 @@ the first 65536 range: |
| 715 | 715 |
dockremap:165536:65536 |
| 716 | 716 |
``` |
| 717 | 717 |
|
| 718 |
-> **Note:** On a fresh Fedora install, we had to `touch` the |
|
| 719 |
-> `/etc/subuid` and `/etc/subgid` files to have ranges assigned when users |
|
| 720 |
-> were created. Once these files existed, range assignment on user creation |
|
| 721 |
-> worked properly. |
|
| 718 |
+> **Note:** On Fedora 22, you have to `touch` the `/etc/subuid` and `/etc/subgid` |
|
| 719 |
+> files to have ranges assigned when users are created. Once these files |
|
| 720 |
+> exist, range assignment on user creation works properly. |
|
| 722 | 721 |
|
| 723 | 722 |
If you have a preferred/self-managed user with subordinate ID mappings already |
| 724 | 723 |
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`, |
| 899 | 899 |
`--cluster-advertise` and `--cluster-store-opts` will take effect only if |
| 900 | 900 |
these configurations were not previously configured. Configuration reload will |
| 901 | 901 |
log a warning message if it detects a change in previously configured cluster |
| 902 |
-configurations. |
|
| 903 | 902 |
\ No newline at end of file |
| 903 |
+configurations. |