如何与Artifactory一起使用Podman
使用Podman客户端的步骤
Podman是一个无守护进程的docker客户端:
https://developers.redhat.com/articles/podman-next-generation-linux-container-tools/
要使podman工作,需要修改/etc/environment文件
猫/etc/environment
http_proxy = " http://reverseproxyhost: 8000 /”
https_proxy = " http://revrseproxyhost: 8000 /”
HTTP_PROXY = " http://reverseproxyhost: 8000 /”
HTTPS_PROXY = " reverseproxyhost: 8000 /”
no_proxy = "主机127.0.0.1,localhost "
NO_PROXY = "主机127.0.0.1,localhost "
