diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-22 08:57:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 08:57:33 -0500 |
commit | 5da7c69968cb14120dba71de0c900902013c4517 (patch) | |
tree | d62de956f39dc839b680ca1503c2b6e4bbeba6a8 /docs/tutorials | |
parent | 10d52c05e23e75b9c608e100999cb55334732525 (diff) | |
parent | d333ef82b184edbeac465eb8b516c3d144e3ed3b (diff) | |
download | podman-5da7c69968cb14120dba71de0c900902013c4517.tar.gz podman-5da7c69968cb14120dba71de0c900902013c4517.tar.bz2 podman-5da7c69968cb14120dba71de0c900902013c4517.zip |
Merge pull request #9335 from rlukin/patch-1
[ci:docs] Update rootless_tutorial.md
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/rootless_tutorial.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/rootless_tutorial.md b/docs/tutorials/rootless_tutorial.md index ea5990833..18f60ea00 100644 --- a/docs/tutorials/rootless_tutorial.md +++ b/docs/tutorials/rootless_tutorial.md @@ -45,11 +45,11 @@ If Podman is used before fuse-overlayfs is installed, it may be necessary to adj (...) - [storage.options] +[storage.options] - (...) + (...) - mount_program = "/usr/bin/fuse-overlayfs" + mount_program = "/usr/bin/fuse-overlayfs" ``` ### Enable user namespaces (on RHEL7 machines) |