Skip to content

Commit

Permalink
Merge pull request containers#4439 from junaruga/feature/install-ubuntu
Browse files Browse the repository at this point in the history
Update installation - Ubuntu. [skip ci]
  • Loading branch information
openshift-merge-robot authored Nov 6, 2019
2 parents cee2c1b + 1f74f6c commit 6f7c290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ 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
sudo mkdir -p /etc/containers
echo -e "[registries.search]\nregistries = ['docker.io', 'quay.io']" | sudo tee /etc/containers/registries.conf
```

#### Fedora
Expand Down

0 comments on commit 6f7c290

Please sign in to comment.