11 2019 档案

摘要:asp .net core 部署在docker中,使用了System.Drawing.Common包,在容器中使用时报错“The type initializer for 'Gdip' threw an exception.” 原因:在docker容器中缺少gdip的依赖文件 方案: 1.安装 2. 阅读全文
posted @ 2019-11-19 15:54 youngsheep 阅读(1928) 评论(0) 推荐(0)
摘要:运行命令之后,报错docker守护进程未开启 解决方案:用管理员身份运行cmd、powershell可以解决 若不能解决,请参考:https://github.com/moby/moby/issues/30239 阅读全文
posted @ 2019-11-11 14:43 youngsheep 阅读(1812) 评论(0) 推荐(0)