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 command
command docker
command line directive docker
Exploraremos cómo utilizar el comando docker más adelante en este tutorial.
We'll explore how to use the docker command later in this tutorial.
El resto de este artículo asume que está ejecutando el comando docker como un usuario en el grupo de usuario docker.
The rest of this article assumes you are running the docker command as a user in the docker user group.
El comando docker pull ordena al daemon que cargue una imagen del repositorio.
The command docker pull instructs the daemon to load an image from the repository.
Para descargar docker/whalesay utiliza el comando docker pull con la siguiente estructura
To download docker/whalesay, use the command docker pull according to the following pattern
La creación de la imagen se inicia con el comando docker build.
Una vez dentro, introduce el comando docker push para cargar la imagen en el repositorio recién creado.
If the login was successful, then use the command line directive docker push to upload your image into the newly created repository.
Usa el comando docker rmi junto con la opción -f para forzar una operación de borrado
Use the command docker rmi in combination with the option -f to force a deletion
De forma predeterminada, ejecutar el comando docker requiere privilegios de root, es decir, tiene que prefijar el comando con sudo.
By default, running the docker command requires root privileges - that is, you have to prefix the command with sudo.
Para visualizar los contendores que se están ejecutando en este momento, usa el comando docker ps sin opción
If you only want to show the containers that are currently running on your system, use the command line directive docker ps without any other options
Si quieres visualizar todos los contenedores que se están ejecutando o han sido ejecutados en el sistema debes usar el comando docker ps junto con la opción - all (abreviado: -a)
If you want to output an overview of all containers that are running on your system or have been run in the past, use the command line directive docker ps in combination with the option - all (-a for short)
El comando docker image muestra todas las imágenes locales junto con información sobre el tamaño de archivo, tag e ID de la imagen.
The command docker image outputs all local images including file size, tag, and image ID.
A la derecha está el comando docker que vamos a usar para instalar la imagen del IS en nuestro equipo.
To the right is the docker command that we will use to install the IS image on our computer.
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.
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.