2025年11月04日 512 阅读 默认分类 docker 安装linux子系统 使用基于 Web 的桌面环境(推荐)mkdir -p ~/webtop/config && docker stop webtop 2>/dev/null; docker rm webtop...
2025年11月01日 508 阅读 默认分类 centos 安装火狐浏览器 # 停止并删除现有容器 docker stop firefox docker start firefox docker rm firefox # 使用允许的可写路径(推荐在 /home 或 /...