摘要: 进入docker容器命令 docker exec -it 容器id bash 获取镜像 # 1.获取镜像,镜像托管仓库 docker search centos # 查询centos镜像 docker images # 查看本地的镜像 docker pull centos # 下载镜像 默认是cen 阅读全文
posted @ 2022-04-21 17:44 happy豪 阅读(30) 评论(0) 推荐(0) 编辑