What is the translation of " DOCKERFILE " in Chinese?

一个dockerfile

Examples of using Dockerfile in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
We need a Dockerfile.
我们还需要一个Dockerfile
Write a Dockerfile that uses Python 2 as a base image.
编写一个使用Python2作为基本映像的Dockerfile
This script is a Dockerfile.
这个脚本就是Dockerfile
By now, your Dockerfile should look like this:.
现在你的Dockerfile应该看起来像这样的:.
We also provide a Dockerfile.
我们还需要一个Dockerfile
This DockerFile would define the environment of the containers.
Dockerfile定义了容器内环境中的内容。
Let's look at the Dockerfile:.
让我们先来看一下Dockerfile:.
It can build a Dockerfile for you and jump-start the learning process.
它可以为你生成Dockerfile,让你快速开始学习。
We are going to create a Dockerfile.
我们来创建一个'Dockerfile'。
Dockerfile is a system for scripting the construction of Docker containers.
Dockerfile是一个用于构建Docker容器的脚本化系统。
Using environment variables in the Dockerfile.
在docker-compose中使用环境变量.
NET Core app, and the Dockerfile looks like this.
NETCore应用程序开始,Dockerfile看起来像这样:.
These instructions are stored in a file called a Dockerfile.
这些指令都保存在一个叫做Dockerfile的文件中.
Fact is that the Dockerfile format does not support this separation very well.
事实就是,Dockerfile格式并不能很好地支持这个区别。
With multi-stage builds, you use multiple FROM statements in your Dockerfile.
使用多阶段构建,你可以在一个Dockerfile中使用多个FROM语句。
Dockerfile is a system for scripting the construction of Docker containers.
Dockerfile是对Docker容器创建过程进行脚本化的系统。
The only issue here is that the Dockerfile syntax has been frozen in Docker's roadmap for a long time now.
这里唯一的问题是在Docker的路标中Dockerfile语法冻结很长时间了。
Docker lets you quickly and easily work with Docker,helping author Dockerfile and docker-compose.
Docker让用户可以快速轻松地使用Docker,帮助创作Dockerfile和docker-compose.
It involves adding a Dockerfile, creating a task definition, and associating it with a cluster.
该过程包括添加Dockerfile、创建任务定义以及将它与群集关联起来。
Please note the dot at the end of the command,this tells Docker to look for the Dockerfile in the current directory.
最后,请务必在命令末尾包含句点;这样可告知Docker在当前目录中查找Dockerfile
When you change the Dockerfile and rebuild the image, only those layers which have changed are rebuilt.
如果修改了Dockerfile,并重新构建镜像,只有发生了修改的层才会被重建。
I fundamentally did not understand the docker cache andwould spend 20 minutes waiting for a single change to a Dockerfile to come through.
我从根本上不明白docker缓存,并用20分钟时间来等待单个更改到Dockerfile通过。
That's all there is- there's no Dockerfile to manage, and updating the app is as simple as calling fission function update.
函数所做的就这些已--不需要管理Dockerfile,更新app只需要简单的更新Fission函数即可。
Dockerfile is a declarative way to define all the commands a user could call on the command line in order to assemble an image.
Dockerfile是一种声明式的方法,用于定义用户可以在命令行上调用的所有命令,从而组装镜像。
This configuration is accomplished through a file called the Dockerfile, which is essentially a blueprint that Docker uses to build container images.
这种配置是通过一个名为Dockerfile的文件完成的,Dockerfile本质上是Docker用来构建容器镜像的蓝图。
The Dockerfile can also specify ports to be exposed, the working directory when a container is started and the default command on startup.
Dockerfile也可以说明容器对外的端口,启动时的工作目录和缺省执行的命令。
The layering approach in the filesystem is also exploited by the Dockerfile DevOps tool, which is able to cache operations that have already completed successfully.
这种分层的方式也被DockerfileDevOps工具充分利用,这可以缓存那些已经成功完成的操作。
Using Docker, we create a DockerFile describing all the language, framework, and library dependencies for a specific service/ application.
使用Docker,我们可以创建一个DockerFile来描述所有用到的语言、框架和服务间库的依赖性。
The layering approach in the filesystem is also exploited by the Dockerfile DevOps tool, which is able to cache operations that have already completed successfully.
这种文件系统的分层方法也被Dockerfile的DevOps工具所利用,这些工具能够缓存成功完成的操作。
You take your app, write a Dockerfile, turn it into an image locally, then you can push that to any Docker host.
这么说吧,你先准备好你的应用,写一个Dockerfile,在本地把它们转成一个镜像,然后你就可以把它们推送到任何Docker主机上去了。
Results: 74, Time: 0.0241

Top dictionary queries

English - Chinese