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
在使用docker容器时,有时候里边没有安装vim,敲vim命令时提示说:vim: command not found,这个时候就需要安装vim,可是当你敲apt-get install vim命令时,提示: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package vim 这时候需要敲: apt-get update ,