码迷,mamicode.com
首页 > 其他好文 > 详细

podmen

时间:2021-03-10 13:05:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:odm   docker   root   centos   hat   fedora   access   docke   dock   

安装podmen

[root@localhostl ~]# yum -y remove docker-ce
[root@localhostl ~]# yum -y install podman
[root@localhostl ~]# cd /etc/containers/
[root@localhostl containers]# cp registries.conf{,-origin}
[root@localhostl containers]# vim registries.conf
[registries.search]
registries = [registry.access.redhat.com, registry.redhat.io, docker.io] //只保留docker.io

unqualified-search-registries = ["registry.fedoraproject.org", "registry.access.redhat.com", "registry.centos.org", "docker.io"]  //只保留dpcker.io

用法

podmen

标签:odm   docker   root   centos   hat   fedora   access   docke   dock   

原文地址:https://www.cnblogs.com/chensongling/p/14507335.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!