mirror of
https://github.com/containers/podman.git
synced 2025-06-21 09:28:09 +08:00
Merge pull request #2916 from vsoch/add/ubuntu-uidmap-install
Adding uidmap to install steps for ubuntu
This commit is contained in:
@ -55,12 +55,14 @@ sudo yum module install -y container-tools:1.0
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get update -qq
|
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 add-apt-repository -y ppa:projectatomic/ppa
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get -qq -y install podman
|
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
|
## Building from scratch
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
@ -130,7 +132,8 @@ apt-get install -y \
|
|||||||
libprotobuf-c0-dev \
|
libprotobuf-c0-dev \
|
||||||
libseccomp-dev \
|
libseccomp-dev \
|
||||||
libselinux1-dev \
|
libselinux1-dev \
|
||||||
pkg-config
|
pkg-config \
|
||||||
|
uidmap
|
||||||
```
|
```
|
||||||
|
|
||||||
Debian, Ubuntu, and related distributions will also need to do the following setup:
|
Debian, Ubuntu, and related distributions will also need to do the following setup:
|
||||||
|
Reference in New Issue
Block a user