mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00
Update installation - Ubuntu. [skip ci]
Current podman deb package does not install /etc/containers/registries.conf . The added line is for compatibility of use cases with docker. Signed-off-by: Jun Aruga <jaruga@redhat.com>
This commit is contained in:
@ -72,6 +72,8 @@ sudo apt-get install -qq -y software-properties-common uidmap
|
|||||||
sudo add-apt-repository -y ppa:projectatomic/ppa
|
sudo add-apt-repository -y ppa:projectatomic/ppa
|
||||||
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
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Fedora
|
#### Fedora
|
||||||
|
Reference in New Issue
Block a user