centos8 安装docker启动失败
借鉴https://www.zqcnc.cn/post/71.html systemctl status docker● docker.service - Docker Application C ...
借鉴https://www.zqcnc.cn/post/71.html systemctl status docker● docker.service - Docker Application C ...
一 、镜像操作 重命名镜像:docker tag 查看镜像: docker images 镜像删除: docker rmi 启动 ...
version: '3' service: mysql: #指定容器名称 restart: always # 代表知道docker 启动那么这个容器就跟着一起启动 ima ...