简体   繁体   English

在为云运行选择 tomcat docker 图像时感到困惑

[英]confusion in choosing tomcat docker image for cloud run

hey I am new to docker and I want to deploy my tomcat application on cloud run, so I need to choose an image which is slim and my second question is do I need to install Java or jdk with it if I choose tomcat:9-slim嘿,我是 docker 的新手,我想在云运行上部署我的 tomcat 应用程序,所以我需要选择一个苗条的图像,我的第二个问题是如果我选择 tomcat,我需要安装 Java 还是 jdk:9-苗条的

You can explore the container content.您可以浏览容器内容。 For instance, go to that page and you can see that openjdk-11 is installed.例如,go 到该页面,您可以看到已安装 openjdk-11。 No need to install another version (expect if you need a more recent version.无需安装其他版本(如果您需要更新版本,请期待。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Cloud Run 上部署客户端的 docker 映像 - Deploy the docker image of a client on Cloud Run 在 Google Cloud Run 上部署 docker 映像 - Deploy a docker image on Google Cloud Run 在 Google Cloud Run 中选择实例数 - Choosing number of instances in Google Cloud Run 在 Google Cloud Run 中部署多阶段 Docker 映像 - Deploying multi-stage Docker image in Google Cloud Run 如何使用自定义 Docker 图像运行 Python Google Cloud Dataflow 作业? - How to run a Python Google Cloud Dataflow job with a custom Docker image? Docker 容器在本地运行但在 Cloud Run 上失败 - Docker container runs locally but fails on Cloud Run 如何在 Cloud Run 中部署带卷的 docker 容器 - How to Deploy a docker container with volume in Cloud Run GCP Cloud Run 部署 Docker 容器未启动,因为 nginx 图像无法找到 error.log - GCP Cloud Run deployed Docker container does not start because of nginx image is failing to find error.log 将 docker 镜像部署到云运行时如何解决“容器启动失败错误” - How to resolve "container failed to start error" while deploying a docker image to cloud run 无法在 docker 图像中运行 lambda - Unable to run lambda in docker image
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM