summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-22 20:59:21 +0200
committerGitHub <noreply@github.com>2019-08-22 20:59:21 +0200
commit1537fc1f813feb11c79a0d81fd2bf25cd385091a (patch)
treebe8b9d6d697f4c7191171e8f4111837e66ed4901 /docs
parentb263dd9e81bcadd3be5c7420fca9e53ecc8aef7c (diff)
parent48a5a937cb5fa2912802361b3aee6d4944cf6140 (diff)
downloadpodman-1537fc1f813feb11c79a0d81fd2bf25cd385091a.tar.gz
podman-1537fc1f813feb11c79a0d81fd2bf25cd385091a.tar.bz2
podman-1537fc1f813feb11c79a0d81fd2bf25cd385091a.zip
Merge pull request #3844 from chrahunt/patch-1
Fix link format in rootless_tutorial.md.
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/rootless_tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/rootless_tutorial.md b/docs/tutorials/rootless_tutorial.md
index 9453e3855..92595dd02 100644
--- a/docs/tutorials/rootless_tutorial.md
+++ b/docs/tutorials/rootless_tutorial.md
@@ -46,7 +46,7 @@ The format of this file is USERNAME:UID:RANGE
This means the user johndoe is allocated UIDS 100000-165535 as well as their standard UID in the /etc/passwd file. NOTE: this is not currently supported with network installs. These files must be available locally to the host machine. It is not possible to configure this with LDAP or Active Directory.
-If you update either the /etc/subuid or the /etc/subgid file, you need to stop all the running containers owned by the user and kill the pause process that is running on the system for that user. This can be done automatically by using the `[podman system migrate](https://github.com/containers/libpod/blob/master/docs/podman-system-migrate.1.md)` command which will stop all the containers for the user and will kill the pause process.
+If you update either the /etc/subuid or the /etc/subgid file, you need to stop all the running containers owned by the user and kill the pause process that is running on the system for that user. This can be done automatically by using the [`podman system migrate`](https://github.com/containers/libpod/blob/master/docs/podman-system-migrate.1.md) command which will stop all the containers for the user and will kill the pause process.
Rather than updating the files directly, the usermod program can be used to assign UIDs and GIDs to a user.