Vertaling van "docker run" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Voir la commande docker run help pour plus d'informations sur ces options ainsi que d'autres.
See the docker run help command for more information on these options and others.
Le link permet de lier le conteneur à un autre comme avec l'option -v du docker run que nous n'avions pas vu.
The link binds the container to another as with the -v option of the docker run that we did not see.
A part la syntaxe qui change, si vous êtes familier avec docker run et les dockerfile, vous ne devriez pas être dérouté avec ce fichier.
Except the changement of syntax, if you are familiar with docker run and dockerfiles, you should not be confused with this file.
créez un conteneur basé sur cette image avec docker run (n'oubliez pas de spécifier le nom du réseau, l'adresse ip, le forwarding de ports, et d'ajouter l'option - privileged afin que la commande sysctl présente dans startup.sh fonctionne)
launch a container based on this image with docker run (do not forget to specify network name, ip address, port forwarding, and add the - privileged flag in order for the sysctl command to work in startup.sh)
J'ai expliqué docker run -it - rm - link mongodb:mongo, le prochain mongo est le nom de l'image docker.
So I explained docker run -it - rm - link mongodb:mongo, the next mongo is the name of the docker image we want.
Une requête de construction d'image est envoyée (docker build) ou une requête d'utilisation d'image existante est envoyée (docker pull, docker run).
An image building request is sent (docker build) or a request to use a pre-built image is sent (docker pull, docker run).
Quand un conteneur Docker est créé, en utilisant les sous-commandes docker run ou docker create, un profile seccomp peut être associe au conteneur en utilisant le paramètre - security-opt.
When a Docker container is created, using docker run or docker create sub-commands, a seccomp profile can be associated with the container using the - security-opt parameter.