mirror of https://github.com/containers/podman.git
Merge pull request #21075 from rhatdan/userns1
[CI:DOCS] Warn about whitespace in /etc/subuid and /etc/subgid files
This commit is contained in:
commit
fb8a7cfcad
|
@ -443,6 +443,10 @@ Or just add the content manually.
|
|||
|
||||
See the `subuid(5)` and `subgid(5)` man pages for more information.
|
||||
|
||||
|
||||
|
||||
Note: whitespace in any row of /etc/subuid or /etc/subgid, including trailing blanks, may result in no entry failures.
|
||||
|
||||
Images are pulled under `XDG_DATA_HOME` when specified, otherwise in the home directory of the user under `.local/share/containers/storage`.
|
||||
|
||||
Currently slirp4netns or pasta is required to be installed to create a network
|
||||
|
|
Loading…
Reference in New Issue