<tfoot id='RPoto'></tfoot>

      <legend id='RPoto'><style id='RPoto'><dir id='RPoto'><q id='RPoto'></q></dir></style></legend>
    1. <small id='RPoto'></small><noframes id='RPoto'>

      <i id='RPoto'><tr id='RPoto'><dt id='RPoto'><q id='RPoto'><span id='RPoto'><b id='RPoto'><form id='RPoto'><ins id='RPoto'></ins><ul id='RPoto'></ul><sub id='RPoto'></sub></form><legend id='RPoto'></legend><bdo id='RPoto'><pre id='RPoto'><center id='RPoto'></center></pre></bdo></b><th id='RPoto'></th></span></q></dt></tr></i><div id='RPoto'><tfoot id='RPoto'></tfoot><dl id='RPoto'><fieldset id='RPoto'></fieldset></dl></div>
        <bdo id='RPoto'></bdo><ul id='RPoto'></ul>

    2. 即使在 .NET Core 控制台应用程序中使用 Console.ReadLine(),docker 容器也会立即退出

      时间:2023-09-17
      <tfoot id='zWbBk'></tfoot>

      <i id='zWbBk'><tr id='zWbBk'><dt id='zWbBk'><q id='zWbBk'><span id='zWbBk'><b id='zWbBk'><form id='zWbBk'><ins id='zWbBk'></ins><ul id='zWbBk'></ul><sub id='zWbBk'></sub></form><legend id='zWbBk'></legend><bdo id='zWbBk'><pre id='zWbBk'><center id='zWbBk'></center></pre></bdo></b><th id='zWbBk'></th></span></q></dt></tr></i><div id='zWbBk'><tfoot id='zWbBk'></tfoot><dl id='zWbBk'><fieldset id='zWbBk'></fieldset></dl></div>
    3. <small id='zWbBk'></small><noframes id='zWbBk'>

        <tbody id='zWbBk'></tbody>
      <legend id='zWbBk'><style id='zWbBk'><dir id='zWbBk'><q id='zWbBk'></q></dir></style></legend>

              <bdo id='zWbBk'></bdo><ul id='zWbBk'></ul>

              • 本文介绍了即使在 .NET Core 控制台应用程序中使用 Console.ReadLine(),docker 容器也会立即退出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我正在尝试在 docker 容器内运行 .NET Core 1.0.0 控制台应用程序.
                当我从机器上的 Demo 文件夹中运行 dotnet run 命令时,它工作正常;但是当使用 docker run -d --name demo Demo 运行时,容器会立即退出.

                I am trying to run a .NET Core 1.0.0 console application inside a docker container.
                When I run dotnet run command from inside the Demo folder on my machine, it works fine; but when run using docker run -d --name demo Demo, the container exits immediately.

                我试过 docker logs demo 来检查日志,它只显示来自 Console.WriteLine 的文本:

                I tried docker logs demo to check the logs and it just shows the text from the Console.WriteLine:

                演示应用正在运行...

                Demo app running...

                没有别的了.

                我已将项目上传到 https://github.com/learningdockerandnetcore/Demo

                项目包含Programs.csDockerfile用于创建Demo镜像,project.json文件.

                The project contains Programs.cs, Dockerfile used to create Demo image, and project.json file.

                推荐答案

                您应该在交互模式下运行您的容器(使用 -i 选项),但请注意后台进程将被关闭当您运行容器时立即运行,因此请确保您的脚本在前台运行,否则它根本无法工作.

                You should run your container in Interactive mode (with the -i option), but please note that the background processes will be closed immediately when you run the container, so make sure your script is run in the foreground or it simply won't work.

                这篇关于即使在 .NET Core 控制台应用程序中使用 Console.ReadLine(),docker 容器也会立即退出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:代码覆盖结果窗口中的额外类 下一篇:复制 ..用于 ASP.NET 的 Dockerfile 中的命令

                相关文章

                    • <bdo id='aEbiL'></bdo><ul id='aEbiL'></ul>
                    <i id='aEbiL'><tr id='aEbiL'><dt id='aEbiL'><q id='aEbiL'><span id='aEbiL'><b id='aEbiL'><form id='aEbiL'><ins id='aEbiL'></ins><ul id='aEbiL'></ul><sub id='aEbiL'></sub></form><legend id='aEbiL'></legend><bdo id='aEbiL'><pre id='aEbiL'><center id='aEbiL'></center></pre></bdo></b><th id='aEbiL'></th></span></q></dt></tr></i><div id='aEbiL'><tfoot id='aEbiL'></tfoot><dl id='aEbiL'><fieldset id='aEbiL'></fieldset></dl></div>

                  1. <tfoot id='aEbiL'></tfoot>
                  2. <small id='aEbiL'></small><noframes id='aEbiL'>

                  3. <legend id='aEbiL'><style id='aEbiL'><dir id='aEbiL'><q id='aEbiL'></q></dir></style></legend>