摘要: 1.查找 Docker Hub 上的 nginx 镜像 [root@localhost ~]# docker search nginx 2.拉取官方的Nginx镜像 [root@localhost ~]# docker pull nginx 3.在本地镜像列表里查到 REPOSITORY 为 ngi 阅读全文
posted @ 2021-07-05 23:34 秋华 阅读(963) 评论(0) 推荐(0)