Fork me on GitHub

随笔分类 -  docker

摘要:vim /etc/mysql/conf.d/docker.cnf 再上面文件添加下面这一句 skip-grant-tables UPDATE user SET authentication_string="" WHERE user="root"; flush privileges; 重启 skip- 阅读全文
posted @ 2022-07-29 17:25 爱悟空 阅读(537) 评论(0) 推荐(0)
摘要:docker运行发生错误 docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "docker-e 阅读全文
posted @ 2021-11-15 19:26 爱悟空 阅读(2679) 评论(0) 推荐(0)
摘要:做个错误记录吧, 我是通过windows 系统的powershell 进行 保存 docker save xxx | gzip > xxx.tgz 出现这行错误 Error processing tar file(exit status 1): archive/tar: invalid tar he 阅读全文
posted @ 2021-11-12 15:04 爱悟空 阅读(3391) 评论(1) 推荐(2)
摘要:Could not execute because the application was not found or a compatible .NET SDK is not installed.Possible reasons for this include: * You intended to 阅读全文
posted @ 2021-11-11 10:39 爱悟空 阅读(2281) 评论(0) 推荐(0)