diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-06 13:10:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-06 13:10:30 +0100 |
commit | 6f7c290f70dc42dc33dd65a8a6a42b08e83caae5 (patch) | |
tree | c70c11650f8ae12bb3cc72f2e6427f4b7eb0d91c | |
parent | cee2c1b0481917152ed04c5f18e836596cdcf5a5 (diff) | |
parent | 1f74f6cadd0f3ba9a9442a34313e77dee1d92daf (diff) | |
download | podman-6f7c290f70dc42dc33dd65a8a6a42b08e83caae5.tar.gz podman-6f7c290f70dc42dc33dd65a8a6a42b08e83caae5.tar.bz2 podman-6f7c290f70dc42dc33dd65a8a6a42b08e83caae5.zip |
Merge pull request #4439 from junaruga/feature/install-ubuntu
Update installation - Ubuntu. [skip ci]
-rw-r--r-- | install.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install.md b/install.md index 2583c4f9d..39b639176 100644 --- a/install.md +++ b/install.md @@ -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 |