https://blog.csdn.net/Fly_wd?spm=1000.2115.3001.5343
docker服务启动
systemctl start docker
docker服务状态
systemctl status docker
进入容器
docker exec -it containerId /bin/bash
查看日志
docker logs -f containerId
f --实时跟踪容器的日志输出
Stopping docker.service, but it can still be activated by: docker.socket
步骤1:systemctl stop docker
步骤2:systemctl stop docker.socket
删除容器
docker rm containerId
查看容器或镜像的详细信息
docker inspect containerId
删除镜像
docker rmi imagesId

最低0.47元/天 解锁文章
6万+

被折叠的 条评论
为什么被折叠?



