博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  Linux / Ubuntu

该文被密码保护。
posted @ 2025-08-08 15:31 Hoojyan 阅读(0) 评论(0) 推荐(0)

该文被密码保护。
posted @ 2024-09-04 13:52 Hoojyan 阅读(0) 评论(0) 推荐(0)

摘要:运行一个新的 Docker 容器并以交互模式运行 docker run -itd --name ubuntu_tt ubuntu:20.04 /bin/bash 在容器中更新 apt 包管理器索引和安装基本工具 apt update -y apt install -y apt-utils wget 阅读全文
posted @ 2023-09-13 09:14 Hoojyan 阅读(476) 评论(0) 推荐(0)