diff options
author | Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com> | 2020-01-30 12:58:59 +0100 |
---|---|---|
committer | Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com> | 2020-01-30 12:59:24 +0100 |
commit | 9066051d1313f072fa70ceb8c7e78313b5f74ab5 (patch) | |
tree | 6daee2fd6b961d0c257017bae77e2f10e3a8430a | |
parent | eb283657036f5dc69c926432252768d158989100 (diff) | |
download | podman-9066051d1313f072fa70ceb8c7e78313b5f74ab5.tar.gz podman-9066051d1313f072fa70ceb8c7e78313b5f74ab5.tar.bz2 podman-9066051d1313f072fa70ceb8c7e78313b5f74ab5.zip |
adjusts install.md (Ubuntu): registries.conf setup is now in containers-image package
-rw-r--r-- | install.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install.md b/install.md index 561c4afe9..b674def82 100644 --- a/install.md +++ b/install.md @@ -129,8 +129,6 @@ wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:st sudo apt-key add - < Release.key 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§ion=all) |