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

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

    1. <tfoot id='K6orW'></tfoot>

      <small id='K6orW'></small><noframes id='K6orW'>

      1. 如何使用 docker 容器中的 docker 文件运行 jar 文件

        时间:2023-09-30
          <tbody id='Rgmj8'></tbody>
        • <bdo id='Rgmj8'></bdo><ul id='Rgmj8'></ul>

              <small id='Rgmj8'></small><noframes id='Rgmj8'>

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

                  <tfoot id='Rgmj8'></tfoot>
                  本文介绍了如何使用 docker 容器中的 docker 文件运行 jar 文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我编写了 docker 文件来运行 jar 文件,它没有创建日志文件,因为下面的控制台是我的 docker 文件

                  I write the docker file for run the jar file and it does not create the log file for see the console below is my docker file

                  From ubuntu 
                  RUN apt-get update && 
                      apt-get upgrade -y && 
                      apt-get install -y  software-properties-common && 
                      add-apt-repository ppa:webupd8team/java -y && 
                      apt-get update && 
                      echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && 
                      apt-get install -y oracle-java8-installer && 
                      apt-get clean
                  VOLUME /temp
                  RUN apt-get install -y vim
                  ADD real_estate_false.jar /real_estate_false.jar
                  COPY real_estate_false_lib /real_estate_false_lib
                  COPY resources /resources
                  COPY testxml /testxml
                  CMD ["java","-jar","/real_estate_false.jar",">","var/log/jar.log"]
                  

                  推荐答案

                  要在 docker 中运行 myapp.jar(例如,避免在主机上安装 java),您可以运行:

                  To just run myapp.jar in docker (e.g. to avoid installing java on the host) you can just run:

                  docker run -v `pwd`:/mnt java:8 java -jar /mnt/myapp.jar
                  

                  这篇关于如何使用 docker 容器中的 docker 文件运行 jar 文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 docker 容器中运行 maven 集成测试 下一篇:如何使用配置文件在 docker 中启动 Spring Boot 应用

                  相关文章

                  最新文章

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

                    <small id='MAZBt'></small><noframes id='MAZBt'>

                    <legend id='MAZBt'><style id='MAZBt'><dir id='MAZBt'><q id='MAZBt'></q></dir></style></legend>
                    1. <tfoot id='MAZBt'></tfoot>
                        <bdo id='MAZBt'></bdo><ul id='MAZBt'></ul>