05 2021 档案

摘要:Ubuntu 安装 Docker # 更新 apt update # 安装依赖 apt install apt-transport-https ca-certificates curl software-properties-common -y # 添加 key curl -fsSL https:/ 阅读全文
posted @ 2021-05-30 14:42 keep2021 阅读(81) 评论(0) 推荐(0)
摘要:镜像操作 列出镜像列表 docker images 删除镜像 docker rmi <镜像名称> 搜索镜像 docker search <镜像名称> 拉取下载新镜像 docker pull <镜像名称> 导出 docker save <镜像名称> > <镜像名称>.tar 导入 docker loa 阅读全文
posted @ 2021-05-09 23:36 keep2021 阅读(77) 评论(0) 推荐(0)