Author Archives: coder4

使用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 = "doc[......]

继续阅读