distrobox enter debian时 Installing basic packages...需要很久 终端设置代理不管用
摘要:大概是网络问题 需要在容器内设置代理 解决: bash用 proxy=http://127.0.0.1:1080 t="echo 'Acquire::http::Proxy \\\""${proxy}"\\\";' > /etc/apt/apt.conf.d/proxy.conf; echo 'Ac
阅读全文
distrobox podman 拉取镜像失败timeout
摘要:报错如下 distrobox create --name archlinux --image archlinux:latest --home ~/.distrobox/archlinux-home Image archlinux:latest not found. Do you want to pu
阅读全文