Examples with "command docker run" and their translation in Spaans
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.
The command docker run instructs the Docker daemon to search for and start a container with the name hello-world.
El comando docker run le ordena al daemon de Docker que busque e inicie un contenedor con el nombre hello-world.
To start a Docker image, use the command docker run according to the following pattern
Para iniciar una imagen de Docker, utiliza el comando docker run con la siguiente estructura base
This terminal output is interpreted as follows: To run the command docker run hello-world, the Docker daemon searches the local files of your system for the corresponding container image.
La salida de la imagen se interpreta de la siguiente forma: para ejecutar el comando docker run hello-world, el daemon busca primero la imagen del contenedor correspondiente en los archivos locales del sistema.
Andere resultaten
Run GAMESS in detached mode from the nvidia-docker run command.
You can use this solution in Docker itself by using the - init option of the docker run command.
Puedes utilizar esta solución en Docker mediante la opción - init del comando docker run.
Once you've seen a successful response, you can shut down the container by pressing Ctrl+C in the tab where docker run command is running.
Una vez que hayas visto una respuesta exitosa, puedes cerrar el contenedor presionando Ctrl + C en la pestaña donde se ejecuta el comando docker run.
As soon as we have the image, we can launch a container with the docker run command
Tan pronto como tengamos la imagen podemos lanzar un contenedor con el comando docker run
In addition, the docker run command can be combined with other commands that are run as soon as the container starts.
Además, es posible combinar el comando docker run con otros comandos que se ejecutan en el momento en el que se inicia el contenedor.
To start a container from your newly created image, use the command line directive sudo docker run in combination with the name of the image
Para iniciar un contenedor desde la imagen recién creada usa el comando sudo docker run junto con el nombre de la imagen
The only obligatory part of the docker run command is the name of the desired Docker image. But when you launch a container, you also have the chance to define extra options, TAGs, and DIGESTs.
La única parte obligatoria del comando docker run la constituye el título de la imagen de Docker deseada, aunque cuando se inicia un contenedor se pueden definir también otras opciones, TAG y DIGEST.
Note: You might see official images from fairly well-known vendors not implementing this best practice. Vendors do this because they need several components to work, and they want the user to be able to run their software with a single docker run command.
Nota: Podrías ver imágenes oficiales provenientes de proveedores bastante conocidos que no aplican estas recomendaciones.Lo hacen así porque necesitan que funcionen varios complementos y quieren que el usuario pueda ejecutar su software con un comando docker run único.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.