摘要:
运行第一个容器: 交互式启动(-i):docker container run -it 32 (32为image的ID) 守护式启动: (-d) : docker container run --name="nginx" -d 605c77e624dd 起容器的时候同时设置容器的名称为 mysql 阅读全文
摘要:
查询系统中有哪些镜像: docker images [root@dockertest ~]# docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEhello-world latest 9c7a54a9a43c 3 months ago 13.3kBmys 阅读全文