diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-02 19:19:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 19:19:15 +0200 |
commit | 4ffd02e5503b4033e0b0c5362497754b953d7c44 (patch) | |
tree | d90e2696c6e178d0c3a45240a95949188f965bce | |
parent | 79e1486a35b97ffb7f2b9bbf6b733c2bcac2a44b (diff) | |
parent | 698b28149550853acf61d35fc605f497beb12ce1 (diff) | |
download | podman-4ffd02e5503b4033e0b0c5362497754b953d7c44.tar.gz podman-4ffd02e5503b4033e0b0c5362497754b953d7c44.tar.bz2 podman-4ffd02e5503b4033e0b0c5362497754b953d7c44.zip |
Merge pull request #3033 from karfau/patch-1
add arch linux rootless hints to install.md
-rw-r--r-- | install.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.md b/install.md index 548b38c1b..bd7f326c3 100644 --- a/install.md +++ b/install.md @@ -8,6 +8,8 @@ sudo pacman -S podman ``` +If you have problems when running podman in [rootless](README.md#rootless) mode follow [these instructions](https://wiki.archlinux.org/index.php/Linux_Containers#Enable_support_to_run_unprivileged_containers_(optional)) + #### [Fedora](https://www.fedoraproject.org), [CentOS](https://www.centos.org) ```bash |