不知道问题出在哪里11-11 15:43:19.994 1338513385 E AndroidRuntime FATAL EXCEPTION: main
11-11 15:43:19.994 13385 13385 E AndroidRuntime Process-11 15:43:19.994 13385 13385 E AndroidRuntime at android.os.Lo
11 20:09:18.645: E/dalvikvm-heap(932): 10458756-byte external allocation too large for this process.11-11 20:09:exiting with uncaught exception (group=0x40015560)
11-11</e
启动此应用程序后,我得到了以下错误:(Logcat):11-11E/AndroidRuntime(14048): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1218)
1111 15:22:40.008: E/AndroidRuntime(14048): at android.
我想为我的.net核心项目创建docker镜像。我已经创建了.net核心项目与码头启用功能。如果我从VS运行项目,它会自动为我创建docker镜像。但是我想通过docker命令创建镜像(我不想在我的机器上创建/运行容器,只想从源代码创建docker镜像)。我正在使用docker for windows。
有什么帮助吗?