赞
踩
- yum install -y podman
- systemctl status podman
- systemctl start podman
注意:要将步骤二获得的加速器地址的头部(https://)去掉!!!
- vim /etc/containers/registries.conf
- #添加以下内容
- unqualified-search-registries = ["docker.io"]
- [[registry]]
- prefix = "docker.io"
- location = "去掉头部的阿里云镜像加速器地址"
- insecure = true
- #拉取nginx镜像
- podman pull docker.io/nginx
- #查看系统存在的镜像
- podman images
拉取镜像成功。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。