summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-30 06:53:58 -0800
committerGitHub <noreply@github.com>2020-01-30 06:53:58 -0800
commitee0b328b7265a017e310e1a9cd83418cf61aa491 (patch)
treeb3f7857f3896dd1be76f7dfd87a4c0ec082b889d
parent83044fe6c074f2260e2c4555db4fe72367f5ea76 (diff)
parent8d765ac01810daa0dbf9644b6c30074cb9aa3190 (diff)
downloadpodman-ee0b328b7265a017e310e1a9cd83418cf61aa491.tar.gz
podman-ee0b328b7265a017e310e1a9cd83418cf61aa491.tar.bz2
podman-ee0b328b7265a017e310e1a9cd83418cf61aa491.zip
Merge pull request #5025 from delight/feature/ubuntu_doc_adjustment
Feature/ubuntu doc adjustment
-rw-r--r--install.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/install.md b/install.md
index 561c4afe9..cd77ad139 100644
--- a/install.md
+++ b/install.md
@@ -124,13 +124,10 @@ The Kubic project provides packages for Ubuntu 18.04, 19.04 and 19.10.
```bash
. /etc/os-release
-sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/x${NAME}_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
-wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/x${NAME}_${VERSION_ID}/Release.key -O Release.key
-sudo apt-key add - < Release.key
+sudo sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
+wget -q https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_${VERSION_ID}/Release.key -O- | sudo apt-key add -
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
```
There are many [packages](https://packages.ubuntu.com/search?keywords=libpod&searchon=names&suite=eoan&section=all)