随笔分类 -  linux / docker类

 
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 阅读全文
posted @ 2025-03-12 18:55 近真真 阅读(304) 评论(0) 推荐(0)
distrobox podman 拉取镜像失败timeout
摘要:报错如下 distrobox create --name archlinux --image archlinux:latest --home ~/.distrobox/archlinux-home Image archlinux:latest not found. Do you want to pu 阅读全文
posted @ 2025-03-11 16:51 近真真 阅读(639) 评论(0) 推荐(0)