docker容器命令2 启动守护式容器 docker run -d 镜像名字 [root@tzh ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE centos latest 831691599b88 8 days ago 215MB tomcat latest 2eb5a120304e 2 weeks ago 647MB [root@tzh ~]# docker run -d centos 8f3717a242a2bdf15a979e…