Fix wording

This commit is contained in:
Ayaz Salikhov
2022-05-01 17:01:37 +03:00
committed by GitHub
parent a3a6ebd46e
commit 05c4ef42a2

View File

@@ -123,7 +123,7 @@ uid=1000
gid=100 gid=100
``` ```
Set the shell variables _subuidSize_ and _subgidSize_ to the number of subordinate UIDs and GIDs respectfully. Set the shell variables _subuidSize_ and _subgidSize_ to the number of subordinate UIDs and GIDs respectively.
```bash ```bash
subuidSize=$(( $(podman info --format "{{ range .Host.IDMappings.UIDMap }}+{{.Size }}{{end }}" ) - 1 )) subuidSize=$(( $(podman info --format "{{ range .Host.IDMappings.UIDMap }}+{{.Size }}{{end }}" ) - 1 ))