docker 命令熟悉

docker ps 查询跑了那些进程

 

 进入docker php容器 

docker exce -it php bash 

 

 进入容器之后,执行一下nginx命令,使php跑起来

 

 

 

退出镜像, 查看容器有镜像

docker images 

编辑docker国内镜像

"registry-mirrors": [
"http://hub-mirror.c.163.com",
"https://docker.mirrors.ustc.edu.cn",
"https://registry.docker-cn.com"
]

 

posted on 2022-07-29 12:50  kevin_yang123  阅读(25)  评论(0编辑  收藏  举报