Podman安装
官网地址 https://podman.io/getting-started http://docs.podman.io/en/latest
Podman和Docker区别 不需要守护进程就可运行 可使用普通用户运行
Podman安装 官网安装文档
官网安装CentOS 8
1 | dnf -y module disable container-tools |
也可以直接执行dnf install podman -y
官网地址 https://podman.io/getting-started http://docs.podman.io/en/latest
Podman和Docker区别 不需要守护进程就可运行 可使用普通用户运行
Podman安装 官网安装文档
官网安装CentOS 8
1 | dnf -y module disable container-tools |
也可以直接执行dnf install podman -y