diff options
author | Christian Bewernitz <coder@karfau.de> | 2019-04-28 22:17:18 +0200 |
---|---|---|
committer | Christian Bewernitz <coder@karfau.de> | 2019-05-01 14:24:56 +0200 |
commit | 698b28149550853acf61d35fc605f497beb12ce1 (patch) | |
tree | c866e0a4ece0cb076e6cc10033a2631730b5da0f /install.md | |
parent | 39c937ee450a4de7ab97c013d65157a3b39718b1 (diff) | |
download | podman-698b28149550853acf61d35fc605f497beb12ce1.tar.gz podman-698b28149550853acf61d35fc605f497beb12ce1.tar.bz2 podman-698b28149550853acf61d35fc605f497beb12ce1.zip |
install.md contains hints for rootless setup on arch linux
- related to issue #3030
- including pointer to new section in README.md provided by #3038
Signed-off-by: Christian Bewernitz <coder@karfau.de>
Diffstat (limited 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 |