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.
docker run command
command docker run
Tan pronto como tengamos la imagen podemos lanzar un contenedor con el comando docker run
As soon as we have the image, we can launch a container with the docker run command
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.
In addition, the docker run command can be combined with other commands that are run as soon as the container starts.
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.
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.
Puedes utilizar esta solución en Docker mediante la opción - init del comando docker run.
You can use this solution in Docker itself by using the - init option of the 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.
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.
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.
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 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.
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.
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.
Once you verify that the app is running fine locally in a Docker container, you can stop the running container by Ctrl-> C.
El comando docker run le ordena al daemon de Docker que busque e inicie un contenedor con el nombre hello-world.
The command docker run instructs the Docker daemon to search for and start a container with the name hello-world.
Para iniciar una imagen de Docker, utiliza el comando docker run con la siguiente estructura base
To start a Docker image, use the command docker run according to the following pattern
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.