summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-13 05:51:07 -0700
committerGitHub <noreply@github.com>2019-04-13 05:51:07 -0700
commitb9260053e94f2b4a00dbe7eba67fd195018bf94a (patch)
treef35333d74e445de52072c7ef18689c7ece95ea73
parent4daf788022c46d29dd208847f667a9fe28a40a69 (diff)
parent02541388df6dbd5907f254606a9b67ea40db0cd5 (diff)
downloadpodman-b9260053e94f2b4a00dbe7eba67fd195018bf94a.tar.gz
podman-b9260053e94f2b4a00dbe7eba67fd195018bf94a.tar.bz2
podman-b9260053e94f2b4a00dbe7eba67fd195018bf94a.zip
Merge pull request #2916 from vsoch/add/ubuntu-uidmap-install
Adding uidmap to install steps for ubuntu
-rw-r--r--install.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/install.md b/install.md
index 80ae03208..548b38c1b 100644
--- a/install.md
+++ b/install.md
@@ -55,12 +55,14 @@ sudo yum module install -y container-tools:1.0
```bash
sudo apt-get update -qq
-sudo apt-get install -qq -y software-properties-common
+sudo apt-get install -qq -y software-properties-common uidmap
sudo add-apt-repository -y ppa:projectatomic/ppa
sudo apt-get update -qq
sudo apt-get -qq -y install podman
```
+Take note of the [Build and Run Dependencies](#build-and-run-dependencies) listed below if you run into any issues.
+
## Building from scratch
### Prerequisites
@@ -130,7 +132,8 @@ apt-get install -y \
libprotobuf-c0-dev \
libseccomp-dev \
libselinux1-dev \
- pkg-config
+ pkg-config \
+ uidmap
```
Debian, Ubuntu, and related distributions will also need to do the following setup: