1000 lines
52 KiB
JSON
1000 lines
52 KiB
JSON
[{
|
|
"origin" : "KyMAN",
|
|
"sources" : [
|
|
"https://kinsta.com/es/blog/comandos-docker/"
|
|
],
|
|
"title" : "Software - Docker",
|
|
"group" : "kyman_software_comando_docker",
|
|
"group_variables" : {
|
|
"docker_system" : ["rand", ["Docker System", "Sistema de Docker"]],
|
|
"docker_context" : ["rand", ["Docker Context", "Contexto de Docker"]],
|
|
"docker_contexts" : ["rand", ["Docker Contexts", "Contextos de Docker"]],
|
|
"docker_volume" : ["rand", ["Docker Volume", "Volumen de Docker"]],
|
|
"docker_volumes" : ["rand", ["Docker Volumes", "Volúmenes de Docker"]],
|
|
"docker_swarm" : ["rand", ["Docker Swarm", "Enjambre de Docker"]],
|
|
"docker_swarms" : ["rand", ["Docker Swarms", "Enjambres de Docker"]],
|
|
"docker_network" : ["rand", ["Docker Network", "Red de Docker"]],
|
|
"docker_networks" : ["rand", ["Docker Networks", "Redes de Docker"]]
|
|
},
|
|
"queries" : [{
|
|
"question" : "¿Qué es Docker?",
|
|
"rights" : [
|
|
"Es una plataforma de Software que permite {mix:y,crear|probar|desplegar} aplicaciones rápidamente mediante el uso de contenedores.",
|
|
"Es un gestor de contenedores{rand:| que permite a los desarrolladores empaquetar aplicaciones y sus dependencias en contenedores {mix:y,portátiles|ligeros}}."
|
|
],
|
|
"wrongs" : [
|
|
"Es un {OS} basado en {rand:{win_os}|{unix_os}} diseñado{rand:| específicamente| únicamente| sólamente| sólo} para {select:1-3,y,instalar|desplegar|lanzar|ejecutar} aplicaciones en contenedores.",
|
|
"Es una herramienta de virtualización que permite crear {VMs} ligeras{rand:| llamadas contenedores} para {select:1-3,y,instalar|desplegar|lanzar|ejecutar} aplicaciones.",
|
|
"Es un lenguaje de programación utilizado para desarrollar {select:1-2,y,aplicaciones Web|aplicaciones móviles}{rand:| normalmente}."
|
|
]
|
|
}, {
|
|
"question" : "¿Cuáles de los siguientes grupos son las ventajas de usar Docker?",
|
|
"own_variables" : {
|
|
"bien" : ["list", [
|
|
"portabilidad",
|
|
"eficiencia en el uso de recursos",
|
|
"consistencia en los entornos de {mix:y,desarrollo|producción}",
|
|
"facilidad para escalar aplicaciones",
|
|
"amplia {select:1-2,y,comunidad|ecosistema de herramientas}"
|
|
]],
|
|
"mal" : ["list", [
|
|
"complejidad en la configuración inicial",
|
|
"requiere conocimientos avanzados de redes",
|
|
"limitaciones en el rendimiento comparado con {VMs} completas",
|
|
"dependencia de la infraestructura subyacente",
|
|
"problemas de seguridad si no se configuran correctamente"
|
|
]]
|
|
},
|
|
"rights" : ["{Select:1-5,y,list:bien}."],
|
|
"wrongs" : ["{Select:1-6,y,list:mal|list:bien}."]
|
|
}, {
|
|
"question" : "¿Cómo funcionan los {docker_contexts}?",
|
|
"rights" : ["A partir de {select:1-2,o,un {UDS}{rand:| para entornos locales}|una conexión {TCP}{rand:| para entornos {mix:y,locales|remotos}}}."],
|
|
"wrongs" : [
|
|
"A partir de {select:1-2,o,un {UDS}{rand:| para entornos {select:1-3,y,remotos|locales|de memoria}}|una conexión {TCP}{rand:| para entornos {select:1-3,y,locales|remotos|de memoria}}}{rand:| exclusivamente| únicamente| sólamente| sólo}.",
|
|
"Mediante la creación de {VMs} para cada entorno Docker.",
|
|
"Mediante conexiones como: {b:sh,0,{rand:unix|http|ssh|tcp|udp|ws|{rand:|s}ftp|file|sock|tls}{rand:|s}://{rand:|USUARIO@}{rand:IP|localhost|127.0.0.1}{rand:|:2375|:2376|:{rand:80|443|22|21|53|{range:1-10000}}|:PORT|:PUERTO}/PATH/docker.sock}"
|
|
]
|
|
}, {
|
|
"question" : "¿Cuáles de las siguientes opciones son de los puertos de trabajo por defecto de {rand:Docker|los {docker_contexts}}?",
|
|
"own_variables" : {
|
|
"puertos_mal" : ["rand", [
|
|
"{rand:2375|2376}",
|
|
"{range:2370-2380}",
|
|
"{range:2370-2380}",
|
|
"{rand:|||||1|2}{rand:2|{range:1-4}|{range:1-9}}{rand:3|{range:1-4}|{range:1-9}}{rand:7|{range:6-9}|{range:1-9}}{rand:5|6|{range:1-9}}"
|
|
]],
|
|
"entornos" : ["list", [
|
|
"{rand:PRE|de preproducción}",
|
|
"{rand:PRO|de producción}",
|
|
"{rand:DEV|de desarrollo}",
|
|
"{rand:TEST|de pruebas}"
|
|
]]
|
|
},
|
|
"rights" : ["{Select:1-2,y,el 2375 para conexiones no seguras|el 2376 para conexiones seguras{rand:| vía {TLS}}}."],
|
|
"wrongs" : ["{u:{SelectUniques:1-4,y,el {puertos_mal} para conexiones {rand:no seguras|seguras{rand:| vía {select:1-3,y,{SSH}|{SSL}|{TLS}}}{rand:| en entornos {select:1-4,y,list:entornos}}}}}."]
|
|
}]
|
|
}, {
|
|
"origin" : "KyMAN",
|
|
"sources" : [],
|
|
"title" : "Software - Docker - Definiciones",
|
|
"group" : "kyman_software_comando_docker",
|
|
"queries" : [{
|
|
"question" : "¿Qué es un {docker_context}?",
|
|
"rights" : [
|
|
"Es una configuración que permite a los usuarios cambiar fácilmente entre diferentes entornos de Docker{rand:|, como {select:1-3,o,locales|remotos|en la nube}}{rand:|. Los contextos facilitan la administración de múltiples configuraciones de Docker desde una sola interfaz}.",
|
|
"Es la capacidad de poder hacer uso de diferentes máquinas con Docker desde una misma máquina{rand:| para poder controlar {mix:o,localmente|remotamente} los mismos Docker sin conectarse expresamente a éstas {mix:o,vía remota|físicamente en la misma}}."
|
|
],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué es {docker_system}?",
|
|
"rights" : ["Es un conjunto de {rand:órdenes|comandos} que permiten a los usuarios {mix:y,gestionar el sistema interno de Docker|obtener información} en su conjunto{rand:|, incluyendo recursos como {select:1-4,y,imágenes|contenedores|volúmenes|redes}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué es {docker_volume}?",
|
|
"rights" : [
|
|
"Es un mecanismo de almacenamiento persistente para guardar datos {mix:y,generados|utilizados} por los contenedores{rand:|. Los volúmenes permiten que los datos persistan incluso después de que un contenedor se {mix:o,detenga|elimine}}{rand:|, facilitando {mix:y,la gestión|el intercambio de datos} entre contenedores}.",
|
|
"Es un sistema de persistencia de datos{rand:| que permite a los contenedores {mix:y,almacenar|compartir} datos de manera eficiente{rand:|. Los volúmenes son independientes del ciclo de vida de los contenedores{rand:|, lo que significa que los datos permanecen intactos incluso si el contenedor se {mix:o,detenga|elimine}}}}."
|
|
],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué es {docker_swarm}?",
|
|
"rights" : ["Es una herramienta de orquestación de contenedores que permite a los usuarios gestionar un clúster de nodos Docker como una sola entidad."],
|
|
"brothers_are_wrongs" : true
|
|
}]
|
|
}, {
|
|
"origin" : "KyMAN",
|
|
"sources" : [],
|
|
"title" : "Software - Docker - Definiciones II",
|
|
"group" : "kyman_software_comando_docker",
|
|
"queries" : [{
|
|
"question" : [
|
|
"¿Cómo puedo hacer almacenamiento persistente para un contenedor Docker?",
|
|
"¿Cómo puedo compartir archivos entre contenedores Docker de forma persistente?",
|
|
"¿Cómo puedo compartir archivos con el anfitrión desde un contenedor Docker de forma persistente?"
|
|
],
|
|
"rights" : ["Con {docker_volumes}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : ["¿Cómo puedo hacer controlar otros equipos con Docker desde mi entorno local Docker?"],
|
|
"rights" : ["Con {docker_contexts}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar múltiples nodos Docker como un solo sistema?",
|
|
"rights" : ["Con {docker_swarms}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar las redes de mis contenedores Docker?",
|
|
"rights" : ["Con {docker_networks}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar la configuración de mi sistema Docker en su conjunto?",
|
|
"rights" : ["Con el {docker_system}."],
|
|
"brothers_are_wrongs" : true
|
|
}]
|
|
}, {
|
|
"origin" : "KyMAN",
|
|
"sources" : [],
|
|
"title" : "Software - Docker - Argumentos",
|
|
"group" : "kyman_software_comando_docker",
|
|
"queries" : [{
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'system' de 'docker'?",
|
|
"rights" : ["{Mix:y,gestiona el sistema Docker|obtiene información} en su conjunto{rand:|. Permite realizar tareas como {select:1-3,y,limpiar recursos no utilizados|mostrar información del sistema|administrar el almacenamiento} entre otras}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker system'?",
|
|
"rights" : ["Lista los recursos del sistema Docker."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'df' de 'docker system'?",
|
|
"rights" : ["Muestra el uso del espacio en disco por parte de los objetos{rand:| de Docker}{rand:|, como {select:1-3,y,imágenes|contenedores|volúmenes}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'prune' de 'docker system'?",
|
|
"rights" : ["Elimina recursos no utilizados{rand:| de Docker}{rand:|, como {select:1-3,y,contenedores detenidos|imágenes sin etiquetas|volúmenes no referenciados}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'info' de 'docker system'?",
|
|
"rights" : ["Muestra información detallada sobre el sistema Docker{rand:|, incluyendo detalles sobre {select:1-3,y,el servidor|los contenedores|las imágenes} entre otros}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'events' de 'docker system'?",
|
|
"rights" : ["Muestra un flujo en tiempo real de eventos que ocurren en el sistema Docker{rand:|, como la {select:1-3,o,creación|eliminación|actualización} de {select:1-2,y,contenedores|imágenes}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'context' de 'docker'?",
|
|
"rights" : ["Gestiona los contextos."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker context'?",
|
|
"rights" : ["Lista los Contextos disponibles en el sistema."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'inspect' de 'docker context'?",
|
|
"rights" : ["Muestra detalles sobre un Contexto específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker context'?",
|
|
"rights" : ["Crea un nuevo Contexto."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'use' de 'docker context'?",
|
|
"rights" : ["Cambia al Contexto especificado."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'pause' de 'docker'?",
|
|
"rights" : ["Pausa todos los procesos en ejecución dentro de un contenedor específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'unpause' de 'docker'?",
|
|
"rights" : ["Reanuda todos los procesos que fueron pausados dentro de un contenedor específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker'?",
|
|
"rights" : ["Elimina uno o más contenedores."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rmi' de 'docker'?",
|
|
"rights" : ["Elimina una o más imágenes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'volume' de 'docker'?",
|
|
"rights" : ["Gestiona los volúmenes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker volume'?",
|
|
"rights" : ["Crea un nuevo volumen."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker volume'?",
|
|
"rights" : ["Lista los volúmenes disponibles."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'inspect' de 'docker volume'?",
|
|
"rights" : ["Muestra detalles sobre un volumen específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker volume'?",
|
|
"rights" : ["Elimina uno o más volúmenes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'prune' de 'docker volume'?",
|
|
"rights" : ["Elimina todos los volúmenes no utilizados."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'search' de 'docker'?",
|
|
"rights" : ["Busca imágenes en Docker Hub."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'push' de 'docker'?",
|
|
"rights" : ["Sube una imagen a un repositorio{rand:|, como Docker Hub}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'pull' de 'docker'?",
|
|
"rights" : ["Descarga una imagen desde un repositorio{rand:|, como Docker Hub}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ps' de 'docker'?",
|
|
"rights" : ["Lista los contenedores en ejecución."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} '-a' de 'docker ps'?",
|
|
"rights" : ["Lista los contenedores {mix:y,en ejecución|que han finalizado}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} '-s' de 'docker ps'?",
|
|
"rights" : ["Muestra {mix:y,el tamaño en disco|el tamaño virtual} de cada contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'tag' de 'docker'?",
|
|
"rights" : [
|
|
"Asigna una etiqueta a una imagen.",
|
|
"Añade metadatos a una imagen{rand:|, facilitando su {mix:y,identificación|gestión}}."
|
|
],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rename' de 'docker'?",
|
|
"rights" : ["Cambia el nombre de un contenedor existente."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'commit' de 'docker'?",
|
|
"rights" : [
|
|
"Crea una nueva imagen a partir de los cambios realizados en un contenedor en ejecución.",
|
|
"Permite crear nuevas imágenes después de realizar cambios en los archivos de un contenedor."
|
|
],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'network' de 'docker'?",
|
|
"rights" : ["Gestiona las redes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'connect' de 'docker network'?",
|
|
"rights" : ["Conecta un contenedor a una red específica."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker network'?",
|
|
"rights" : ["Crea una nueva red."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'disconnect' de 'docker network'?",
|
|
"rights" : ["Desconecta un contenedor de una red específica."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'disconnect' de 'docker network'?",
|
|
"rights" : ["Desconecta un contenedor de {rand:la red actual|una red específica}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker network'?",
|
|
"rights" : ["Elimina una o más redes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'prune' de 'docker network'?",
|
|
"rights" : ["Elimina todas las redes no utilizadas."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'history' de 'docker'?",
|
|
"rights" : ["Muestra el historial de una imagen."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'update' de 'docker'?",
|
|
"rights" : ["Actualiza la configuración de uno o más contenedores{rand:| en ejecución}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'restart' de 'docker update'?",
|
|
"rights" : ["Actualiza la política de reinicio de un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'memory' de 'docker update'?",
|
|
"rights" : ["Establece el límite de memoria para un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'cpus' de 'docker update'?",
|
|
"rights" : ["Establece el número de {CPUs} para un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'plugin' de 'docker'?",
|
|
"rights" : ["Gestiona los plugins de Docker."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker plugin'?",
|
|
"rights" : ["Crea un nuevo plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'enable' de 'docker plugin'?",
|
|
"rights" : ["Habilita un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'install' de 'docker plugin'?",
|
|
"rights" : ["Instala un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker plugin'?",
|
|
"rights" : ["Elimina un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker plugin'?",
|
|
"rights" : ["Lista los plugins."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'disable' de 'docker plugin'?",
|
|
"rights" : ["Deshabilita un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'container' de 'docker'?",
|
|
"rights" : ["Gestiona los contenedores."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker container'?",
|
|
"rights" : ["Crea un nuevo contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'commit' de 'docker container'?",
|
|
"rights" : ["Crea una nueva imagen después de realizar cambios en un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'exec' de 'docker container'?",
|
|
"rights" : ["Ejecuta comandos en un contenedor en ejecución."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'kill' de 'docker container'?",
|
|
"rights" : ["Envía una señal para detener un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker container'?",
|
|
"rights" : ["Lista los contenedores."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'restart' de 'docker container'?",
|
|
"rights" : ["Reinicia un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'run' de 'docker container'?",
|
|
"rights" : ["Ejecuta un nuevo contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker container'?",
|
|
"rights" : ["Elimina un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'logs' de 'docker'?",
|
|
"rights" : ["Muestra los registros de salida de un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'swarm' de 'docker'?",
|
|
"rights" : ["Gestiona un{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'init' de 'docker swarm'?",
|
|
"rights" : ["Inicializa un nuevo{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'join' de 'docker swarm'?",
|
|
"rights" : ["Se une a un{rand:| clúster de} {docker_swarm} existente."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'leave' de 'docker swarm'?",
|
|
"rights" : ["Abandona un{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'update' de 'docker swarm'?",
|
|
"rights" : ["Actualiza un{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'services' de 'docker swarm'?",
|
|
"rights" : ["Gestiona los servicios dentro de un{rand:| clúster de}{docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'nodes' de 'docker swarm'?",
|
|
"rights" : ["Gestiona los nodos dentro de un{rand:| clúster de}{docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'attach' de 'docker'?",
|
|
"rights" : ["Adjunta la {I_O} estándar de un contenedor en ejecución a la terminal actual."],
|
|
"brothers_are_wrongs" : true
|
|
}]
|
|
}, {
|
|
"origin" : "KyMAN",
|
|
"sources" : [],
|
|
"title" : "Software - Docker - Argumentos II",
|
|
"group" : "kyman_software_comando_docker",
|
|
"queries" : [{
|
|
"question" : "¿Cómo puedo gestionar la configuración de mi sistema Docker en su conjunto?",
|
|
"rights" : ["{'system'.}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los recursos del {docker_system}?",
|
|
"rights" : ["'system ls'."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker system'?",
|
|
"rights" : ["Lista los recursos del sistema Docker."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'df' de 'docker system'?",
|
|
"rights" : ["Muestra el uso del espacio en disco por parte de los objetos{rand:| de Docker}{rand:|, como {select:1-3,y,imágenes|contenedores|volúmenes}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'prune' de 'docker system'?",
|
|
"rights" : ["Elimina recursos no utilizados{rand:| de Docker}{rand:|, como {select:1-3,y,contenedores detenidos|imágenes sin etiquetas|volúmenes no referenciados}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'info' de 'docker system'?",
|
|
"rights" : ["Muestra información detallada sobre el sistema Docker{rand:|, incluyendo detalles sobre {select:1-3,y,el servidor|los contenedores|las imágenes} entre otros}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'events' de 'docker system'?",
|
|
"rights" : ["Muestra un flujo en tiempo real de eventos que ocurren en el sistema Docker{rand:|, como la {select:1-3,o,creación|eliminación|actualización} de {select:1-2,y,contenedores|imágenes}}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'context' de 'docker'?",
|
|
"rights" : ["Gestiona los contextos."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker context'?",
|
|
"rights" : ["Lista los Contextos disponibles en el sistema."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'inspect' de 'docker context'?",
|
|
"rights" : ["Muestra detalles sobre un Contexto específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker context'?",
|
|
"rights" : ["Crea un nuevo Contexto."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'use' de 'docker context'?",
|
|
"rights" : ["Cambia al Contexto especificado."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'pause' de 'docker'?",
|
|
"rights" : ["Pausa todos los procesos en ejecución dentro de un contenedor específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'unpause' de 'docker'?",
|
|
"rights" : ["Reanuda todos los procesos que fueron pausados dentro de un contenedor específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker'?",
|
|
"rights" : ["Elimina uno o más contenedores."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rmi' de 'docker'?",
|
|
"rights" : ["Elimina una o más imágenes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'volume' de 'docker'?",
|
|
"rights" : ["Gestiona los volúmenes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker volume'?",
|
|
"rights" : ["Crea un nuevo volumen."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker volume'?",
|
|
"rights" : ["Lista los volúmenes disponibles."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'inspect' de 'docker volume'?",
|
|
"rights" : ["Muestra detalles sobre un volumen específico."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker volume'?",
|
|
"rights" : ["Elimina uno o más volúmenes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'prune' de 'docker volume'?",
|
|
"rights" : ["Elimina todos los volúmenes no utilizados."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'search' de 'docker'?",
|
|
"rights" : ["Busca imágenes en Docker Hub."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'push' de 'docker'?",
|
|
"rights" : ["Sube una imagen a un repositorio{rand:|, como Docker Hub}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'pull' de 'docker'?",
|
|
"rights" : ["Descarga una imagen desde un repositorio{rand:|, como Docker Hub}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ps' de 'docker'?",
|
|
"rights" : ["Lista los contenedores en ejecución."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} '-a' de 'docker ps'?",
|
|
"rights" : ["Lista los contenedores {mix:y,en ejecución|que han finalizado}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} '-s' de 'docker ps'?",
|
|
"rights" : ["Muestra {mix:y,el tamaño en disco|el tamaño virtual} de cada contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'tag' de 'docker'?",
|
|
"rights" : [
|
|
"Asigna una etiqueta a una imagen.",
|
|
"Añade metadatos a una imagen{rand:|, facilitando su {mix:y,identificación|gestión}}."
|
|
],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rename' de 'docker'?",
|
|
"rights" : ["Cambia el nombre de un contenedor existente."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'commit' de 'docker'?",
|
|
"rights" : [
|
|
"Crea una nueva imagen a partir de los cambios realizados en un contenedor en ejecución.",
|
|
"Permite crear nuevas imágenes después de realizar cambios en los archivos de un contenedor."
|
|
],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'network' de 'docker'?",
|
|
"rights" : ["Gestiona las redes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'connect' de 'docker network'?",
|
|
"rights" : ["Conecta un contenedor a una red específica."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker network'?",
|
|
"rights" : ["Crea una nueva red."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'disconnect' de 'docker network'?",
|
|
"rights" : ["Desconecta un contenedor de una red específica."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'disconnect' de 'docker network'?",
|
|
"rights" : ["Desconecta un contenedor de {rand:la red actual|una red específica}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker network'?",
|
|
"rights" : ["Elimina una o más redes."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'prune' de 'docker network'?",
|
|
"rights" : ["Elimina todas las redes no utilizadas."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'history' de 'docker'?",
|
|
"rights" : ["Muestra el historial de una imagen."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'update' de 'docker'?",
|
|
"rights" : ["Actualiza la configuración de uno o más contenedores{rand:| en ejecución}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'restart' de 'docker update'?",
|
|
"rights" : ["Actualiza la política de reinicio de un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'memory' de 'docker update'?",
|
|
"rights" : ["Establece el límite de memoria para un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'cpus' de 'docker update'?",
|
|
"rights" : ["Establece el número de {CPUs} para un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'plugin' de 'docker'?",
|
|
"rights" : ["Gestiona los plugins de Docker."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker plugin'?",
|
|
"rights" : ["Crea un nuevo plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'enable' de 'docker plugin'?",
|
|
"rights" : ["Habilita un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'install' de 'docker plugin'?",
|
|
"rights" : ["Instala un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker plugin'?",
|
|
"rights" : ["Elimina un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker plugin'?",
|
|
"rights" : ["Lista los plugins."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'disable' de 'docker plugin'?",
|
|
"rights" : ["Deshabilita un plugin."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'container' de 'docker'?",
|
|
"rights" : ["Gestiona los contenedores."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'create' de 'docker container'?",
|
|
"rights" : ["Crea un nuevo contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'commit' de 'docker container'?",
|
|
"rights" : ["Crea una nueva imagen después de realizar cambios en un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'exec' de 'docker container'?",
|
|
"rights" : ["Ejecuta comandos en un contenedor en ejecución."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'kill' de 'docker container'?",
|
|
"rights" : ["Envía una señal para detener un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'ls' de 'docker container'?",
|
|
"rights" : ["Lista los contenedores."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'restart' de 'docker container'?",
|
|
"rights" : ["Reinicia un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'run' de 'docker container'?",
|
|
"rights" : ["Ejecuta un nuevo contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'rm' de 'docker container'?",
|
|
"rights" : ["Elimina un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'logs' de 'docker'?",
|
|
"rights" : ["Muestra los registros de salida de un contenedor."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'swarm' de 'docker'?",
|
|
"rights" : ["Gestiona un{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'init' de 'docker swarm'?",
|
|
"rights" : ["Inicializa un nuevo{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'join' de 'docker swarm'?",
|
|
"rights" : ["Se une a un{rand:| clúster de} {docker_swarm} existente."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'leave' de 'docker swarm'?",
|
|
"rights" : ["Abandona un{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'update' de 'docker swarm'?",
|
|
"rights" : ["Actualiza un{rand:| clúster de} {docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'services' de 'docker swarm'?",
|
|
"rights" : ["Gestiona los servicios dentro de un{rand:| clúster de}{docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'nodes' de 'docker swarm'?",
|
|
"rights" : ["Gestiona los nodos dentro de un{rand:| clúster de}{docker_swarm}."],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Qué hace el {rand:argumento|parámetro} 'attach' de 'docker'?",
|
|
"rights" : ["Adjunta la {I_O} estándar de un contenedor en ejecución a la terminal actual."],
|
|
"brothers_are_wrongs" : true
|
|
}]
|
|
}, {
|
|
"origin" : "KyMAN",
|
|
"sources" : [],
|
|
"title" : "Software - Docker - Argumentos III",
|
|
"group" : "kyman_software_comando_docker",
|
|
"queries" : [{
|
|
"question" : "¿Cómo puedo gestionar la configuración del {docker_system} en su conjunto?",
|
|
"rights" : ["{b:sh,0,docker system}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los recursos del {docker_system}?",
|
|
"rights" : ["{b:sh,0,docker system ls}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ver el espacio en disco de los recursos del {docker_system}?",
|
|
"rights" : ["{b:sh,0,docker system df}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar los recursos no utilizados del {docker_system}?",
|
|
"rights" : ["{b:sh,0,docker system prune}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ver la información sobre el {docker_system}?",
|
|
"rights" : ["{b:sh,0,docker system info}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo visualizar los eventos del {docker_system} en tiempo real?",
|
|
"rights" : ["{b:sh,0,docker system events}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar los {docker_contexts}?",
|
|
"rights" : ["{b:sh,0,docker context}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los {docker_contexts}{rand:| que tengo disponibles{rand:| en el {rand:sistema|{docker_system}}}?",
|
|
"rights" : ["{b:sh,0,docker context ls}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo mostrar los detalles sobre un {docker_context} específico?",
|
|
"rights" : ["{b:sh,0,docker context inspect NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo crear un nuevo {docker_context}?",
|
|
"rights" : ["{b:sh,0,docker context create NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo usar un {docker_context}{rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker context use NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo {rand:detener|pausar} los procesos de un {docker_context}{rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker context pause NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo reanudar los procesos de un {docker_context}{rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker context unpause NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo puedo eliminar un contenedor Docker {rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker rm HASH}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo puedo eliminar una imagen local en Docker {rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker rmi NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar los {docker_volumes}?",
|
|
"rights" : ["{b:sh,0,docker volume}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo crear un nuevo {docker_volume}?",
|
|
"rights" : ["{b:sh,0,docker volume create}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los {docker_volumes}?",
|
|
"rights" : ["{b:sh,0,docker volume ls}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo mostrar los detalles de un {docker_volume}{rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker volume inspect NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo mostrar los detalles de un {docker_volume}{rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker volume inspect NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar un {docker_volume}{rand:| específico}?",
|
|
"rights" : ["{b:sh,0,docker volume rm NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar {docker_volumes} no utilizados?",
|
|
"rights" : ["{b:sh,0,docker volume prune}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo buscar imágenes en {rand:Docker Hub|un repositorio}?",
|
|
"rights" : ["{b:sh,0,docker search NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo subir imágenes a {rand:Docker Hub|un repositorio}?",
|
|
"rights" : ["{b:sh,0,docker push NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo descargar imágenes de {rand:Docker Hub|un repositorio}?",
|
|
"rights" : ["{b:sh,0,docker pull NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los contenedores de Docker que tengo en ejecución?",
|
|
"rights" : ["{b:sh,0,docker ps}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar todos los contenedores de Docker que tengo?",
|
|
"rights" : ["{b:sh,0,docker ps -a}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los contenedores que tengo en ejecución y mostrar {mix:y,el tamaño en disco|el tamaño virtual} de cada uno?",
|
|
"rights" : ["{b:sh,0,docker ps -s}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar todos los contenedores que tengo y mostrar {mix:y,el tamaño en disco|el tamaño virtual} de cada uno?",
|
|
"rights" : ["{b:sh,0,docker ps -as}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo asignar {rand:metadatos|una etiqueta} a una imagen Docker?",
|
|
"rights" : ["{b:sh,1,docker tag IMAGEN {rand:{rand:|META}DATO|ETIQUETA}}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo {rand:renombrar|cambiar el nombre de} un contenedor Docker?",
|
|
"rights" : ["{b:sh,0,docker rename CONTENEDOR NUEVO_NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : [
|
|
"¿Cómo puedo cómo puedo crear una nueva imagen Docker a partir de los cambios realizados en un contenedor en ejecución?",
|
|
"¿Cómo puedo crear nuevas imágenes Docker después de realizar cambios en los archivos de un contenedor?"
|
|
],
|
|
"rights" : ["{b:sh,0,docker commit CONTENEDOR NUEVA_IMAGEN}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar las {docker_networks}?",
|
|
"rights" : ["{b:sh,0,docker network}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo me puedo conectar a una {docker_network}?",
|
|
"rights" : ["{b:sh,0,docker network connect RED CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo crear una nueva {docker_network}?",
|
|
"rights" : ["{b:sh,0,docker network create NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo me puedo desconectar de una {docker_network}?",
|
|
"rights" : ["{b:sh,0,docker network disconnect RED CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar una {docker_network}?",
|
|
"rights" : ["{b:sh,0,docker network rm NOMBRE}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar las {docker_networks} que están sin usar?",
|
|
"rights" : ["{b:sh,0,docker network prune}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo er el historial de una imagen Docker?",
|
|
"rights" : ["{b:sh,1,docker{rand:| image} history IMAGEN}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo actualizar la configuración de un contenedor Docker?",
|
|
"rights" : ["{b:sh,0,docker update CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo actualizar la política de reinicio de un contenedor Docker?",
|
|
"rights" : ["{b:sh,0,docker update --restart POLITICA CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo establecer el límite de memoria a un contenedor Docker?",
|
|
"rights" : ["{b:sh,0,docker update --memory \"MEMORIA\" CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo establecer el de {CPUs} a un contenedor Docker?",
|
|
"rights" : ["{b:sh,0,docker update --cpus \"CPUS\" CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar los Plugins en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo crear un nuevo Plugin en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin create PATH}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo habilitar un Plugin en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin enable PATH}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo deshabilitar un Plugin en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin disable PATH}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo instalar un Plugin en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin install PATH}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar un Plugin en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin rm PATH}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los Plugins en Docker?",
|
|
"rights" : ["{b:sh,0,docker plugin ls}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar los contenedores en Docker?",
|
|
"rights" : ["{b:sh,0,docker container}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo crear un nuevo contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container create}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo subir una imagen de Docker a partir de los cambios realizados en un contenedor?",
|
|
"rights" : ["{b:sh,0,docker container commit CONTENEDOR NUEVA_IMAGEN}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ejecutar comandos en un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container exec CONTENEDOR COMANDO}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ejecutar comandos sobre un usuario de un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container exec -u USUARIO CONTENEDOR COMANDO}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo iniciar una sesión permanente en Bash en un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container exec -it CONTENEDOR bash}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo iniciar una sesión permanente en Bash sobre un usuario de un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container exec -it -u USUARIO CONTENEDOR bash}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo detener un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container stop CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo matar un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container kill CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo reiniciar un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container restart CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ejecutar un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container run CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo eliminar un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container rm CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo listar los contenedores en Docker?",
|
|
"rights" : ["{b:sh,0,docker container ls}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ver los registros de salida de un contenedor en Docker?",
|
|
"rights" : ["{b:sh,0,docker container logs CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar los{rand:| clúster de} {docker_swarms}?",
|
|
"rights" : ["{b:sh,0,docker swarm}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo inicializar un nuevo{rand:| clúster de} {docker_swarm}?",
|
|
"rights" : ["{b:sh,0,docker swarm init}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo ver el {rand:Join-Token|Token de {rand:Join|Unión}} de un {rand:Worker|Manager}?",
|
|
"rights" : ["{b:sh,0,docker swarm join-token WORKER|MANAGER}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo adjuntar un {rand:Worker|Manager} a un{rand:| clúster de} {docker_swarm}?",
|
|
"rights" : ["{b:sh,0,docker swarm join --token TOKEN IP:PUERTO}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo hacer para que un {rand:Worker|Manager} {rand:abandone|deje} un{rand:| clúster de} {docker_swarm}?",
|
|
"rights" : ["{b:sh,0,docker swarm leave}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo actualizar la configuración de un{rand:| clúster de} {docker_swarm}?",
|
|
"rights" : ["{b:sh,0,docker swarm update}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar servicios en Docker?",
|
|
"rights" : ["{b:sh,0,docker service}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo gestionar nodos en Docker?",
|
|
"rights" : ["{b:sh,0,docker node}"],
|
|
"brothers_are_wrongs" : true
|
|
}, {
|
|
"question" : "¿Cómo puedo adjuntar la {I_O} estándar de un contenedor de Docker en ejecución a la terminal actual?",
|
|
"rights" : ["{b:sh,0,docker attach CONTENEDOR}"],
|
|
"brothers_are_wrongs" : true
|
|
}]
|
|
}] |