安装
sudo apt-get install podman-docker
sudo apt-get install podman-docker
sudo apt-get install podman-docker
配置仓库
sudo tee /etc/containers/registries.conf <<-'EOF'
unqualified-search-registries = ["docker.io"]
[[registry]]
prefix = "docker.io"
location = "docker.io"
[[registry.mirror]]
location = "docker.mirrors.tuna.tsinghua.edu.cn"
[[registry.mirror]]
location= "ghcr.io"
EOF
sudo tee /etc/containers/registries.conf <<-'EOF'
unqualified-search-registries = ["docker.io"]
[[registry]]
prefix = "docker.io"
location = "docker.io"
[[registry.mirror]]
location = "docker.mirrors.tuna.tsinghua.edu.cn"
[[registry.mirror]]
location= "ghcr.io"
EOF
sudo tee /etc/containers/registries.conf <<-'EOF' unqualified-search-registries = ["docker.io"] [[registry]] prefix = "docker.io" location = "docker.io" [[registry.mirror]] location = "docker.mirrors.tuna.tsinghua.edu.cn" [[registry.mirror]] location= "ghcr.io" EOF