<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 容器也会立即退出

      docker container exits immediately even with Console.ReadLine() in a .NET Core console application(即使在 .NET Core 控制台应用程序中使用 Console.ReadLine(),docker 容器也会立即退出)
      <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 容器也会立即退出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                C# namespace alias - what#39;s the point?(C# 命名空间别名 - 有什么意义?)
                Using Xpath With Default Namespace in C#(在 C# 中使用具有默认命名空间的 Xpath)
                Generating an EDMX from a DB2 Database(从 DB2 数据库生成 EDMX)
                IBM .NET Data Provider Connection String issue with Library List(库列表的 IBM .NET 数据提供程序连接字符串问题)
                .NET DB2 OLEDB pre-requisites(.NET DB2 OLEDB 先决条件)
                Referring to Code in IBM.Data.DB2 makes that Assembly Unavailable to the rest of my Solution(引用 IBM.Data.DB2 中的代码使该程序集对我的解决方案的其余部分不可用)

                    • <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>

                      • <tfoot id='aEbiL'></tfoot>
                        • <small id='aEbiL'></small><noframes id='aEbiL'>

                            <tbody id='aEbiL'></tbody>

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