mirror of https://github.com/containers/podman.git
adjusts install.md (Ubuntu): registries.conf setup is now in containers-image package
This commit is contained in:
parent
eb28365703
commit
9066051d13
|
@ -129,8 +129,6 @@ wget -nv https://download.opensuse.org/repositories/devel:kubic:libcontainers:st
|
||||||
sudo apt-key add - < Release.key
|
sudo apt-key add - < Release.key
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get -qq -y install podman
|
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)
|
There are many [packages](https://packages.ubuntu.com/search?keywords=libpod&searchon=names&suite=eoan§ion=all)
|
||||||
|
|
Loading…
Reference in New Issue