随笔分类 - Docker
摘要:一、运行问题 ①、未正常运行 1、错误信息(附截图):Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 2、处理及解决 #检查docker是否正常启动 [
阅读全文
摘要:1、进入容器交互 ①、docker exec -it [containerId] bash 1、安装使用mysql【破解: https://www.cnblogs.com/kkdaj/p/12794804.html】 ①、docker pull mysql 【拉取镜像】 ②、docker run -
阅读全文
摘要:1、下载安装Docker ①、下载地址:https://hub.docker.com/editions/community/docker-ce-desktop-windows/ 错误:Cannot enable Hyper-V service 解决:https://zhidao.baidu.com/
阅读全文