What is the translation of " FICHIER DOCKERFILE " in English?

dockerfile file
fichier dockerfile
docker file
fichier docker
un fichier dockerfile

Examples of using Fichier dockerfile in French and their translations into English

{-}
  • Colloquial category close
  • Official category close
Créer un fichier Dockerfile.
Creating a Docker file.
Ce fichier Dockerfile utilise l'image Ubuntu 12.04.
This Dockerfile uses the Ubuntu 16.04 image.
Ajoutez le contenu suivant au fichier Dockerfile.
Add the following contents to the Dockerfile file.
Le fichier Dockerfile est le code source de l'image.
Dockerfiles are the source code of Docker images.
Créez l'image Docker à partir de votre fichier Dockerfile.
Build the Docker image from your Dockerfile.
Concevoir et coder un fichier Dockerfile pour créer une image de conteneur personnalisée.
Design and code a Docker file to build a custom container image.
Collez le contenu précédent dans le fichier Dockerfile.
Paste the preceding contents into the Dockerfile file.
Concevoir et coder un fichier Dockerfile pour construire une image de conteneur personnalisée.
Design and code a Dockerfile to build a custom container image.
L'image de base est celle référencée dans l'instruction FROM de votre fichier Dockerfile.
The base image is the one referenced in the FROM instruction in your Dockerfile.
Assurez-vous que le fichier« Dockerfile»(sans extension) figure bien dans la liste.
Verify that the file called‘Dockerfile'(no extension) is in the listing.
Une autre manière de créer une image est de consigner les étapes nécessaires à sa construction dans un fichier Dockerfile bien formé.
Another way to create an image is to note the steps required to build the image in a well-formed Dockerfile file.
Le fichier Dockerfile fait référence à la configuration définie dans le fichier td-agent.
The Dockerfile references the configuration defined in the td-agent.
Le point important ici est que les commandes du fichier Dockerfile sont exécutées dans un contexte de run.
What we need to get here is that the commands from your Dockerfile actually run from inside a container.
Dans le fichier Dockerfile suivant, le binaire hello est créé dans un premier conteneur et injecté dans un second.
In the following Dockerfile, the hello binary is built in a first container and injected in a second one.
Création d'images de conteneurs personnalisées Concevoir et coder un fichier Dockerfile pour construire une image de conteneur personnalisée.
Create custom container images Design and code a Dockerfile to build a custom container image.
Par exemple, dans le fichier Dockerfile suivant, nginx est le premier, mais aussi le seul processus à être lancé.
For example, in the following Dockerfile, nginx is the first and only process to be launched.
Créez l'image en exécutant la commande docker avec l'action build, en ajoutant la balise cloud9-image: latest à l'image eten spécifiant le chemin d'accès au fichier Dockerfile à utiliser.
Build the image by running the docker command with the build action, adding the tag cloud9-image: latest to the image andspecifying the path to the Dockerfile file to use.
Pour ajouter le contenu précédent au fichier Dockerfile, vous pouvez utiliser l'utilitaire vi sur l'instance comme suit.
To add the preceding contents to the Dockerfile file, you could use the vi utility on the instance as follows.
Un fichier Dockerfile est un manifeste qui décrit l'image de base à utiliser pour votre image Docker, ainsi que ce que vous voulez y installer et y exécuter.
A Dockerfile is a manifest that describes the base image to use for your Docker image and what you want installed and running on it.
Pour ce faire,dans le même répertoire que le fichier Dockerfile, créez un fichier nommé authorized_keys, par exemple, en exécutant la commande touch.
To do this,in the same directory as the Dockerfile file, create a file named authorized_keys, for example, by running the touch command.
Les images sont généralement créées à partir d'un fichier Dockerfile, fichier en texte brut qui spécifie tous les éléments qui sont inclus dans le conteneur.
Images are typically built from a Dockerfile, a plain text file that specifies all of the components that are included in the container.
Pour construire une image,créer un fichier appelé Dockerfile.
To build an image,create a file called Dockerfile.
Comment changer la permission sur le fichier dans Dockerfile?
How to change permission on file in Dockerfile?
Dockerfile Voir le fichier.
Dockerfile View File.
Cette liste de commandes est saisie dans un fichier nommé Dockerfile.
All these instructions are stored in a file called Dockerfile.
Cette liste de commandes est saisie dans un fichier nommé Dockerfile.
These instructions are stored in a file called a Dockerfile.
Dockerfile est un fichier texte qui décrit comment construire une image de conteneur Docker.
The Dockerfile is a text file that tells the Docker engine how to build a container"image.
De manière simplifiée, un Dockerfile est un fichier texte contenant toutes les commandes nécessaires pour construire une image.
Basically, a Dockerfile is a simple text file with all the instructions required to build the image.
Pour ce faire, avec le client SSH toujours connecté à l'instance, dans le répertoire /tmp de l'instance,créez un fichier nommé Dockerfile.
To do this, with the SSH client still connected to the instance, in the/tmp directory on the instance,create a file named Dockerfile.
Results: 29, Time: 0.0416

How to use "fichier dockerfile" in a French sentence

Afin de pouvoir construire un image, un fichier Dockerfile est nécessaire.
créez le fichier Dockerfile dans le répertoire dockerlamp/docker/php/, comme précisé dans docker-compose.yml.
Le fichier Dockerfile est configuré pour télécharger SQL Server express directement chez Microsoft.
Pour commencer, créez un nouveau fichier Dockerfile à la racine de votre projet.
édition d’un fichier DockerFile contenant l’ensemble des actions à faire pour constituer le container.
Docker lit les instructions du fichier Dockerfile et automatise les étapes pour créer l'image.
Ce fichier permet de décrire les étapes d’installation de votre serveur, comme un fichier Dockerfile classique.
Après plusieurs tentatives, le fichier Dockerfile le plus simple auquel je suis arrivé est le suivant :
Avec cet exemple, vous disposez du code source de l'application, et du fichier Dockerfile à sa racine.
Chaque instruction du fichier Dockerfile crée une nouvelle image à partir de laquelle l'instruction suivante est exécutée.

How to use "dockerfile file" in an English sentence

Create a Dockerfile file in your project root.
To give credit where credit is deserved, both the Dockerfile file and the .gitlab-ci.yml files were taken from the GitLab documentation.
In this post I’ll share an example Dockerfile file to execute a Hadoop Streaming Scala job.
In short, the Dockerfile file should be the focal point of the container creation process for simpler administration.
With the Dockerfile file ready to go, we can build the image with the following command: docker build -t custom-amazon-linux.
We can use Heroku’s toolbelt for this and by running the command heroku docker:init we’ll get both a Dockerfile file and a docker-compose.yml file.
The Dockerfile file is going to be what we want to build.
This Dockerfile file has all the information needed to build the main component of our "Hello World" application.
Kaniko looks for the Dockerfile file in the Kaniko context.
The Dockerfile file describes the contents of your app's layer in the image.

Word-for-word translation

Top dictionary queries

French - English