摘要:
部署nginx #1.先去查看仓库有没有镜像 root@fanwd-virtual-machine:/home# docker search nginx NAME DESCRIPTION STARS OFFICIAL AUTOMATED nginx Official build of Nginx. 阅读全文
摘要:
docker version 查看docker版本信息 docker info 详细系统信息(镜像和容器数量) docker —help 查看docker命令 docker images 查看所有镜像 REPOSITORY TAG IMAGE ID CREATED SIZE hello-world 阅读全文