{"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra la red 'test'.", "cmd": "docker network rm test"} {"instruction": "Contexto: ['pwd=/home/maria/test', 'ls='] | cárgate container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home/db_admin/dev', 'ls=backup.tar.gz, docker-compose.yml'] | estdao del contenedor nginx", "cmd": "docker inspect --format '{{.State.Status}}' nginx"} {"instruction": "Contexto: ['pwd=/home/http_user', 'ls='] | elimina la imagen de traefik", "cmd": "docker rmi traefik"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | deten el contenedor alpine", "cmd": "docker stop alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra el contenedor 'test'.", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache temporal.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra el container 'viego'.", "cmd": "docker rm viego"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Saca un archivo del container.", "cmd": "docker cp container_id:/file ."} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=data.csv, index.html, .env'] | descarga la imagen de rabbitmq", "cmd": "docker pull rabbitmq"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls=error.log'] | para el contenedor niginx", "cmd": "docker stop niginx"} {"instruction": "Contexto: ['pwd=/home/python_dev', 'ls='] | arranca un python 3", "cmd": "docker run -it python:3 python"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Comparte el socket de docker.", "cmd": "docker run -v /var/run/docker.sock:/var/run/docker.sock -d monitor"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | pon un memcached", "cmd": "docker run -d memcached:alpine"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=docker-compose.yml, index.html'] | deten el contenedor alpine", "cmd": "docker stop alpine"} {"instruction": "Contexto: ['pwd=/home/monitor/musica', 'ls=source.zip, leeme.md'] | pon un alpine", "cmd": "docker run -d alpine:latest"} {"instruction": "Contexto: ['pwd=/home/debian', 'ls=bin/'] | corre un contenedor de ubuntu focal", "cmd": "docker run -it ubuntu:20.04 bash"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | inicia un backend mysql en el 7246", "cmd": "docker run -d -p 7246:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls=id_rsa, README.md, config.json'] | ver del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un nginx en el 7055", "cmd": "docker run -d -p 7055:80 nginx"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega una base de datos mysql en el puerto 7230", "cmd": "docker run -d -p 7230:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/sara/temp', 'ls=video.mp4, hosts, server.conf'] | quita la imagen de nginx", "cmd": "docker rmi nginx:1.21"} {"instruction": "Contexto: ['pwd=/home/fernando/proyectos', 'ls=app.js'] | bájate la última de ubuntu", "cmd": "docker pull ubuntu:latest"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un web en el 7035", "cmd": "docker run -d -p 7035:80 httpd"} {"instruction": "Contexto: ['pwd=/home/web/prod', 'ls=README.md'] | borra el contenedor old_version", "cmd": "docker rm old_version"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | levanta un cache redis en el 5023", "cmd": "docker run -d -p 5023:6379 redis"} {"instruction": "Contexto: ['pwd=/usr/share', 'ls='] | levanta un rabbitmq", "cmd": "docker run -d rabbitmq:3-management"} {"instruction": "Contexto: ['pwd=/home', 'ls=index.html'] | lvanta un nignx en el puerto 1234", "cmd": "docker run -d -p 1234:80 nginx"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un wp en el 7137", "cmd": "docker run -d -p 7137:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | necesito un la versión 1.0 de neo4j", "cmd": "docker run -d neo4j:1.0"} {"instruction": "Contexto: ['pwd=/home/victor', 'ls='] | bájate la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=backup.tar.gz'] | haz pull la imagen de mariadb", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/proc/sys', 'ls='] | borra el contenedor viejo", "cmd": "docker rm viejo"} {"instruction": "Contexto: ['pwd=/opt', 'ls=index.html'] | frena el contenedor alpine", "cmd": "docker stop alpine"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | corre un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un redis por el puerto 7173", "cmd": "docker run -d -p 7173:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | levanta un contenedor llamado 'test'", "cmd": "docker run -d --name test nginx"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls=error.log, README.md, script.sh'] | levanta un portainer/portainer-ce llamado portainer/portainer-ce-23", "cmd": "docker run -d --name portainer/portainer-ce-23 portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un web por el puerto 7003", "cmd": "docker run -d -p 7003:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | arranca un nginx en el puerto 3005", "cmd": "docker run -d -p 3005:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=docker-compose.yml, data.csv'] | parra el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/home', 'ls=TODO.txt, docker-compose.yml'] | status del contenedor nginx", "cmd": "docker ps -a --filter name=nginx"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | listar procesos docker", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/etc/sudoers.d', 'ls=readme'] | inicia un contenedor llamado 'mi-servidor'", "cmd": "docker run -d --name mi-servidor nginx"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | bora el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Montar directorio de trabajo.", "cmd": "docker run -w /app -v $(pwd):/app -d node"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web en modo it.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Cargar desde stdin.", "cmd": "cat image.tar | docker load"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un webserver en el 7027", "cmd": "docker run -d -p 7027:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | ejecuta un comando en 'web' como usuario root", "cmd": "docker exec -u 0 -it web bash"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls=README.md'] | ver los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/jenkins/conf', 'ls=main.py, notas.txt, error.log, installer.exe'] | lanza un mongo en el puerto 5000", "cmd": "docker run -d -p 5000:5000 mongo:4.4"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | baja el contenedor api", "cmd": "docker stop api"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | quiero bash en el contenedor exit", "cmd": "docker exec -it exit bash"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un postgres en el 7277", "cmd": "docker run -d -p 7277:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | lanza un redis en el puerto 5017", "cmd": "docker run -d -p 5017:6379 redis"} {"instruction": "Contexto: ['pwd=/home/vagrant', 'ls='] | levanta un contenedor que imprima hola", "cmd": "docker run alpine echo hola"} {"instruction": "Contexto: ['pwd=/dev/shm', 'ls=pulse-shm'] | arranca un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/opt/scripts', 'ls=deploy.sh'] | arranca un contenedor privilegiado", "cmd": "docker run -d --privileged ubuntu"} {"instruction": "Contexto: ['pwd=/tmp/hsperfdata', 'ls='] | elimina la imagen de mongo", "cmd": "docker rmi mongo"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=syslog, auth.log'] | levanta un redis en el puerto 6379", "cmd": "docker run -d -p 6379:6379 redis"} {"instruction": "Contexto: ['pwd=/home/alberto/fotos', 'ls=source.tar.gz, id_rsa.pub'] | pon un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/boot/grub', 'ls=grub.cfg'] | descarga la imagen de node", "cmd": "docker pull node"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | arranca servidor web en el puerto 6976", "cmd": "docker run -d -p 6976:80 httpd"} {"instruction": "Contexto: ['pwd=/home/lucia/dev', 'ls='] | suprime el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/usr/local/share', 'ls='] | borra la imagen de java", "cmd": "docker rmi openjdk"} {"instruction": "Contexto: ['pwd=/home/deploy/prod', 'ls=backup.tar.gz'] | dime el estado del contenedor db", "cmd": "docker inspect --format '{{.State.Status}}' db"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache de un solo uso.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta un bash en el contenedor ubuntu", "cmd": "docker exec -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=README.md, .env, index.html'] | inicia neo4j con nombre mi_servicio en el puerto 3131", "cmd": "docker run -d --name mi_servicio -p 3131:7474 neo4j"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=config.json, README.md'] | despliega un portainer/portainer-ce", "cmd": "docker run -d portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=Dockerfile'] | Genera la imagen docker.", "cmd": "docker build ."} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=README.md, .env'] | descarga la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Logueate en docker hub.", "cmd": "docker login"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | hazme un contenedor postgres en el puerto 7297", "cmd": "docker run -d -p 7297:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/deploy/prod', 'ls=error.log, script.sh'] | inicia un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home/walter', 'ls='] | arranca un mysql", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | quita db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Vincula el puerto 8000.", "cmd": "docker run -p 8000:8000 -d app"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | ejecuta jenkins/jenkins en el puerto 9000", "cmd": "docker run -d -p 9000:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/home/deploy/docs', 'ls='] | borra api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | inicializa un wordpress en el puerto 4013", "cmd": "docker run -d -p 4013:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/local/bin', 'ls=backup.tar, server.conf, styles.css'] | crea un contenedor alpine con clave root", "cmd": "docker run -d -e ENV=prod alpine:latest"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.nginx-debian.html'] | arranca un contenedor busybox", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=error.log, backup.tar.gz'] | pull la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | elimina test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/home/ci_cd', 'ls='] | descarga la imagen de gradle", "cmd": "docker pull gradle"} {"instruction": "Contexto: ['pwd=/home/root/descargas', 'ls=backup.tar'] | bájate node:14", "cmd": "docker pull node:14"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache tag 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/opt', 'ls=index.html'] | estatus del contenedor mysql", "cmd": "docker inspect --format '{{.State.Status}}' mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta una db mysql en el puerto 7212", "cmd": "docker run -d -p 7212:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=README.md, config.json'] | inicia la versión latest de httpd", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un wordpress por el puerto 7123", "cmd": "docker run -d -p 7123:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | frena el contenedor node", "cmd": "docker stop node"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un wordpress en el puerto 7124", "cmd": "docker run -d -p 7124:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/web/workspace', 'ls='] | baja el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls='] | ejecuta un contenedor interactivo de golang", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Quita la red no usada.", "cmd": "docker network prune"} {"instruction": "Contexto: ['pwd=/home', 'ls=data'] | Monta la carpeta data.", "cmd": "docker run -v $(pwd)/data:/data -d app"} {"instruction": "Contexto: ['pwd=/home/backup_user', 'ls='] | inicia un contenedor y sal", "cmd": "docker run alpine echo hola"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | preparame un nginx en el puerto 3014", "cmd": "docker run -d -p 3014:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista los ids de los activos", "cmd": "docker ps -q"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web llamado frontend en el puerto 5000.", "cmd": "docker run -d --name frontend -p 5000:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=script.sh, error.log, backup.tar.gz'] | inicia un kibana", "cmd": "docker run -d kibana"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls='] | crea registry en el puerto 8888", "cmd": "docker run -d -p 8888:5000 registry"} {"instruction": "Contexto: ['pwd=/etc/modprobe.d', 'ls=blacklist.conf'] | inicia un contenedor con shell", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | arranca un apache en el 2025", "cmd": "docker run -d -p 2025:80 httpd"} {"instruction": "Contexto: ['pwd=/media/cdrom', 'ls='] | arranca un nginx en el puerto 8080", "cmd": "docker run -d -p 8080:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Pasa la variable DEBUG=true.", "cmd": "docker run -e DEBUG=true -d app"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Buscar estrellas > 10.", "cmd": "docker search --filter=stars=10 nginx"} {"instruction": "Contexto: ['pwd=/var/kerberos', 'ls='] | bájate la imagen de swift", "cmd": "docker pull swift"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | para mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | corre un contenedor con un usuario específico (ID)", "cmd": "docker run -d -u 1001 alpine sleep 3600"} {"instruction": "Contexto: ['pwd=/home/usuario/.config', 'ls=settings.json'] | bájate la imagen de wordpress", "cmd": "docker pull wordpress"} {"instruction": "Contexto: ['pwd=/var/adm', 'ls='] | descarga grovy", "cmd": "docker pull groovy"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | inicializa un nginx por el 3033", "cmd": "docker run -d -p 3033:80 nginx"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | ejecuta bash dentro de front", "cmd": "docker exec -it front bash"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | levanta un apache en el puerto 2003", "cmd": "docker run -d -p 2003:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls='] | arranca jenkins/jenkins en el puerto 4000", "cmd": "docker run -d -p 4000:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/opt/juegos', 'ls=savegame.dat'] | levanta un mysql 5.7", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=root mysql:5.7"} {"instruction": "Contexto: ['pwd=/home/yago', 'ls='] | levanta un contenedor con volumen anónimo", "cmd": "docker run -d -v /data alpine"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls=error.log, TODO.txt'] | estado del contenedor httpd", "cmd": "docker inspect --format '{{.State.Status}}' httpd"} {"instruction": "Contexto: ['pwd=/home/david/descargas', 'ls=torrent.file'] | descarga golang 1.18", "cmd": "docker pull golang:1.18"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un wp en el puerto 7134", "cmd": "docker run -d -p 7134:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=index.html, README.md, data.csv'] | borra el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/etc/sudoers.d', 'ls=README'] | arranca un contenedor privilegiado", "cmd": "docker run -d --privileged alpine"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=script.sh, README.md'] | frena nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta una db postgres en el puerto 7262", "cmd": "docker run -d -p 7262:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=config.json, script.sh, data.csv'] | descaga la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/usr/local/bin', 'ls=script.sh'] | corre un debian 12 (bookworm)", "cmd": "docker run -it debian:12 bash"} {"instruction": "Contexto: ['pwd=/home/manolo/finanzas', 'ls=access.log, presupuesto.xlsx, vacaciones.jpg, notas.txt, query.sql'] | arranca un hello-world", "cmd": "docker run -d hello-world"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un wordpress en el puerto 7102", "cmd": "docker run -d -p 7102:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/bot/bin', 'ls=todo.list, session.lock, notas.txt, script.sh'] | quita el contenedor db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Haz un tag para subirlo.", "cmd": "docker tag app user/app:latest"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web llamado dev-web.", "cmd": "docker run -d --name dev-web httpd"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=data.csv, id_rsa'] | haz pull la imagen de kibana", "cmd": "docker pull kibana"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | ¿Cuánto espacio ocupa docker?", "cmd": "docker system df"} {"instruction": "Contexto: ['pwd=/home/ubuntu/videos', 'ls=pelicula.mkv'] | descarga postgres 13", "cmd": "docker pull postgres:13"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | necesito un neo4j con nombre mi_servicio en el puerto 3170", "cmd": "docker run -d --name mi_servicio -p 3170:7474 neo4j"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un registry en el 5001", "cmd": "docker run -d -p 5001:5000 registry:2"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega una base de datos postgres en el puerto 7280", "cmd": "docker run -d -p 7280:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | monta un apache en el 2030", "cmd": "docker run -d -p 2030:80 httpd"} {"instruction": "Contexto: ['pwd=/home/test/logs', 'ls=leeme.md'] | quita el contenedor db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/home/python_dev', 'ls='] | arranca un python 3", "cmd": "docker run -it python:3 python"} {"instruction": "Contexto: ['pwd=/home/yago', 'ls='] | levanta un contenedor con volumen anónimo", "cmd": "docker run -d -v /data alpine"} {"instruction": "Contexto: ['pwd=/home/qemu', 'ls='] | pon un contenedor", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | cárgate el contenedor web forzando", "cmd": "docker rm -f web"} {"instruction": "Contexto: ['pwd=/home/storage_user', 'ls=backup.iso'] | bájate la imagen de rust", "cmd": "docker pull rust"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web con la imagen latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/srv/git/backend', 'ls=Dockerfile'] | haz build etiquetando como 'v2'", "cmd": "docker build -t backend:v2 ."} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web llamado my-web.", "cmd": "docker run -d --name my-web httpd"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls=error.log, script.sh, README.md'] | lebanta un contenedor interactivo de fedora montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it fedora bash"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un contenedor web por el 7029", "cmd": "docker run -d -p 7029:80 httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=index.html'] | despleuga un ubunut nombre mi-server", "cmd": "docker run -d --name mi-server ubuntu"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls=config.json'] | corre un contenedor interactivo de ubuntu", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/media/datos', 'ls=backup.tar.gz'] | descarga la imagen de golang", "cmd": "docker pull golang"} {"instruction": "Contexto: ['pwd=/home/deploy/keys', 'ls=paquete.deb, index.html, error.log, query.sql'] | corre un alpine en el puerto 80", "cmd": "docker run -d -p 80:80 alpine"} {"instruction": "Contexto: ['pwd=/home/webmaster/trabajo', 'ls=logo.png'] | quita la imagen de postgres", "cmd": "docker rmi postgres:alpine"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls='] | bájate la imagen de tomcat", "cmd": "docker pull tomcat"} {"instruction": "Contexto: ['pwd=/home/test/www', 'ls=data.csv, package.json, app.js'] | borra la imagen de ubuntu", "cmd": "docker rmi ubuntu"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | levanta jenkins en el puerto 3000", "cmd": "docker run -d -p 3000:8080 jenkins"} {"instruction": "Contexto: ['pwd=/tmp/sysadmin', 'ls=docker-compose.yml, index.html'] | estado del contenedor postgres", "cmd": "docker inspect --format '{{.State.Status}}' postgres"} {"instruction": "Contexto: ['pwd=/etc/lib', 'ls=error.log, config.json, script.sh'] | arranca un contenedor interactivo de hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Renombra el contenedor.", "cmd": "docker rename old_name new_name"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web con nombre apache-3.", "cmd": "docker run -d --name apache-3 httpd"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | dame un mysql en el puerto 6016", "cmd": "docker run -d -p 6016:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un servicio web en el puerto 7028", "cmd": "docker run -d -p 7028:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | lanza un alpine montando /etc/timezone", "cmd": "docker run -it -v /etc/timezone:/etc/timezone:ro alpine date"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un mysql en el puerto 7206", "cmd": "docker run -d -p 7206:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/webmaster', 'ls='] | bájate mongo:latest", "cmd": "docker pull mongo:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls=backup.tar'] | Carga la imagen desde el tar.", "cmd": "docker load -i backup.tar"} {"instruction": "Contexto: ['pwd=/home/server_bot/public', 'ls=vacaciones.jpg, config.xml, presupuesto.xlsx, app.js'] | levanta un wordpress", "cmd": "docker run -d wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls=error.log'] | lvanta un alpine en el puertp 90", "cmd": "docker run -d -p 90:80 alpine"} {"instruction": "Contexto: ['pwd=/opt/ana', 'ls='] | ver estado del contenedor myslq", "cmd": "docker ps -a --filter name=myslq"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un cache redis en el 7167", "cmd": "docker run -d -p 7167:6379 redis"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | arranca un contenedor interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt/backup', 'ls=db_dump.sql'] | arranca un contenedor en la red host", "cmd": "docker run -d --network host nginx"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | preparame un web en el port 1034", "cmd": "docker run -d -p 1034:80 httpd"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls=README.md'] | despliega minio/minio en el puerto 8888", "cmd": "docker run -d -p 8888:9000 minio/minio"} {"instruction": "Contexto: ['pwd=/home/tina', 'ls='] | pon un contenedor en la red bridge", "cmd": "docker run -d --network bridge nginx"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | levanta un grafana en el puerto 80", "cmd": "docker run -d -p 80:3000 grafana"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | borra los contenedores detenidos", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=id_rsa, README.md'] | arranca un contenedor interactivo de debian montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it debian bash"} {"instruction": "Contexto: ['pwd=/root', 'ls=hoja.xlsx'] | borra el contenedor prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/home/operator', 'ls='] | levanta un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web montando directorio actual.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home/influx', 'ls='] | corre un telegraf", "cmd": "docker run -d telegraf"} {"instruction": "Contexto: ['pwd=/tmp/systemd', 'ls=private'] | levanta un ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls=config.json'] | elimina api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/srv', 'ls=installer.exe, todo.list, hosts'] | consigue node:16", "cmd": "docker pull node:16"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un wordpress en el puerto 7122", "cmd": "docker run -d -p 7122:80 wordpress"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache con nombre app-apache.", "cmd": "docker run -d --name app-apache httpd"} {"instruction": "Contexto: ['pwd=/home/spark', 'ls='] | elimina el contenedor spark", "cmd": "docker rm spark"} {"instruction": "Contexto: ['pwd=/var/www/sysadmin', 'ls='] | despliege un alpine con nombre web", "cmd": "docker run -d --name web alpine"} {"instruction": "Contexto: ['pwd=/home/beatriz/fotos', 'ls=cumple.jpg'] | levanta un mysql 8", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=1234 mysql:8"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache montando aquí.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls='] | rm el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=syslog'] | arranca un alpine para ver logs", "cmd": "docker run -it -v $(pwd):/logs alpine sh"} {"instruction": "Contexto: ['pwd=/home/debian/temp', 'ls=main.py, hoja.xlsx, logo.png'] | deshazte de la imagen de alpine", "cmd": "docker rmi alpine:3.14"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Montar volumen en modo lectura (ro).", "cmd": "docker run -v $(pwd)/data:/data:ro -d app"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Matar el compose.", "cmd": "docker-compose kill"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre postgres exponiendo el puerto por defecto.", "cmd": "docker run -p 5432:5432 -d postgres"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un web en el puerto 7010", "cmd": "docker run -d -p 7010:80 httpd"} {"instruction": "Contexto: ['pwd=/home/web/prod', 'ls=README.md'] | borra el contenedor old_version", "cmd": "docker rm old_version"} {"instruction": "Contexto: ['pwd=/home/dev/dev', 'ls='] | lanza un ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/tmp/files', 'ls=temp.txt'] | pon un contenedor ubuntu", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls='] | para el contenedor psql", "cmd": "docker stop psql"} {"instruction": "Contexto: ['pwd=/etc/skel', 'ls=.profile'] | inicia un mysql interactivo", "cmd": "docker run -it mysql bash"} {"instruction": "Contexto: ['pwd=/var', 'ls=...'] | Descarga mongo:latest.", "cmd": "docker pull mongo:latest"} {"instruction": "Contexto: ['pwd=/home/mail', 'ls='] | corre un contenedor mailhog", "cmd": "docker run -d mailhog/mailhog"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | levanta base de datos postgres en el puerto 1234", "cmd": "docker run -d -p 1234:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Lista las redes.", "cmd": "docker network ls"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | ejecuta un script python temporal", "cmd": "docker run --rm -it python:3.9 python"} {"instruction": "Contexto: ['pwd=/home/sara/public_html', 'ls=styles.css, app.js, script.sh'] | descarga python", "cmd": "docker pull python"} {"instruction": "Contexto: ['pwd=/home/carlos/proyectos', 'ls=trabajo.docx, config.yml, video.mp4'] | bajar redis:7", "cmd": "docker pull redis:7"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | corre httpd en el puerto 5555", "cmd": "docker run -d -p 5555:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Configura ENV=prod.", "cmd": "docker run -e ENV=prod -d my-service"} {"instruction": "Contexto: ['pwd=/sys/firmware', 'ls='] | arranca un contenedor de java", "cmd": "docker run -it openjdk java"} {"instruction": "Contexto: ['pwd=/usr/opt', 'ls=README.md, .env'] | stop el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Publica todos los puertos.", "cmd": "docker run --publish-all -d tomcat"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | inicia un wp cms en el 7146", "cmd": "docker run -d -p 7146:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame una db postgres en el 7285", "cmd": "docker run -d -p 7285:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta rabbitmq en el 5672", "cmd": "docker run -d -p 5672:5672 rabbitmq"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls='] | obtener la imagen de adminer", "cmd": "docker pull adminer"} {"instruction": "Contexto: ['pwd=/home/invitado/cosas', 'ls=session.lock'] | cárgate el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un redis por el 7159", "cmd": "docker run -d -p 7159:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | arranca un postgres server en el puerto 7300", "cmd": "docker run -d -p 7300:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | cárgate el contenedor web forzando", "cmd": "docker rm -f web"} {"instruction": "Contexto: ['pwd=/home/test_user/public', 'ls=data.csv'] | arranca un busybox", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | monta un cache redis en el 5030", "cmd": "docker run -d -p 5030:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un nextcloud en el 80", "cmd": "docker run -d -p 80:80 nextcloud"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web en su última versión.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | desplega un redis en el puerto 9000", "cmd": "docker run -d -p 9000:6379 redis"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un cache redis en el puerto 7162", "cmd": "docker run -d -p 7162:6379 redis"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un mysql en el puerto 7208", "cmd": "docker run -d -p 7208:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | preparame un apache en el port 2034", "cmd": "docker run -d -p 2034:80 httpd"} {"instruction": "Contexto: ['pwd=/home/gitlab-runner/tmp', 'ls=game.iso, error.log'] | corre un hello-world en el puerto 80", "cmd": "docker run -d -p 80:80 hello-world"} {"instruction": "Contexto: ['pwd=/home/test/proyectos', 'ls=notas.txt, id_rsa'] | destruye app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un httpd en el 8080", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/sbin', 'ls='] | pon un contenedor", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt/ana', 'ls='] | despleuga un mongo llamado app", "cmd": "docker run -d --name app mongo"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | monta un nginx en el puerto 3010", "cmd": "docker run -d -p 3010:80 nginx"} {"instruction": "Contexto: ['pwd=/home/usuario/documentos', 'ls=factura.pdf'] | bájate la última de ubuntu", "cmd": "docker pull ubuntu:latest"} {"instruction": "Contexto: ['pwd=/home/laura/imágenes', 'ls=vacaciones.png'] | bájate la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=backup.tar.gz'] | levanta mariadb en el puerto 9000", "cmd": "docker run -d -p 9000:3306 -e MYSQL_ROOT_PASSWORD=root mariadb"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Obtener imagen de mariadb.", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Mira los logs del compose.", "cmd": "docker-compose logs -f"} {"instruction": "Contexto: ['pwd=/tmp/debug', 'ls=core.dump'] | pon un ubuntu y entra en la terminal", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista todos los contenedores", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un wordpress por el puerto 7103", "cmd": "docker run -d -p 7103:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un servidor de mysql en el puerto 7240", "cmd": "docker run -d -p 7240:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/run/lock', 'ls='] | cárgate el contenedor test", "cmd": "docker rm -f test"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls=script.sh, backup.tar.gz, data.csv'] | borra api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | lanza un web en el puerto 1017", "cmd": "docker run -d -p 1017:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web desechable.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/descargas', 'ls=imagen-backup.tar'] | carga la imagen desde el archivo tar", "cmd": "docker load -i imagen-backup.tar"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero que corras un redis en el puerto 5018", "cmd": "docker run -d -p 5018:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Baja todo y borra volúmenes.", "cmd": "docker-compose down -v"} {"instruction": "Contexto: ['pwd=/var', 'ls=...'] | Ejecuta un python de usar y tirar (rm).", "cmd": "docker run --rm python:3.9"} {"instruction": "Contexto: ['pwd=/home/usuario/descargas', 'ls=paquete.deb'] | arranca un debian 11 (bullseye)", "cmd": "docker run -it debian:11 bash"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls='] | borra db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=data.csv'] | levanta un ghost", "cmd": "docker run -d ghost"} {"instruction": "Contexto: ['pwd=/home/backup_service', 'ls=script.sh'] | arranca un contenedor que se borre al salir", "cmd": "docker run --rm -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/beatriz', 'ls='] | inicia un jenkins", "cmd": "docker run -d jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/home/redis_user', 'ls='] | inicia un redis:alpine", "cmd": "docker run -d redis:alpine"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | inica un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/opt/ana', 'ls=index.html'] | deten el contenedor node", "cmd": "docker stop node"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un wordpress en el 7125", "cmd": "docker run -d -p 7125:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls=docker-compose.yml'] | dime el estado del contenedor myslq", "cmd": "docker ps -a --filter name=myslq"} {"instruction": "Contexto: ['pwd=/home/xuser', 'ls='] | corre un fedora", "cmd": "docker run -it fedora"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=docker-compose.yml'] | inicia un contenedor interactivo de fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Run en la red 'app-net'.", "cmd": "docker run --network app-net nginx"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/proc/sys', 'ls=fs'] | borra el contenedor viejo", "cmd": "docker rm viejo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Limpia imágenes colgantes (dangling).", "cmd": "docker image prune"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | hazme un cache redis en el 5029", "cmd": "docker run -d -p 5029:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un prometheus en el 9999", "cmd": "docker run -d -p 9999:9090 prom/prometheus"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Sacar logs a archivo.", "cmd": "docker logs container > logs.txt"} {"instruction": "Contexto: ['pwd=/home/estudiante/clase_docker', 'ls=apuntes.md'] | corre un fedora y entra en la terminal", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/sys', 'ls=vacaciones.jpg'] | inicia un centos interactivo", "cmd": "docker run -it centos bash"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=index.html'] | trae la imagen de consul", "cmd": "docker pull consul"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | lanza la versión 1.0 de minio/minio", "cmd": "docker run -d minio/minio:1.0"} {"instruction": "Contexto: ['pwd=/tmp/ana', 'ls=TODO.txt, error.log'] | despliega un myslq llamado prueba", "cmd": "docker run -d --name prueba mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | estatus del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=config.json, script.sh'] | arranca registry en el puerto 4000", "cmd": "docker run -d -p 4000:5000 registry"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | arranca un apache en el puerto 2005", "cmd": "docker run -d -p 2005:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/sesion', 'ls=cookie.txt'] | ejecuta un wordpress", "cmd": "docker run -d -p 80:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/log_user', 'ls='] | arranca un logstash", "cmd": "docker run -d logstash"} {"instruction": "Contexto: ['pwd=/run/user', 'ls='] | arranca un alpine 3.14", "cmd": "docker run -it alpine:3.14 sh"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls=config.json'] | corre un contenedor interactivo de ubuntu", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | aranca un contenedor interactivo de busybox montando el directorio actual", "cmd": "docker run -v $(pwd):/app --rm busybox"} {"instruction": "Contexto: ['pwd=/home/ana/conf', 'ls=hoja.xlsx, error.log, hosts, config.yml'] | ejecuta un traefik", "cmd": "docker run -d traefik:latest"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache versión 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ejecuta echo hola en el contenedor echo", "cmd": "docker exec echo echo hola"} {"instruction": "Contexto: ['pwd=/etc/profile.d', 'ls='] | pon un contenedor de prueba", "cmd": "docker run --rm alpine"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | consigue la imagen de node", "cmd": "docker pull node"} {"instruction": "Contexto: ['pwd=/opt/lampp', 'ls=ctlscript.sh'] | descarga traefik v2", "cmd": "docker pull traefik:v2"} {"instruction": "Contexto: ['pwd=/run', 'ls=video.mp4, script.sh, error.log, leeme.md'] | trae mysql:8", "cmd": "docker pull mysql:8"} {"instruction": "Contexto: ['pwd=/run', 'ls=musica.mp3, logo.png, config.yml, todo.list'] | quita el contenedor app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | entra en el contenedor process", "cmd": "docker exec -it process bash"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | inica un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls='] | elimna el contenedor web forzando", "cmd": "docker rm -f web"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Usa un archivo específico (-f).", "cmd": "docker-compose -f dev.yml up -d"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un jenkins en el 9090", "cmd": "docker run -d -p 9090:8080 jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home/postgres/cosas', 'ls=script.sh, leeme.md, styles.css, session.lock'] | destruye container1 a la fuerza", "cmd": "docker rm -f container1"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme una db postgres por el 7289", "cmd": "docker run -d -p 7289:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=data.csv, index.html, .env'] | descarga la imagen de rabbitmq", "cmd": "docker pull rabbitmq"} {"instruction": "Contexto: ['pwd=/home/pedro/finanzas', 'ls=gastos.xlsx'] | ejecuta un mariadb expuesto en el 3306", "cmd": "docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret mariadb"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | inicia un backend postgres en el 7296", "cmd": "docker run -d -p 7296:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/root/.ssh', 'ls='] | levanta un redis con password", "cmd": "docker run -d redis redis-server --requirepass pass"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=error.log'] | apaga el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/home/nuria', 'ls='] | levanta un contenedor llamado db", "cmd": "docker run -d --name db mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un registry en el 5001", "cmd": "docker run -d -p 5001:5000 registry:2"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | monta un web en el puerto 1010", "cmd": "docker run -d -p 1010:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=style.css, readme.md'] | inicia un fedora interactivo", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/tmp/cache', 'ls=temp_123'] | bájate debian", "cmd": "docker pull debian"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un postgres por el 7259", "cmd": "docker run -d -p 7259:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache llamado web-2 en el 8080.", "cmd": "docker run -d --name web-2 -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=trabajo.docx, leeme.md, backup.tar, main.py'] | cárgate el contenedor test a la fuerza", "cmd": "docker rm -f test"} {"instruction": "Contexto: ['pwd=/var/kerberos', 'ls='] | bájate la imagen de swift", "cmd": "docker pull swift"} {"instruction": "Contexto: ['pwd=/home', 'ls=index.html'] | arrranca un alpine", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/home/zuser', 'ls='] | levanta un contenedor llamado test-app", "cmd": "docker run -d --name test-app nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | dame la lista de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/tomcat', 'ls='] | corre un tomcat", "cmd": "docker run -d tomcat"} {"instruction": "Contexto: ['pwd=/home/ubuntu/escritorio', 'ls=enlace.desktop'] | inicia un contenedor con reinicio automático", "cmd": "docker run -d --restart always nginx"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls='] | ejecuta un contenedor interactivo de fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls=error.log'] | deten el contenedor postgres", "cmd": "docker stop postgres"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia una db postgres en el 7267", "cmd": "docker run -d -p 7267:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ejecuta make en el contenedor build", "cmd": "docker exec build make"} {"instruction": "Contexto: ['pwd=/home/monitor/descargas', 'ls=source.zip, hosts'] | mata y borra container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home/nobody', 'ls='] | inicia un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls='] | entra en el contenedor de base de datos", "cmd": "docker exec -it database bash"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls='] | lvanta un alpine en el en el puerto 8080", "cmd": "docker run -d -p 8080:80 alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Buscar en el hub.", "cmd": "docker search nginx"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=docker-compose.yml'] | stop el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | estado del contenedor mysql", "cmd": "docker ps -a --filter name=mysql"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | arranca un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/etc/modprobe.d', 'ls='] | inicia un contenedor con shell", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls='] | stop db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/usr/local', 'ls='] | arranca un postgres 14", "cmd": "docker run -d postgres:14"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Bajar debian.", "cmd": "docker pull debian"} {"instruction": "Contexto: ['pwd=/home/backup_service/planes', 'ls=readme.md'] | pon un traefik", "cmd": "docker run -d traefik"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver volúmenes persistentes.", "cmd": "docker volume ls"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un wordpress en el puerto 7128", "cmd": "docker run -d -p 7128:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls='] | inica la versión alpine de jenkins", "cmd": "docker run -d jenkins:alpine"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls=TODO.txt'] | status del contenedor psql", "cmd": "docker inspect --format '{{.State.Status}}' psql"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un postgres en el puerto 7278", "cmd": "docker run -d -p 7278:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/dani', 'ls='] | elimina la imagen de alpine", "cmd": "docker rmi alpine"} {"instruction": "Contexto: ['pwd=/home/videos', 'ls=pelicula.avi'] | arranca un mariadb expuesto en el 3306", "cmd": "docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root mariadb"} {"instruction": "Contexto: ['pwd=/home/alumno/descargas', 'ls=config.yml, notas.txt'] | elimina la imagen de jenkins/jenkins", "cmd": "docker rmi jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | monta un wordpress en el puerto 4010", "cmd": "docker run -d -p 4010:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls=error.log'] | deten el contenedor alpine", "cmd": "docker stop alpine"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un cache redis en el puerto 7161", "cmd": "docker run -d -p 7161:6379 redis"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | preparame un redis en el puerto 5014", "cmd": "docker run -d -p 5014:6379 redis"} {"instruction": "Contexto: ['pwd=/home/lucia/dev', 'ls='] | descarga la imagen de ghost", "cmd": "docker pull ghost"} {"instruction": "Contexto: ['pwd=/home/fileserver/share', 'ls='] | descarga la imagen de busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/etc/www', 'ls='] | status los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls=script.sh'] | levanta consul en el puerto 9000", "cmd": "docker run -d -p 9000:8500 consul"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | hazme un nginx en el puerto 3009", "cmd": "docker run -d -p 3009:80 nginx"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=data.csv, docker-compose.yml, index.html'] | lanza un contenedor interactivo de alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=README.md, config.json, backup.tar.gz'] | ver activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | abre terminal en el contenedor logger", "cmd": "docker exec -it logger sh"} {"instruction": "Contexto: ['pwd=/var/run', 'ls='] | corre un contenedor de go", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls=index.html, TODO.txt'] | ranca un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | arranca un contenedor que se borre al salir", "cmd": "docker run --rm -it alpine sh"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | elimina contenedores muertos", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/home/juan', 'ls=error.log'] | despleuga un nginx con nombre app", "cmd": "docker run -d --name app nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | etiqueta la imagen local para subirla", "cmd": "docker tag mi-app:latest mi-usuario/mi-app:v1"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme una db postgres en el puerto 7268", "cmd": "docker run -d -p 7268:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Pullea las imágenes del compose.", "cmd": "docker-compose pull"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un vault en el 8201", "cmd": "docker run -d -p 8201:8200 vault"} {"instruction": "Contexto: ['pwd=/home/test/cosas', 'ls=index.html, musica.mp3'] | haz correr un redis llamado prod", "cmd": "docker run -d --name prod redis:6-alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Restart solo de 'nginx'.", "cmd": "docker-compose restart nginx"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | bora el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home/web/docs', 'ls=.env'] | baja el contenedor web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un web por el 7039", "cmd": "docker run -d -p 7039:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls=README.md'] | lebanta un contenedor interactivo de busybox", "cmd": "docker run --rm busybox"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un wp en el puerto 7120", "cmd": "docker run -d -p 7120:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls='] | pull la imagen de postgres", "cmd": "docker pull postgres"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=init.sql'] | Cargar script sql al inicio.", "cmd": "docker run -v $(pwd)/init.sql:/docker-entrypoint-initdb.d/init.sql -d postgres"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | crea un wordpress en el puerto 4007", "cmd": "docker run -d -p 4007:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/nuria', 'ls='] | levanta un contenedor llamado db", "cmd": "docker run -d --name db mongo"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=script.sh'] | obtener la imagen de mysql", "cmd": "docker pull mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver diferencias en el sistema de archivos (diff).", "cmd": "docker diff container_id"} {"instruction": "Contexto: ['pwd=/home/julia/www', 'ls=logo.png'] | bajar python:3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | inspecciona la red 'bridge'", "cmd": "docker network inspect bridge"} {"instruction": "Contexto: ['pwd=/opt/sysadmin', 'ls=docker-compose.yml'] | dime el estado del contenedor mongo", "cmd": "docker ps -a --filter name=mongo"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls=docker-compose.yml'] | destruye el contenedor alpine", "cmd": "docker rm alpine"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | necesito entrar en mysql", "cmd": "docker exec -it mysql bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Purga todo lo no usado.", "cmd": "docker system prune"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ejecuta un nginx en el 3031", "cmd": "docker run -d -p 3031:80 nginx"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | arranca un cache redis en el 5025", "cmd": "docker run -d -p 5025:6379 redis"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero que corras un wp en el 4038", "cmd": "docker run -d -p 4038:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito una db mysql en el puerto 7232", "cmd": "docker run -d -p 7232:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un nginx por el puerto 7063", "cmd": "docker run -d -p 7063:80 nginx"} {"instruction": "Contexto: ['pwd=/home/irene', 'ls='] | inicia un contenedor fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls=error.log'] | quita el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un servidor web en el puerto 7022", "cmd": "docker run -d -p 7022:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero una db postgres en el puerto 7264", "cmd": "docker run -d -p 7264:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=docker-compose.yml, error.log'] | stopea el contenedor redis", "cmd": "docker stop redis"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | levanta un web en el puerto 1003", "cmd": "docker run -d -p 1003:80 httpd"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | descarga postgres:13", "cmd": "docker pull postgres:13"} {"instruction": "Contexto: ['pwd=/opt', 'ls=index.html, docker-compose.yml'] | aranca un ubunut", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | borra todas las imágenes colgantes", "cmd": "docker image prune -f"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un nginx en el puerto 7066", "cmd": "docker run -d -p 7066:80 nginx"} {"instruction": "Contexto: ['pwd=/home/root/docs', 'ls=data.csv, error.log'] | obtener la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/home/lucia/trabajo', 'ls=script.sh, hosts'] | ejecuta postgres con clave root", "cmd": "docker run -d -e POSTGRES_PASSWORD=secret postgres:13"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crear tag latest.", "cmd": "docker tag app:v1 app:latest"} {"instruction": "Contexto: ['pwd=/run/lock', 'ls=subsys/'] | cárgate el contenedor test", "cmd": "docker rm -f test"} {"instruction": "Contexto: ['pwd=/home/server/escritorio', 'ls=leeme.md, video.mp4, main.py, foto.jpg'] | bajar postgres:14", "cmd": "docker pull postgres:14"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras una db postgres en el puerto 7288", "cmd": "docker run -d -p 7288:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | lista los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero un wordpress en el puerto 4002", "cmd": "docker run -d -p 4002:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/maria/docs', 'ls='] | info los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/server/bin', 'ls=start.sh'] | pon un mongo en segundo plano", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache en el 4000.", "cmd": "docker run -d -p 4000:80 httpd"} {"instruction": "Contexto: ['pwd=/home/web', 'ls=data.csv, config.json, .env'] | ejecuta la versión v2 de nextcloud", "cmd": "docker run -d nextcloud:v2"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | limpieza de docker", "cmd": "docker system prune -a"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Vincular volumen de host.", "cmd": "docker run -v /opt/data:/data -d app"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache con nombre app-apache en el 3000.", "cmd": "docker run -d --name app-apache -p 3000:80 httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache llamado srv-apache.", "cmd": "docker run -d --name srv-apache httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/imágenes', 'ls=foto.jpg'] | arranca un contenedor privilegiado", "cmd": "docker run -d --privileged ubuntu"} {"instruction": "Contexto: ['pwd=/var/local', 'ls=data/'] | descarga openjdk", "cmd": "docker pull openjdk"} {"instruction": "Contexto: ['pwd=/home/ubuntu/cosas', 'ls=main.py'] | suprime db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home/lucia/dev', 'ls='] | suprime el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache montando esta ruta.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | corre un wp en el 4032", "cmd": "docker run -d -p 4032:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/deploy/cosas', 'ls=todo.list, hoja.xlsx, server.conf'] | crea un contenedor un debian", "cmd": "docker run -d debian"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls=id_rsa, script.sh'] | detén el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=id_rsa, data.csv, backup.tar.gz'] | bora el contenedor app forzando", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache desechable.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | crea un servicio redis en el puerto 7195", "cmd": "docker run -d -p 7195:6379 redis"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls='] | arrranca un nignx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | levanta un wordpress en el puerto 4003", "cmd": "docker run -d -p 4003:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | levanta registry en el puerto 4000", "cmd": "docker run -d -p 4000:5000 registry"} {"instruction": "Contexto: ['pwd=/home/sysadmin/dev', 'ls='] | lista activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un contenedor apache en el puerto 7050", "cmd": "docker run -d -p 7050:80 httpd"} {"instruction": "Contexto: ['pwd=/home/invitado/musica', 'ls=index.html, script.sh'] | quita el contenedor app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un nginx de web en el puerto 7091", "cmd": "docker run -d -p 7091:80 nginx"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | corre un servicio base de datos mysql en el puerto 7249", "cmd": "docker run -d -p 7249:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web con nombre sitio-web.", "cmd": "docker run -d --name sitio-web httpd"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | listar contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/mnt/datos', 'ls=pelicula.mkv'] | arranca un postgres en el puerto 5432", "cmd": "docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | start un contenedor interactivo de busybox", "cmd": "docker run --rm busybox"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | dame un web en el 1036", "cmd": "docker run -d -p 1036:80 httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | arranca un wp en el 4025", "cmd": "docker run -d -p 4025:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web en consola.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls=error.log, TODO.txt'] | kita el contenedor alpine a la fuerza", "cmd": "docker rm -f alpine"} {"instruction": "Contexto: ['pwd=/home/tester/prod', 'ls=data.csv, error.log'] | pon un grafana", "cmd": "docker run -d grafana"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=error.log, README.md'] | ejecuta mysql con nombre mi_servicio en el puerto 3973", "cmd": "docker run -d --name mi_servicio -p 3973:3306 mysql"} {"instruction": "Contexto: ['pwd=/sys/fs', 'ls='] | corre un contenedor de pruebas", "cmd": "docker run --rm -it busybox"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un cache redis en el 7187", "cmd": "docker run -d -p 7187:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Guardar múltiples imágenes.", "cmd": "docker save -o images.tar img1 img2"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache con terminal.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=TODO.txt, index.html'] | lvanta un ubuntu en el en el puerto 1234", "cmd": "docker run -d -p 1234:80 ubuntu"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls=script.sh, config.json, data.csv'] | pon la versión latest de httpd", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr httpd en el puerto 81", "cmd": "docker run -d -p 81:80 httpd"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=error.log, README.md'] | ejecuta mysql con nombre mi_servicio en el puerto 3973", "cmd": "docker run -d --name mi_servicio -p 3973:3306 mysql"} {"instruction": "Contexto: ['pwd=/home/admin_sys/planes', 'ls=video.mp4, session.lock, readme.md, app.js, reporte.docx'] | arranca un traefik", "cmd": "docker run -d traefik"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls=config.json'] | arranca registry en el puerto 3753", "cmd": "docker run -d -p 3753:5000 registry"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | ejecuta ls -la dentro de nginx", "cmd": "docker exec nginx ls -la"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre jenkins en el 8080.", "cmd": "docker run -p 8080:8080 -d jenkins"} {"instruction": "Contexto: ['pwd=/home/antonio', 'ls='] | pon un python 3.8", "cmd": "docker run -it python:3.8 bash"} {"instruction": "Contexto: ['pwd=/home/debian/fotos', 'ls=package.json, logo.png'] | levanta un traefik", "cmd": "docker run -d traefik"} {"instruction": "Contexto: ['pwd=/root', 'ls=script.sh, video.mp4, installer.exe'] | quita la imagen de memcached", "cmd": "docker rmi memcached"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=backup.tar.gz, index.html'] | cárgate prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un contenedor nginx en el puerto 7072", "cmd": "docker run -d -p 7072:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | visualiza los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=index.html, hoja.xlsx'] | quiero la imagen de jenkins/jenkins:latest", "cmd": "docker pull jenkins/jenkins:latest"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un contenedor nginx en el puerto 7076", "cmd": "docker run -d -p 7076:80 nginx"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | aranca redis con nombre mi_servicio en el puerto 3419", "cmd": "docker run -d --name mi_servicio -p 3419:6379 redis"} {"instruction": "Contexto: ['pwd=/home/lucia/dev', 'ls='] | descarga la imagen de ghost", "cmd": "docker pull ghost"} {"instruction": "Contexto: ['pwd=/tmp/juan', 'ls=error.log'] | levanta un ubunut en el puertp 1234", "cmd": "docker run -d -p 1234:80 ubuntu"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | necesito un web en el puerto 1006", "cmd": "docker run -d -p 1006:80 httpd"} {"instruction": "Contexto: ['pwd=/home/dani/public_html', 'ls=hosts, notas.txt, package.json, app.js'] | consigue alpine:3.15", "cmd": "docker pull alpine:3.15"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | lanza un wordpress en el puerto 4017", "cmd": "docker run -d -p 4017:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=backup.tar.gz, data.csv'] | inicia servidor web en el puerto 4000", "cmd": "docker run -d -p 4000:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/opt', 'ls=config.json, data.csv, index.html'] | corre jenkins/jenkins con nombre mi_servicio en el puerto 6683", "cmd": "docker run -d --name mi_servicio -p 6683:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un wordpress en el 7107", "cmd": "docker run -d -p 7107:80 wordpress"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=data.csv'] | dime activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero un wp en el 4022", "cmd": "docker run -d -p 4022:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un apache en el 7045", "cmd": "docker run -d -p 7045:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | pon redis en el puerto 3000", "cmd": "docker run -d -p 3000:6379 redis"} {"instruction": "Contexto: ['pwd=/home/grafana/work', 'ls=font.ttf, backup.zip'] | descarga python:3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/home', 'ls=styles.css, server.conf, installer.exe, hosts'] | deshazte de la imagen de python", "cmd": "docker rmi python:3.8-slim"} {"instruction": "Contexto: ['pwd=/home/lucia/tmp', 'ls='] | quita el contenedor db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta una pagina con nginx en el puerto 7092", "cmd": "docker run -d -p 7092:80 nginx"} {"instruction": "Contexto: ['pwd=/home/monitor/logs', 'ls=alert.log'] | arranca un redis persistente", "cmd": "docker run -d -v redis_data:/data redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=fs.tar'] | Importar desde tar.", "cmd": "docker import fs.tar new-image"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=backup.log'] | bájate la imagen de mysql 8", "cmd": "docker pull mysql:8"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | cárgate db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | arranca mongo en el puerto 8888", "cmd": "docker run -d -p 8888:27017 mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Limpia contenedores parados.", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Arranca una instancia de redis.", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home/elastic', 'ls='] | arranca un kibana", "cmd": "docker run -d kibana"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame una db mysql en el puerto 7234", "cmd": "docker run -d -p 7234:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls=.env, config.json, index.html'] | trae la imagen de fedora", "cmd": "docker pull fedora"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | arranca un contenedor interactivo de rust montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it rust bash"} {"instruction": "Contexto: ['pwd=/home/log_user', 'ls=app.log'] | arranca un logstash", "cmd": "docker run -d logstash"} {"instruction": "Contexto: ['pwd=/home/sara/proyectos', 'ls=server.conf, hosts, package.json, installer.exe'] | haz correr un nginx", "cmd": "docker run -d nginx:latest"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=index.html'] | elimina el contenedor mongo a la fuerza", "cmd": "docker rm -f mongo"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=config.json, docker-compose.yml'] | obtener la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Persiste los datos en 'mysql-data'.", "cmd": "docker run -v mysql-data:/var/lib/mysql -d mysql"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | elimna el contenedor alpine", "cmd": "docker rm alpine"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | despliega postgres en el puerto 8888", "cmd": "docker run -d -p 8888:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | levanta un nginx limitando la cpu a 0.5", "cmd": "docker run -d --cpus='0.5' nginx"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un proxy nginx en el puerto 7086", "cmd": "docker run -d -p 7086:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ejecuta un wp en el 4031", "cmd": "docker run -d -p 4031:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | ejecuta free -m en el contenedor mem", "cmd": "docker exec mem free -m"} {"instruction": "Contexto: ['pwd=/home/david/videos', 'ls=pelicula.mkv'] | corre un centos 7", "cmd": "docker run -it centos:7 bash"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=id_rsa, config.json, backup.tar.gz'] | bora el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta ls en el contenedor archivos", "cmd": "docker exec archivos ls"} {"instruction": "Contexto: ['pwd=/var/log/apt', 'ls=history.log'] | pon un mysql con clave root", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | ver contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache en consola.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home/tester/dev', 'ls=README.md, backup.tar.gz, config.json'] | inicia un mysql", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/home/elena', 'ls='] | inicia un alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Muestra procesos del compose.", "cmd": "docker-compose ps"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | hazme un web en el 1029", "cmd": "docker run -d -p 1029:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | levanta un apache en el 2023", "cmd": "docker run -d -p 2023:80 httpd"} {"instruction": "Contexto: ['pwd=/home/roberto/escritorio', 'ls=backup.tar, index.html'] | bajar alpine:latest", "cmd": "docker pull alpine:latest"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un apache en el puerto 7020", "cmd": "docker run -d -p 7020:80 httpd"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls='] | inicia un contenedor con reinicio automático", "cmd": "docker run -d --restart always redis"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | descarga postgres:13", "cmd": "docker pull postgres:13"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero una db mysql en el 6022", "cmd": "docker run -d -p 6022:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | copia logs de 'api' al directorio actual", "cmd": "docker cp api:/var/log/app.log ."} {"instruction": "Contexto: ['pwd=/var/log/nginx', 'ls=error.log, access.log'] | inicia un nginx simple en el 7097", "cmd": "docker run -d -p 7097:80 nginx"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web con nombre apache-3 en el puerto 3000.", "cmd": "docker run -d --name apache-3 -p 3000:80 httpd"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web montando este pwd.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/tmp/opt', 'ls='] | corre la versión latest de cassandra", "cmd": "docker run -d cassandra:latest"} {"instruction": "Contexto: ['pwd=/home/sysadmin/dev', 'ls=data.csv, script.sh, README.md'] | para nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/mnt/backup', 'ls=db.tar'] | restaura la imagen de base de datos", "cmd": "docker load < db.tar"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | arranca traefik con dashboard", "cmd": "docker run -d -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock traefik:v2"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web llamado my-web en el 80.", "cmd": "docker run -d --name my-web -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/clara', 'ls='] | corre un contenedor llamado mi-web", "cmd": "docker run -d --name mi-web httpd"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | quiero un servicio wordpress en el puerto 7143", "cmd": "docker run -d -p 7143:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/empty/sshd', 'ls='] | pon un contenedor", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/usr/opt', 'ls='] | monta un contenedor interactivo de debian", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un postgres en el puerto 7258", "cmd": "docker run -d -p 7258:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un cache redis en el 7185", "cmd": "docker run -d -p 7185:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Traete la imagen de alpine.", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/home/descargas', 'ls=iso_linux.iso'] | corre un centos 7", "cmd": "docker run -it centos:7 bash"} {"instruction": "Contexto: ['pwd=/etc/nginx', 'ls=main.py, hoja.xlsx'] | cárgate el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | estado del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | despliega un apache en el 2021", "cmd": "docker run -d -p 2021:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista todo incluso parados", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | inicia un contenedor interactivo de rust", "cmd": "docker run -it rust bash"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | lebanta un vault en el puerto 9000", "cmd": "docker run -d -p 9000:8200 vault"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=presupuesto.xlsx'] | pon un golang", "cmd": "docker run -d golang"} {"instruction": "Contexto: ['pwd=/root', 'ls=server.conf, session.lock'] | quita la imagen de jenkins/jenkins", "cmd": "docker rmi jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | configurame un web en el 1035", "cmd": "docker run -d -p 1035:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | ¿Qué ha cambiado en el contenedor?", "cmd": "docker diff container"} {"instruction": "Contexto: ['pwd=/home/bot/trabajo', 'ls=video.mp4'] | quiero un un alpine interactivo", "cmd": "docker run -it alpine:latest sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=index.html'] | arrranca un ubunut", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/home/root/cosas', 'ls=data.csv, session.lock'] | arranca un python", "cmd": "docker run -d python"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | elimna el contenedor mongo", "cmd": "docker rm mongo"} {"instruction": "Contexto: ['pwd=/home/maria/public_html', 'ls=trabajo.docx, styles.css, musica.mp3'] | elimina el contenedor prueba a la fuerza", "cmd": "docker rm -f prueba"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=session.lock, styles.css, data.csv, foto.jpg'] | elimina el contenedor app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | entra al contenedor wordpress", "cmd": "docker exec -it wordpress bash"} {"instruction": "Contexto: ['pwd=/home/oscar', 'ls='] | borra el contenedor prueba a la fuerza", "cmd": "docker rm -f prueba"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | genera la imagen 'backend' desde aquí", "cmd": "docker build -t backend ."} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Limpiar cache de build.", "cmd": "docker builder prune"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls='] | como esta del contenedor node", "cmd": "docker inspect --format '{{.State.Status}}' node"} {"instruction": "Contexto: ['pwd=/home/debian/descargas', 'ls=trabajo.docx, video.mp4, hosts, error.log'] | pon un mongo en el puerto 80", "cmd": "docker run -d -p 80:80 mongo:latest"} {"instruction": "Contexto: ['pwd=/var/db', 'ls='] | inicia un contenedor", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home/wildfly', 'ls='] | arranca un jboss/wildfly", "cmd": "docker run -d jboss/wildfly"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web llamado web-1 en el 7070.", "cmd": "docker run -d --name web-1 -p 7070:80 httpd"} {"instruction": "Contexto: ['pwd=/home/elena/libros', 'ls=novela.epub'] | corre un contenedor de php con httpd", "cmd": "docker run -d php:httpd"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | bájate busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache mapeando el puerto 80.", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=docker-compose.yml, error.log, id_rsa'] | haz pull la imagen de neo4j", "cmd": "docker pull neo4j"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=config.json, script.sh, data.csv'] | descaga la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls=backup.tar.gz'] | inicia un contenedor interactivo de busybox", "cmd": "docker run --rm busybox"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero un nginx corriendo en el 3000", "cmd": "docker run -d -p 3000:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/libexec', 'ls='] | arranca un python:alpine", "cmd": "docker run -it python:alpine sh"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=script.sh'] | ejecuta mariadb en el puerto 8888", "cmd": "docker run -d -p 8888:3306 -e MYSQL_ROOT_PASSWORD=root mariadb"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un nginx en el puerto 7064", "cmd": "docker run -d -p 7064:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras una db mysql en el puerto 7238", "cmd": "docker run -d -p 7238:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | como esta del contenedor postgres", "cmd": "docker ps -a --filter name=postgres"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un sitio wp en el puerto 7140", "cmd": "docker run -d -p 7140:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un wp por el 7119", "cmd": "docker run -d -p 7119:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/dani/conf', 'ls=source.zip, logo.png, styles.css, data.csv'] | trae mongo:5", "cmd": "docker pull mongo:5"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa una db mysql en el 7237", "cmd": "docker run -d -p 7237:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | arranca un contenedor nuevo de python", "cmd": "docker run -it python bash"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=.env'] | elimina el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un wordpress en el puerto 7106", "cmd": "docker run -d -p 7106:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp/hsperfdata', 'ls=userid'] | elimina la imagen de mongo", "cmd": "docker rmi mongo"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=docker-compose.yml'] | ranca un node", "cmd": "docker run -d node"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=data.csv, backup.tar.gz, README.md'] | despliega un node", "cmd": "docker run -d node"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | status del contenedor redis", "cmd": "docker ps -a --filter name=redis"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame una db postgres en el puerto 7284", "cmd": "docker run -d -p 7284:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr postgres en el 5400", "cmd": "docker run -d -p 5400:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver historial de la imagen.", "cmd": "docker history image_name"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=id_rsa, README.md'] | arranca un contenedor interactivo de debian montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it debian bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | listado de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | entra en el contenedor 'db'", "cmd": "docker exec -it db bash"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=data.csv'] | start httpd con nombre mi_servicio en el puerto 4525", "cmd": "docker run -d --name mi_servicio -p 4525:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | lanza un nginx en el 3037", "cmd": "docker run -d -p 3037:80 nginx"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un mysql en el 7207", "cmd": "docker run -d -p 7207:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Entra como root.", "cmd": "docker exec -u 0 -it container bash"} {"instruction": "Contexto: ['pwd=/usr/share/man', 'ls='] | inicia un postgres 12", "cmd": "docker run -d postgres:12"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Reinicia el proxy.", "cmd": "docker restart proxy"} {"instruction": "Contexto: ['pwd=/mnt/backup', 'ls='] | pon un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | arranca un servicio redis en el puerto 7192", "cmd": "docker run -d -p 7192:6379 redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un wordpress por el 7109", "cmd": "docker run -d -p 7109:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un servidor redis en el puerto 7180", "cmd": "docker run -d -p 7180:6379 redis"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web en el 80.", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=...'] | Elimina la imagen antigua.", "cmd": "docker rmi image_id"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache compartiendo pwd.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Redirecciona el tráfico del 8080 al 80.", "cmd": "docker run -p 8080:80 -d web"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=script.sh, id_rsa'] | borra la imagen de traefik", "cmd": "docker rmi traefik:v2"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | despliega un mysql con nombre prueba", "cmd": "docker run -d --name prueba mysql"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=index.html, backup.tar.gz'] | levanta cache redis en el puerto 5000", "cmd": "docker run -d -p 5000:6379 redis"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache en 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/infra', 'ls='] | descarga consul", "cmd": "docker pull consul"} {"instruction": "Contexto: ['pwd=/home/sysadmin/dev', 'ls='] | levanta consul en el puerto 4000", "cmd": "docker run -d -p 4000:8500 consul"} {"instruction": "Contexto: ['pwd=/root', 'ls=trabajo.docx, styles.css'] | cárgate el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/tmp/sysadmin', 'ls='] | bora el contenedor psql", "cmd": "docker rm psql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=server.conf'] | haz correr un httpd en el puerto 3000", "cmd": "docker run -d -p 3000:3000 httpd"} {"instruction": "Contexto: ['pwd=/etc/security', 'ls=limits.conf'] | descarga maven", "cmd": "docker pull maven"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un cassandra en el 9042", "cmd": "docker run -d -p 9042:9042 cassandra"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | inicia un wordpress en el puerto 4008", "cmd": "docker run -d -p 4008:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/db_admin', 'ls='] | arranca un mariadb con clave admin", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=admin mariadb"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls=error.log, README.md, script.sh'] | levanta un portainer/portainer-ce llamado portainer/portainer-ce-23", "cmd": "docker run -d --name portainer/portainer-ce-23 portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/opt', 'ls=TODO.txt'] | stopea el contenedor psql", "cmd": "docker stop psql"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | corre un nginx en el 3032", "cmd": "docker run -d -p 3032:80 nginx"} {"instruction": "Contexto: ['pwd=/home/ftp', 'ls='] | pon un contenedor ftp", "cmd": "docker run -d fauria/vsftpd"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls=data.csv, docker-compose.yml'] | despliega un postgres en el puerto 8080", "cmd": "docker run -d -p 8080:5432 postgres"} {"instruction": "Contexto: ['pwd=/etc/bin', 'ls=backup.tar.gz'] | desplega un grafana", "cmd": "docker run -d grafana"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=id_rsa, error.log, README.md'] | descarga la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | entra en el contenedor backend-v2", "cmd": "docker exec -it backend-v2 bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Inspecta la red.", "cmd": "docker network inspect mi-red"} {"instruction": "Contexto: ['pwd=/srv', 'ls=presupuesto.xlsx, readme.md, script.py'] | bájate la imagen de centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls=TODO.txt'] | frena el contenedor redis", "cmd": "docker stop redis"} {"instruction": "Contexto: ['pwd=/etc/yum', 'ls=yum.conf'] | bájate centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/opt/jenkins', 'ls='] | inicia un jenkins en el puerto 8080", "cmd": "docker run -d -p 8080:8080 jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un redis por el puerto 7153", "cmd": "docker run -d -p 7153:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | accede al shell de traefik", "cmd": "docker exec -it traefik sh"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | lvanta un httpd en el port 80", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/marketing/tmp', 'ls=reporte.docx'] | inicia un mongo interactivo", "cmd": "docker run -it mongo bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un gitlab en el 8080", "cmd": "docker run -d -p 8080:80 gitlab/gitlab-ce"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Lanza mysql con password 'root'.", "cmd": "docker run -e MYSQL_ROOT_PASSWORD=root -d mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un sonarqube en el 9001", "cmd": "docker run -d -p 9001:9000 sonarqube"} {"instruction": "Contexto: ['pwd=/proc', 'ls=cpuinfo'] | arranca un rabbitmq", "cmd": "docker run -d rabbitmq"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | cárgate prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/home/db_admin/dev', 'ls='] | haz pull la imagen de postgres", "cmd": "docker pull postgres"} {"instruction": "Contexto: ['pwd=/home/nagios', 'ls='] | inicia un nagios", "cmd": "docker run -d jasonrivers/nagios"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Detalles de la red 'host'.", "cmd": "docker network inspect host"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web llamado web-1.", "cmd": "docker run -d --name web-1 httpd"} {"instruction": "Contexto: ['pwd=/srv', 'ls=video.mp4, trabajo.docx'] | elimina el contenedor test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=linux/'] | bájate node:lts", "cmd": "docker pull node:lts"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un sitio web en el puerto 7026", "cmd": "docker run -d -p 7026:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | mata el proceso 'worker'", "cmd": "docker kill worker"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | inspecciona del contenedor web", "cmd": "docker ps -a --filter name=web"} {"instruction": "Contexto: ['pwd=/home/jetty', 'ls='] | inicia un jetty", "cmd": "docker run -d jetty"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un wp en el puerto 7132", "cmd": "docker run -d -p 7132:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/zoe', 'ls='] | bájate la imagen de haproxy", "cmd": "docker pull haproxy"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=error.log, index.html'] | elimina el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un redis en el puerto 7158", "cmd": "docker run -d -p 7158:6379 redis"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls='] | lvanta un alpine en el en el puerto 8080", "cmd": "docker run -d -p 8080:80 alpine"} {"instruction": "Contexto: ['pwd=/tmp/.X11-unix', 'ls='] | corre un contenedor", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache con modo interactivo.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home/db_admin', 'ls='] | arranca un mariadb con clave admin", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=admin mariadb"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls='] | estatus del contenedor node", "cmd": "docker inspect --format '{{.State.Status}}' node"} {"instruction": "Contexto: ['pwd=/home/dev/test', 'ls=README.md, data.csv, error.log'] | listar los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/db_admin/test', 'ls='] | corre un mysql", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache desechable.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un wp en el puerto 7111", "cmd": "docker run -d -p 7111:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls=site'] | Bind mount de site.", "cmd": "docker run --mount type=bind,source=$(pwd)/site,target=/html -d nginx"} {"instruction": "Contexto: ['pwd=/home/jenkins/scripts', 'ls=hosts, config.yml, notas.txt, package.json'] | quiero la imagen de nginx:latest", "cmd": "docker pull nginx:latest"} {"instruction": "Contexto: ['pwd=/home/ubuntu/música', 'ls=cancion.mp3'] | descarga alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Meter archivo en container.", "cmd": "docker cp local_file id:/remote_path"} {"instruction": "Contexto: ['pwd=/mnt', 'ls='] | borra el contenedor frontend", "cmd": "docker rm frontend"} {"instruction": "Contexto: ['pwd=/usr/local/lib', 'ls='] | elimina el contenedor web-app", "cmd": "docker rm web-app"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un postgres en el 5000", "cmd": "docker run -d -p 5000:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/home/repo', 'ls=Dockerfile.test'] | construye la imagen de test", "cmd": "docker build -f Dockerfile.test -t app-test ."} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | lanza un nuevo contenedor ubuntu", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/finanzas', 'ls=facturas.excel'] | ejecuta un mariadb expuesto en el 3306", "cmd": "docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=1234 mariadb"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=basura.tmp'] | arranca un contenedor que se borre al salir", "cmd": "docker run --rm -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/estudiante/escritorio', 'ls=id_rsa.pub'] | bájate la imagen de jenkins/jenkins", "cmd": "docker pull jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr nginx en el puerto 90", "cmd": "docker run -d -p 90:80 nginx"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | configurame un cache redis en el 5035", "cmd": "docker run -d -p 5035:6379 redis"} {"instruction": "Contexto: ['pwd=/home/bob/descargas', 'ls='] | elimina el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/home/web/test', 'ls=config.json, data.csv'] | inica la versión latest de nginx", "cmd": "docker run -d nginx:latest"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un web en el puerto 7032", "cmd": "docker run -d -p 7032:80 httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | levanta un contenedor redis en el puerto 7191", "cmd": "docker run -d -p 7191:6379 redis"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ejecuta ip addr en el contenedor router", "cmd": "docker exec router ip addr"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ejecuta un bash en el contenedor webserver", "cmd": "docker exec -it webserver bash"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=backup.tar.gz, config.json, .env'] | baja el contenedor web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/sys/firmware', 'ls=efi'] | arranca un contenedor de java", "cmd": "docker run -it openjdk java"} {"instruction": "Contexto: ['pwd=/home', 'ls=index.html'] | arranca un psql", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=data.csv'] | obtener la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/home/ana/dev', 'ls='] | cárgate db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home/proyectos/old', 'ls=codigo_viejo.c'] | inicia un contenedor con reinicio automático", "cmd": "docker run -d --restart always nginx"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=data.csv'] | destruye el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/opt', 'ls=docker-compose.yml'] | frena el contenedor mongo", "cmd": "docker stop mongo"} {"instruction": "Contexto: ['pwd=/home/qa', 'ls='] | corre un contenedor selenium", "cmd": "docker run -d selenium/standalone-chrome"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=backup.tar.gz'] | para nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/usr/opt', 'ls='] | monta un contenedor interactivo de debian", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/home/miguel', 'ls='] | borra el contenedor worker a la fuerza", "cmd": "docker rm -f worker"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls=backup.tar.gz, script.sh'] | arranca servidor nginx en el puerto 5555", "cmd": "docker run -d -p 5555:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye la imagen con nombre 'mi-app'", "cmd": "docker build -t mi-app ."} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver dónde está montado el volumen.", "cmd": "docker volume inspect --format '{{ .Mountpoint }}' my-vol"} {"instruction": "Contexto: ['pwd=/home/usuario/libros', 'ls=novela.epub'] | corre un contenedor de php con httpd", "cmd": "docker run -d php:httpd"} {"instruction": "Contexto: ['pwd=/home/oscar', 'ls='] | borra el contenedor prueba a la fuerza", "cmd": "docker rm -f prueba"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero que corras un nginx en el puerto 3018", "cmd": "docker run -d -p 3018:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=README.md, backup.tar.gz, index.html'] | descarga la imagen de mysql", "cmd": "docker pull mysql"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero un apache en el 2022", "cmd": "docker run -d -p 2022:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | lanza un node", "cmd": "docker run -d node"} {"instruction": "Contexto: ['pwd=/home/lucia.gomez/documentos', 'ls=reporte.pdf'] | descarga la última versión de alpine", "cmd": "docker pull alpine:latest"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache llamado apache-dev.", "cmd": "docker run -d --name apache-dev httpd"} {"instruction": "Contexto: ['pwd=/etc/nginx', 'ls=nginx.conf'] | corre un contenedor nginx:alpine", "cmd": "docker run -d nginx:alpine"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls='] | desplega un jenkins llamado jenkins-44", "cmd": "docker run -d --name jenkins-44 jenkins"} {"instruction": "Contexto: ['pwd=/home/hadoop', 'ls='] | borra el contenedor node", "cmd": "docker rm node"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un web en el puerto 7034", "cmd": "docker run -d -p 7034:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls=script.sh'] | haz pull la imagen de cassandra", "cmd": "docker pull cassandra"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls='] | necesito un un contenedor interactivo de hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/home/alumno/trabajo', 'ls=session.lock, video.mp4, package.json'] | levanta un node en el puerto 3000", "cmd": "docker run -d -p 3000:3000 node:16"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr nginx en el puerto 8000", "cmd": "docker run -d -p 8000:80 nginx"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=error.log, docker-compose.yml'] | start un nginx en el puerto 80", "cmd": "docker run -d -p 80:80 nginx"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls=foto.jpg, installer.exe, error.log'] | descarga memcached:latest", "cmd": "docker pull memcached:latest"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls='] | desplega un mongo name app", "cmd": "docker run -d --name app mongo"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | aranca un contenedor interactivo de busybox montando el directorio actual", "cmd": "docker run -v $(pwd):/app --rm busybox"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un wordpress en el puerto 7110", "cmd": "docker run -d -p 7110:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls='] | bájate node:lts", "cmd": "docker pull node:lts"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra todas las imágenes.", "cmd": "docker rmi $(docker images -q)"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ejecuta un apache en el 2031", "cmd": "docker run -d -p 2031:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=script.sh, README.md, index.html'] | quiero un caddy con nombre mi_servicio en el puerto 6960", "cmd": "docker run -d --name mi_servicio -p 6960:80 caddy"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=docker-compose.yml, data.csv'] | parra el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/tmp/installs', 'ls=setup.exe'] | levanta un contenedor llamado 'mi-test'", "cmd": "docker run -d --name mi-test busybox sleep 3600"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | consigue la imagen de python:3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=index.html'] | destruye api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=notas.txt, source.zip, leeme.md'] | consigue httpd:2.4", "cmd": "docker pull httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/maria/workspace', 'ls=.env'] | ejecuta ghost con nombre mi_servicio en el puerto 2905", "cmd": "docker run -d --name mi_servicio -p 2905:2368 ghost"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web mapeando pwd.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls='] | desplega un jenkins llamado jenkins-44", "cmd": "docker run -d --name jenkins-44 jenkins"} {"instruction": "Contexto: ['pwd=/var/db', 'ls='] | inicia un contenedor", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Tumba el stack.", "cmd": "docker-compose down"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un contenedor ruby interactivo", "cmd": "docker run -it ruby irb"} {"instruction": "Contexto: ['pwd=/home/admin2', 'ls='] | corre un contenedor interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/home/db_admin/dev', 'ls=backup.tar.gz, docker-compose.yml'] | estdao del contenedor nginx", "cmd": "docker inspect --format '{{.State.Status}}' nginx"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=TODO.txt'] | kita el contenedor node a la fuerza", "cmd": "docker rm -f node"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | lanza un mysql en el puerto 6017", "cmd": "docker run -d -p 6017:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | fuerza la salida del login", "cmd": "docker logout"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls='] | como esta del contenedor ubuntu", "cmd": "docker inspect --format '{{.State.Status}}' ubuntu"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | despliega un ubunut name prueba", "cmd": "docker run -d --name prueba ubuntu"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | lanza un apache en el 2037", "cmd": "docker run -d -p 2037:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Login con usuario y pass.", "cmd": "docker login -u user -p pass"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache compartiendo ruta.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | arranca jenkins/jenkins en el puerto 3000", "cmd": "docker run -d -p 3000:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls='] | stopea el contenedor web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/home/qemu', 'ls='] | pon un contenedor", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/usr/local/etc', 'ls='] | bájate la imagen de nats", "cmd": "docker pull nats"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega una db postgres en el puerto 7261", "cmd": "docker run -d -p 7261:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | inspecciona del contenedor web", "cmd": "docker ps -a --filter name=web"} {"instruction": "Contexto: ['pwd=/home/webmaster', 'ls='] | bájate mongo:latest", "cmd": "docker pull mongo:latest"} {"instruction": "Contexto: ['pwd=/home/juan/workspace', 'ls='] | pull la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls=config.json'] | inica un vault en el puerto 8080", "cmd": "docker run -d -p 8080:8200 vault"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=index.html'] | despliega httpd en el puerto 8888", "cmd": "docker run -d -p 8888:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Bájate la imagen de node.", "cmd": "docker pull node"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | corre un contenedor httpd (httpd)", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=script.sh, data.csv, backup.tar.gz'] | descarga la imagen de elasticsearch", "cmd": "docker pull elasticsearch"} {"instruction": "Contexto: ['pwd=/home/lucia/scripts', 'ls=session.lock, notas.txt, styles.css, foto.jpg'] | crea un contenedor traefik con clave root", "cmd": "docker run -d -e ENV=prod traefik"} {"instruction": "Contexto: ['pwd=/home/postgres_backup', 'ls=dump.sql'] | ejecuta un postgres 13", "cmd": "docker run -d -e POSTGRES_PASSWORD=mysecretpassword postgres:13"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls=README.md, index.html'] | levanta base de datos postgres en el puerto 3000", "cmd": "docker run -d -p 3000:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=docker-compose.yml'] | lebanta un httpd en el puerto 5000", "cmd": "docker run -d -p 5000:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=logs'] | Guarda los logs en la carpeta logs.", "cmd": "docker run -v $(pwd)/logs:/var/log/app -d logger"} {"instruction": "Contexto: ['pwd=/etc/bin', 'ls=index.html, id_rsa'] | lebanta un contenedor interactivo de python", "cmd": "docker run -it python bash"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un entorno nginx en el puerto 7071", "cmd": "docker run -d -p 7071:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=script.sh'] | levanta un alpine interactivo", "cmd": "docker run -it alpine:3.14 sh"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=script.sh'] | inspecciona los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | crea un volumen y úsalo en postgres", "cmd": "docker run -d -v mi-db:/var/lib/postgresql/data postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver versión cliente y servidor.", "cmd": "docker version"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=docker-compose.yml, script.sh'] | inica un jenkins/jenkins", "cmd": "docker run -d jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Muestra la versión de docker.", "cmd": "docker --version"} {"instruction": "Contexto: ['pwd=/var/crash', 'ls='] | levanta un contenedor con reinicio on-failure", "cmd": "docker run -d --restart on-failure nginx"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | abre bash en el contenedor test", "cmd": "docker exec -it test bash"} {"instruction": "Contexto: ['pwd=/home/usuario/keys', 'ls=id_rsa.pub'] | levanta un sonarqube", "cmd": "docker run -d -p 9000:9000 sonarqube"} {"instruction": "Contexto: ['pwd=/home/rabbitmq', 'ls='] | levanta un rabbitmq", "cmd": "docker run -d rabbitmq"} {"instruction": "Contexto: ['pwd=/home/user1', 'ls='] | pon un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | hazme un wordpress en el puerto 4009", "cmd": "docker run -d -p 4009:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | levanta un contenedor postgres en el puerto 7291", "cmd": "docker run -d -p 7291:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un ghost blog en el puerto 80", "cmd": "docker run -d -p 80:2368 ghost"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | ¿Qué redes hay?", "cmd": "docker network ls"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un web en el puerto 7001", "cmd": "docker run -d -p 7001:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Usa un volumen anónimo.", "cmd": "docker run -v /data -d busybox"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un web en el puerto 7008", "cmd": "docker run -d -p 7008:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero web con nginx en el puerto 7094", "cmd": "docker run -d -p 7094:80 nginx"} {"instruction": "Contexto: ['pwd=/home/ubuntu/backups', 'ls=hoja.xlsx, notas.txt, main.py'] | mata y borra app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/srv/opt', 'ls=script.sh, docker-compose.yml, README.md'] | trae la imagen de busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un postgres en el puerto 7260", "cmd": "docker run -d -p 7260:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | arranca un mysql en el puerto 6005", "cmd": "docker run -d -p 6005:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | inicia un backend redis en el 7196", "cmd": "docker run -d -p 7196:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Abre una shell en 'db'.", "cmd": "docker exec -it db sh"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=todo.list, logo.png, hoja.xlsx, backup.tar'] | quiero un un mongo llamado mi-app", "cmd": "docker run -d --name mi-app mongo:latest"} {"instruction": "Contexto: ['pwd=/home/estudiante', 'ls=apuntes.docx'] | borra el contenedor test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/usr/share/dict', 'ls='] | pon un contenedor de pruebas", "cmd": "docker run --rm alpine"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | arranca una terminal de python", "cmd": "docker run -it python python"} {"instruction": "Contexto: ['pwd=/home/ana/docs', 'ls='] | check los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Inicia todo lo que esté parado.", "cmd": "echo 'Debes especificar el contenedor'"} {"instruction": "Contexto: ['pwd=/home/root/docs', 'ls='] | descarga la imagen de minio/minio", "cmd": "docker pull minio/minio"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | inicia un jenkins en el puerto 8080", "cmd": "docker run -d -p 8080:8080 jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home/carlos/documentos', 'ls=styles.css'] | trae jenkins/jenkins:latest", "cmd": "docker pull jenkins/jenkins:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un mysql en el puerto 3300", "cmd": "docker run -d -p 3300:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp/opt', 'ls='] | lebanta un ghost en el puerto 1234", "cmd": "docker run -d -p 1234:2368 ghost"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls='] | rm el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/usr/sbin', 'ls=tcpdump'] | pon un contenedor", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un mysql en el puerto 6012", "cmd": "docker run -d -p 6012:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | crea un wp en el port 4027", "cmd": "docker run -d -p 4027:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls='] | entra en el contenedor bug", "cmd": "docker exec -it bug bash"} {"instruction": "Contexto: ['pwd=/usr/share/doc', 'ls=copyright'] | inicia un elasticsearch", "cmd": "docker run -d -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | activa un nginx en el puerto 3020", "cmd": "docker run -d -p 3020:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | arranca un alpine y bórralo al salir", "cmd": "docker run --rm -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls=error.log'] | despleuga un postgre con nombre db", "cmd": "docker run -d --name db postgres"} {"instruction": "Contexto: ['pwd=/home/postgres/cosas', 'ls=config.yml, error.log, logo.png, foto.jpg'] | ejecuta un mongo", "cmd": "docker run -d mongo:latest"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web en el puerto 80.", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/opt/ana', 'ls='] | despliege un psql nombre app", "cmd": "docker run -d --name app postgres"} {"instruction": "Contexto: ['pwd=/var/spool/mail', 'ls=root'] | levanta un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home/hugo', 'ls='] | descarga wordpress", "cmd": "docker pull wordpress"} {"instruction": "Contexto: ['pwd=/root/config', 'ls='] | descarga la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/etc/default', 'ls=grub'] | descarga la imagen de golang", "cmd": "docker pull golang"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache en el puerto 8081.", "cmd": "docker run -d -p 8081:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | listame los contenedores", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | inicializa un web en el puerto 1013", "cmd": "docker run -d -p 1013:80 httpd"} {"instruction": "Contexto: ['pwd=/run', 'ls=icon.ico, id_rsa.pub, paquete.deb, backup.zip'] | pon un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Ver imágenes usadas.", "cmd": "docker-compose images"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | monta un cassandra", "cmd": "docker run -d cassandra"} {"instruction": "Contexto: ['pwd=/home/oracle', 'ls='] | descarga oracle linux", "cmd": "docker pull oraclelinux"} {"instruction": "Contexto: ['pwd=/home/maria/workspace', 'ls=.env'] | ejecuta ghost con nombre mi_servicio en el puerto 2905", "cmd": "docker run -d --name mi_servicio -p 2905:2368 ghost"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | corre un tomcat en el 8888", "cmd": "docker run -d -p 8888:8080 tomcat"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls=config.json, backup.tar.gz, script.sh'] | corre elasticsearch en el puerto 9000", "cmd": "docker run -d -p 9000:9200 elasticsearch"} {"instruction": "Contexto: ['pwd=/home/alicia/docs', 'ls=resumen.pdf'] | arranca un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache llamado mi-apache en el puerto 80.", "cmd": "docker run -d --name mi-apache -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mata procesos dentro.", "cmd": "docker top container"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca ubuntu con terminal", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/sys/bus', 'ls='] | corre un contenedor", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | crea un redis en el puerto 5007", "cmd": "docker run -d -p 5007:6379 redis"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web en el 7070.", "cmd": "docker run -d -p 7070:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un apache en el puerto 7042", "cmd": "docker run -d -p 7042:80 httpd"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web llamado dev-web en el 8080.", "cmd": "docker run -d --name dev-web -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un proxy de nginx en el puerto 7100", "cmd": "docker run -d -p 7100:80 nginx"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | stop el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=README.md, .env'] | descarga la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Elimina el container parado.", "cmd": "docker rm container_id"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=docker-compose.yml'] | lebanta un node en el puerto 5000", "cmd": "docker run -d -p 5000:3000 node"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crea contenedor con volumen persistente.", "cmd": "docker run -v my-vol:/app/data -d app"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un wordpress en el puerto 4012", "cmd": "docker run -d -p 4012:80 wordpress"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache en esta carpeta.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/mnt/backup', 'ls=db.tar'] | pon un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | limpia los contenedores parados", "cmd": "docker container prune -f"} {"instruction": "Contexto: ['pwd=/home/prometheus', 'ls='] | arranca un prometheus", "cmd": "docker run -d prom/prometheus"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | aranca un ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls='] | accede a la shell de php", "cmd": "docker exec -it php sh"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ejecuta bash dentro de wordpress", "cmd": "docker exec -it wordpress bash"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ponme un web en el 1039", "cmd": "docker run -d -p 1039:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/games', 'ls='] | descarga la imagen de php", "cmd": "docker pull php"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | compila la imagen como 'dev'", "cmd": "docker build -t proyecto:dev ."} {"instruction": "Contexto: ['pwd=/home/debian/.local', 'ls=share/'] | corre un ubuntu xenial (viejo)", "cmd": "docker run -it ubuntu:16.04 bash"} {"instruction": "Contexto: ['pwd=/home/julia/backups', 'ls=source.zip, backup.tar'] | pon un ubuntu llamado db", "cmd": "docker run -d --name db ubuntu:latest"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un mysql por el 7229", "cmd": "docker run -d -p 7229:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | activa un wp en el 4040", "cmd": "docker run -d -p 4040:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/builder', 'ls='] | corre un contenedor docker-in-docker", "cmd": "docker run -d --privileged docker:dind"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ejecuta df -h dentro de storage", "cmd": "docker exec storage df -h"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver imágenes locales.", "cmd": "docker images"} {"instruction": "Contexto: ['pwd=/home/network_admin/config', 'ls=logo.png, app.js'] | ejecuta wordpress", "cmd": "docker run --rm wordpress"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls='] | status del contenedor httpd", "cmd": "docker inspect --format '{{.State.Status}}' httpd"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=backup.tar.gz'] | haz pull la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/home/git', 'ls='] | levanta un gitea", "cmd": "docker run -d gitea/gitea"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un cache redis en el puerto 7188", "cmd": "docker run -d -p 7188:6379 redis"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | corre un contenedor exponiendo puertos udp", "cmd": "docker run -d -p 53:53/udp bind"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero que corras un apache en el 2038", "cmd": "docker run -d -p 2038:80 httpd"} {"instruction": "Contexto: ['pwd=/home/invitado/tmp', 'ls='] | ejecuta un 'hello-world'", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un wp en el puerto 7118", "cmd": "docker run -d -p 7118:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls=index.html'] | arranca un apche", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | despliega un redis en el puerto 5001", "cmd": "docker run -d -p 5001:6379 redis"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | arranca un wordpress en el puerto 4005", "cmd": "docker run -d -p 4005:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | pon un apache en el 2024", "cmd": "docker run -d -p 2024:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/notas', 'ls=idea.md'] | corre un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | arranca un contenedor privilegiado", "cmd": "docker run -d --privileged centos"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un redis en el puerto 7156", "cmd": "docker run -d -p 7156:6379 redis"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un wp en el puerto 7116", "cmd": "docker run -d -p 7116:80 wordpress"} {"instruction": "Contexto: ['pwd=/mnt/datos/mysql', 'ls=dump.sql'] | levanta un mysql usando este directorio como volumen", "cmd": "docker run -d -v $(pwd):/var/lib/mysql -e MYSQL_ROOT_PASSWORD=root mysql:5.7"} {"instruction": "Contexto: ['pwd=/home/maria/escritorio', 'ls=id_rsa'] | destruye app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/legacy_app_user', 'ls=old_code.c'] | inicia un contenedor con reinicio automático", "cmd": "docker run -d --restart always nginx"} {"instruction": "Contexto: ['pwd=/etc/bin', 'ls=script.sh, id_rsa'] | baja el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | prune de contenedores", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Desconecta de la red.", "cmd": "docker network disconnect mi-red contenedor"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero terminal en el contenedor mail", "cmd": "docker exec -it mail sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=error.log'] | stopea el contenedor alpine", "cmd": "docker stop alpine"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache con nombre my-apache.", "cmd": "docker run -d --name my-apache httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ejecuta con usuario root y pass admin.", "cmd": "docker run -e USER=root -e PASS=admin -d db"} {"instruction": "Contexto: ['pwd=/etc/apt', 'ls=sources.list'] | bájate la imagen de debian estable", "cmd": "docker pull debian:stable"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=script.sh, README.md, docker-compose.yml'] | destruye el contenedor old_version forzando", "cmd": "docker rm -f old_version"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=index.html, data.csv, script.sh'] | enséñame lo que hay corriendo", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls=README.md'] | ver los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | check del contenedor web", "cmd": "docker inspect --format '{{.State.Status}}' web"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | crea un cache redis en el port 5027", "cmd": "docker run -d -p 5027:6379 redis"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=README.md'] | para db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home/dev/test', 'ls='] | despliega jenkins/jenkins en el puerto 8888", "cmd": "docker run -d -p 8888:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/home/server/backups', 'ls=id_rsa'] | ejecuta ubuntu con clave root", "cmd": "docker run -d -e ENV=prod ubuntu:20.04"} {"instruction": "Contexto: ['pwd=/tmp/files', 'ls='] | pon un contenedor ubuntu", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | monta una base mysql por el 7248", "cmd": "docker run -d -p 7248:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ponme un apache en el 2039", "cmd": "docker run -d -p 2039:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/root', 'ls=TODO.txt, index.html'] | estado del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr nginx en el puerto 8000", "cmd": "docker run -d -p 8000:80 nginx"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | dame un nginx en el 3036", "cmd": "docker run -d -p 3036:80 nginx"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | levanta un contenedor mysql en el puerto 7241", "cmd": "docker run -d -p 7241:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls=config.json, error.log, data.csv'] | estatus del contenedor web", "cmd": "docker ps -a --filter name=web"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=script.sh, README.md, data.csv'] | inica un ghost", "cmd": "docker run -d ghost"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | inicia un nginx en el puerto 3008", "cmd": "docker run -d -p 3008:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | levanta un nginx en el 3023", "cmd": "docker run -d -p 3023:80 nginx"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ponme un apache en el puerto 2019", "cmd": "docker run -d -p 2019:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/share', 'ls='] | ejecuta whoami en el contenedor auth", "cmd": "docker exec auth whoami"} {"instruction": "Contexto: ['pwd=/usr/share/man', 'ls=man1/'] | corre un contenedor de rust", "cmd": "docker run -it rust cargo run"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=index.html'] | arranca mysql con nombre mi_servicio en el puerto 4407", "cmd": "docker run -d --name mi_servicio -p 4407:3306 mysql"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un apache en el 7017", "cmd": "docker run -d -p 7017:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Guarda la imagen en un tar.", "cmd": "docker save -o image.tar my-image"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | inicia un ubuntu interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/juan/workspace', 'ls='] | pull la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/home/ana/proyectos', 'ls='] | elimina el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/var/log/nginx', 'ls=error.log, access.log'] | inicia un servicio nginx en el 7077", "cmd": "docker run -d -p 7077:80 nginx"} {"instruction": "Contexto: ['pwd=/var/mail', 'ls=usuario'] | levanta un elasticsearch", "cmd": "docker run -d -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | ejecuta un registry llamado registry-47", "cmd": "docker run -d --name registry-47 registry"} {"instruction": "Contexto: ['pwd=/usr/local/bin', 'ls=installer.exe, leeme.md, package.json, id_rsa'] | quiero un redis y bórralo al salir", "cmd": "docker run --rm -it redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | lista los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/etc/skel', 'ls=.bashrc'] | inicia un debian sid (unstable)", "cmd": "docker run -it debian:sid bash"} {"instruction": "Contexto: ['pwd=/home/clase', 'ls=apuntes.docx'] | corre un busybox interactivo", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/tmp/pruebas', 'ls=script.sh'] | ejecuta este script en un ubuntu y borra el contenedor", "cmd": "docker run --rm -v $(pwd)/script.sh:/script.sh ubuntu bash /script.sh"} {"instruction": "Contexto: ['pwd=/root/config', 'ls='] | descarga la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls=config.json, data.csv, backup.tar.gz'] | levanta la versión v2 de nginx", "cmd": "docker run -d nginx:v2"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=data.csv'] | obtener la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | activa un web en el puerto 1020", "cmd": "docker run -d -p 1020:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=error.log'] | lebanta un ubutu en el port 3000", "cmd": "docker run -d -p 3000:80 ubuntu"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web en el 8181.", "cmd": "docker run -d -p 8181:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | despliega adminer con nombre mi_servicio en el puerto 5901", "cmd": "docker run -d --name mi_servicio -p 5901:8080 adminer"} {"instruction": "Contexto: ['pwd=/home/web/dev', 'ls='] | arranca un mysql", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borrar red específica.", "cmd": "docker network rm network_id"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=README.md, .env, index.html'] | inicia neo4j con nombre mi_servicio en el puerto 3131", "cmd": "docker run -d --name mi_servicio -p 3131:7474 neo4j"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls='] | despliega grafana en el puerto 80", "cmd": "docker run -d -p 80:3000 grafana"} {"instruction": "Contexto: ['pwd=/home/antonio/cosas', 'ls=leeme.md'] | mata y borra container1 a la fuerza", "cmd": "docker rm -f container1"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls=backup.tar.gz, config.json'] | inspecciona los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache tag 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega una db mysql en el puerto 7211", "cmd": "docker run -d -p 7211:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | listame activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/ftp', 'ls='] | pon un contenedor ftp", "cmd": "docker run -d fauria/vsftpd"} {"instruction": "Contexto: ['pwd=/home/test/sitio', 'ls=index.html'] | levanta un wordpress", "cmd": "docker run -d wordpress"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un cache redis en el puerto 7181", "cmd": "docker run -d -p 7181:6379 redis"} {"instruction": "Contexto: ['pwd=/usr/local/bin', 'ls=script.py'] | corre python montando el script", "cmd": "docker run -it -v $(pwd)/script.py:/app/script.py python:3 python /app/script.py"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | dame un apache en el puerto 2016", "cmd": "docker run -d -p 2016:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | quiero shell en el contenedor que corre", "cmd": "docker exec -it container_id sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mapeo de puertos udp.", "cmd": "docker run -p 1234:1234/udp -d service"} {"instruction": "Contexto: ['pwd=/home/lucia/musica', 'ls=data.csv, session.lock'] | borra la imagen de nginx", "cmd": "docker rmi nginx:latest"} {"instruction": "Contexto: ['pwd=/etc/ssl/certs', 'ls=cert.pem'] | monta certificados en un contenedor", "cmd": "docker run -d -v $(pwd):/etc/certs:ro mi-app-segura"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls='] | entra en el contenedor jira", "cmd": "docker exec -it jira bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | dime qué contenedores existen", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | métete en el contenedor redis", "cmd": "docker exec -it redis sh"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | elimina todo lo que no se usa", "cmd": "docker system prune -f"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=backup.tar.gz, config.json'] | bajar la imagen de python", "cmd": "docker pull python"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache entrando a bash.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=script.sh, error.log'] | deshazte de el contenedor app forzando", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un web en el 7005", "cmd": "docker run -d -p 7005:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls=config.json, error.log, data.csv'] | estatus del contenedor web", "cmd": "docker ps -a --filter name=web"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls=logo.png, package.json, hoja.xlsx, main.py'] | haz correr un python en el puerto 3306", "cmd": "docker run -d -p 3306:3306 python:3.9"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta una db mysql por el 7219", "cmd": "docker run -d -p 7219:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache interactivo.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | ejecuta un node", "cmd": "docker run -d node"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | corre un servicio cache redis en el puerto 7199", "cmd": "docker run -d -p 7199:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | activa un mysql en el puerto 6020", "cmd": "docker run -d -p 6020:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/spool', 'ls='] | pon un contenedor con límite de memoria", "cmd": "docker run -d --memory=512m nginx"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un cache redis en el puerto 7166", "cmd": "docker run -d -p 7166:6379 redis"} {"instruction": "Contexto: ['pwd=/home/web/docs', 'ls=.env'] | baja el contenedor web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | activa un redis en el puerto 5020", "cmd": "docker run -d -p 5020:6379 redis"} {"instruction": "Contexto: ['pwd=/home/monitor/logs', 'ls=hoja.xlsx, foto.jpg, session.lock'] | inicia un mongo en el puerto 3000", "cmd": "docker run -d -p 3000:3000 mongo"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | lanza un rabbitmq", "cmd": "docker run -d rabbitmq"} {"instruction": "Contexto: ['pwd=/home/test/fotos', 'ls=installer.exe, main.py, musica.mp3, source.zip'] | ejecuta un python", "cmd": "docker run -d python:3.8-slim"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=installer.exe'] | elimina el contenedor db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/admin_sys/tmp', 'ls=font.ttf, main.go'] | bájate la imagen de wordpress", "cmd": "docker pull wordpress"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero un mysql en el puerto 6002", "cmd": "docker run -d -p 6002:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un web nginx en el puerto 7090", "cmd": "docker run -d -p 7090:80 nginx"} {"instruction": "Contexto: ['pwd=/sys/power', 'ls='] | elimina el contenedor cache", "cmd": "docker rm cache"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | como esta del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=backup.tar.gz, data.csv, error.log'] | listame procesos docker", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/deploy/test', 'ls='] | consigue la imagen de debian", "cmd": "docker pull debian"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | loguéate en el contenedor jenkins", "cmd": "docker exec -it jenkins bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mapea rango de puertos.", "cmd": "docker run -p 8000-8010:8000-8010 -d app"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un cache redis en el puerto 7184", "cmd": "docker run -d -p 7184:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Elimina todos los contenedores.", "cmd": "docker rm $(docker ps -aq)"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=TODO.txt, index.html'] | lebanta un ubunut en el port 80", "cmd": "docker run -d -p 80:80 ubuntu"} {"instruction": "Contexto: ['pwd=/home/db_admin/prod', 'ls=docker-compose.yml, README.md, error.log'] | borra el contenedor db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un postgres en el 7257", "cmd": "docker run -d -p 7257:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito una db postgres en el puerto 7282", "cmd": "docker run -d -p 7282:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/cache', 'ls=temp_file'] | arranca un contenedor privilegiado de ubuntu", "cmd": "docker run -it --privileged ubuntu bash"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/var/www/juan', 'ls='] | estado del contenedor node", "cmd": "docker ps -a --filter name=node"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | ejecuta script en el contenedor batch", "cmd": "docker exec batch ./run.sh"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache en el puerto 80.", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=config'] | Monta el archivo de config.", "cmd": "docker run -v $(pwd)/config:/app/config -d app"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | frena el contenedor myslq", "cmd": "docker stop myslq"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Lista los volúmenes.", "cmd": "docker volume ls"} {"instruction": "Contexto: ['pwd=/home/server_bot/bin', 'ls=bot.py'] | levanta un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/var/preserve', 'ls='] | borra el contenedor proxy", "cmd": "docker rm proxy"} {"instruction": "Contexto: ['pwd=/home/zoe', 'ls='] | bájate la imagen de haproxy", "cmd": "docker pull haproxy"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un redis en el 7155", "cmd": "docker run -d -p 7155:6379 redis"} {"instruction": "Contexto: ['pwd=/home/sara/fotos', 'ls=hosts, musica.mp3, server.conf, styles.css'] | levanta un node interactivo", "cmd": "docker run -it node bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | entra en el contenedor con id 12345", "cmd": "docker exec -it 12345 bash"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls=backup.tar.gz'] | inicia base de datos mysql en el puerto 1234", "cmd": "docker run -d -p 1234:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un cassandra en el 9042", "cmd": "docker run -d -p 9042:9042 cassandra"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Actualiza la configuración de reinicio.", "cmd": "docker update --restart=always container"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | trae la imagen de nginx", "cmd": "docker pull nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | stopea el contenedor alpine", "cmd": "docker stop alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | corre un tomcat en el 8888", "cmd": "docker run -d -p 8888:8080 tomcat"} {"instruction": "Contexto: ['pwd=/dev/shm', 'ls='] | arranca un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=script.sh, README.md, backup.tar.gz'] | lanza un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un redis en el 7157", "cmd": "docker run -d -p 7157:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Exponer puerto 3000.", "cmd": "docker run -p 3000:3000 -d node-app"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | lanza un adminer en el puerto 3000", "cmd": "docker run -d -p 3000:8080 adminer"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | inicia un mysql con clave root", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | levanta base de datos mysql en el puerto 8888", "cmd": "docker run -d -p 8888:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/storage_user/bin', 'ls=font.ttf, paquete.deb, session.lock, data.csv, backup.zip'] | inicia un jenkins/jenkins interactivo", "cmd": "docker run -it jenkins/jenkins bash"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | ejecuta portainer/portainer-ce en el puerto 80", "cmd": "docker run -d -p 80:9000 portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/usr/local/src', 'ls=readme.md'] | descarga la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web efímero.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | ejecuta vault en el puerto 80", "cmd": "docker run -d -p 80:8200 vault"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | arranca un busybox sh", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un wordpress en el puerto 7104", "cmd": "docker run -d -p 7104:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/operator', 'ls='] | levanta un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Asigna nombre 'db' y variable de entorno.", "cmd": "docker run --name db -e POSTGRES_PASSWORD=secret -d postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un grafana en el puerto 5000", "cmd": "docker run -d -p 5000:3000 grafana/grafana"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls='] | elimina container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home/sofia', 'ls='] | mata y borra el contenedor db", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=backup.tar.gz, docker-compose.yml, error.log'] | destruye el contenedor api forzando", "cmd": "docker rm -f api"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=data.csv, script.sh'] | pon un kibana", "cmd": "docker run -d kibana"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | ejecuta un contenedor interactivo de ubuntu montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra el volumen 'basura'.", "cmd": "docker volume rm basura"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame una db mysql en el puerto 7236", "cmd": "docker run -d -p 7236:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache en el puerto 80.", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache con bash.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home/uucp', 'ls='] | inicia un contenedor", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un httpd en el 8080", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | pon un nginx en el 3024", "cmd": "docker run -d -p 3024:80 nginx"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls=index.html, README.md'] | descarga la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Valida el archivo compose.", "cmd": "docker-compose config"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ver qué contenedores están corriendo", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/temp_user_123', 'ls='] | corre un busybox interactivo", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/tmp/sysadmin', 'ls=error.log'] | bora el contenedor ubutu a la fuerza", "cmd": "docker rm -f ubutu"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Muestrame las imágenes descargadas.", "cmd": "docker images"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html, script.sh, .env'] | pon un postgres en el puerto 5555", "cmd": "docker run -d -p 5555:5432 postgres"} {"instruction": "Contexto: ['pwd=/usr/opt', 'ls=script.sh, data.csv, README.md'] | detener el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=hoja.xlsx, index.html'] | bajar traefik:latest", "cmd": "docker pull traefik:latest"} {"instruction": "Contexto: ['pwd=/home/root', 'ls=error.log'] | deten el contenedor postgres", "cmd": "docker stop postgres"} {"instruction": "Contexto: ['pwd=/mnt/share', 'ls=archivo_comun.txt'] | descarga postgres 15", "cmd": "docker pull postgres:15"} {"instruction": "Contexto: ['pwd=/boot', 'ls='] | descarga traefik:v2", "cmd": "docker pull traefik:v2"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ponme un cache redis en el 5039", "cmd": "docker run -d -p 5039:6379 redis"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=TODO.txt'] | despleuga un myslq llamado app", "cmd": "docker run -d --name app mysql"} {"instruction": "Contexto: ['pwd=/run', 'ls=game.iso'] | corre un httpd en el puerto 80", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/juegos', 'ls=save.dat'] | corre un redis con persistencia", "cmd": "docker run -d -v redis_data:/data redis redis-server --appendonly yes"} {"instruction": "Contexto: ['pwd=/home/server/documentos', 'ls=installer.exe, data.csv, styles.css'] | ejecuta alpine con clave root", "cmd": "docker run -d -e ENV=prod alpine"} {"instruction": "Contexto: ['pwd=/tmp/root', 'ls=index.html'] | para el contenedor redis", "cmd": "docker stop redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Accede a la consola de redis.", "cmd": "docker exec -it redis redis-cli"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | necesito un mysql en el puerto 6006", "cmd": "docker run -d -p 6006:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un wordpress en el 7127", "cmd": "docker run -d -p 7127:80 wordpress"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/var/account', 'ls='] | pon un contenedor redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un apache por el puerto 7043", "cmd": "docker run -d -p 7043:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Contexto de docker.", "cmd": "docker context ls"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta kibana en el 80", "cmd": "docker run -d -p 80:5601 kibana:7.17.0"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon una db postgres en el 7265", "cmd": "docker run -d -p 7265:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/builder', 'ls='] | corre un contenedor docker-in-docker", "cmd": "docker run -d --privileged docker:dind"} {"instruction": "Contexto: ['pwd=/home/usuario', 'ls=.profile'] | levanta un postgres expuesto en el 5432", "cmd": "docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web en el 8080.", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/local', 'ls=bin/'] | arranca un postgres 14", "cmd": "docker run -d postgres:14"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=README.md, error.log, backup.tar.gz'] | lebanta jenkins/jenkins con nombre mi_servicio en el puerto 8627", "cmd": "docker run -d --name mi_servicio -p 8627:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | parar el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un wordpress en el 8080", "cmd": "docker run -d -p 8080:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls=backup.tar.gz, index.html, error.log'] | elimina test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Pausa el stack.", "cmd": "docker-compose pause"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=session.lock'] | inicia un nginx en el puerto 8080", "cmd": "docker run -d -p 8080:80 nginx"} {"instruction": "Contexto: ['pwd=/home/recetas_cocina', 'ls=ingredientes.txt'] | pon un elasticsearch", "cmd": "docker run -d -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Escala el servicio web a 3.", "cmd": "docker-compose up -d --scale web=3"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=.env'] | elimina el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | corre un ubuntu compartiendo la memoria del host", "cmd": "docker run -it --ipc=host ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | activa un wordpress en el puerto 4020", "cmd": "docker run -d -p 4020:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/lola', 'ls='] | elimina la imagen de mysql", "cmd": "docker rmi mysql"} {"instruction": "Contexto: ['pwd=/home/sara/scripts', 'ls=app.js'] | bajar jenkins/jenkins:lts", "cmd": "docker pull jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta rabbitmq en el 5672", "cmd": "docker run -d -p 5672:5672 rabbitmq"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | remove el contenedor app forzando", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero un redis en el puerto 5002", "cmd": "docker run -d -p 5002:6379 redis"} {"instruction": "Contexto: ['pwd=/srv', 'ls='] | abre un bash en mi-servidor", "cmd": "docker exec -it mi-servidor bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls=Dockerfile'] | Crea la imagen con tag 'v1'.", "cmd": "docker build -t app:v1 ."} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mata el contenedor colgado.", "cmd": "docker kill container_id"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web llamado web-server en el puerto 9000.", "cmd": "docker run -d --name web-server -p 9000:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log, docker-compose.yml'] | corre un httpd en el puerto 1234", "cmd": "docker run -d -p 1234:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=id_rsa, README.md'] | stopea el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | despliega un web en el 1021", "cmd": "docker run -d -p 1021:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=data.csv, docker-compose.yml, index.html'] | lanza un contenedor interactivo de alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/boot/efi', 'ls='] | borra el contenedor data", "cmd": "docker rm data"} {"instruction": "Contexto: ['pwd=/boot', 'ls=vmlinuz'] | descarga traefik:v2", "cmd": "docker pull traefik:v2"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | levanta un redis en el puerto 5003", "cmd": "docker run -d -p 5003:6379 redis"} {"instruction": "Contexto: ['pwd=/etc/bin', 'ls=backup.tar.gz'] | desplega un grafana", "cmd": "docker run -d grafana"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls=config.json, id_rsa'] | detener el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/var/yp', 'ls='] | arranca un busybox", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/run', 'ls=package.json, source.zip, id_rsa'] | corre un ubuntu en el puerto 5432", "cmd": "docker run -d -p 5432:5432 ubuntu:22.04"} {"instruction": "Contexto: ['pwd=/home/admin2', 'ls='] | corre un contenedor interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/home/julia/scripts', 'ls=error.log'] | suprime container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Quitar contenedores muertos.", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | dame la lista de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | inicia un cache redis en el 5028", "cmd": "docker run -d -p 5028:6379 redis"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | estatus del contenedor postgre", "cmd": "docker inspect --format '{{.State.Status}}' postgre"} {"instruction": "Contexto: ['pwd=/home/backup/backups', 'ls=app.js'] | quita la imagen de postgres", "cmd": "docker rmi postgres:alpine"} {"instruction": "Contexto: ['pwd=/home/user', 'ls=nadamains.txt'] | bájate la imagen de python", "cmd": "docker pull python:3.10-slim"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ejecutar comando en background.", "cmd": "docker exec -d container_id touch /tmp/exec_works"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | crea mongodb en el puerto 5555", "cmd": "docker run -d -p 5555:27017 mongo"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | listame lo que hay corriendo", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | lanza la versión 1.0 de minio/minio", "cmd": "docker run -d minio/minio:1.0"} {"instruction": "Contexto: ['pwd=/home/escritorio', 'ls=nota.txt'] | pon un contenedor de node 14", "cmd": "docker run -it node:14 bash"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=script.sh, foto.jpg'] | inicia un httpd en el puerto 80", "cmd": "docker run -d -p 80:80 httpd:2.4"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | accede al contenedor de pruebas", "cmd": "docker exec -it pruebas bash"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un wp en el 7115", "cmd": "docker run -d -p 7115:80 wordpress"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls=README.md'] | lebanta un contenedor interactivo de busybox", "cmd": "docker run --rm busybox"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls='] | descarga la imagen de kotlin", "cmd": "docker pull kotlin"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | inicia un contenedor interactivo de r", "cmd": "docker run -it r-base bash"} {"instruction": "Contexto: ['pwd=/home/pablo', 'ls='] | bájate la última de ubuntu", "cmd": "docker pull ubuntu:latest"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | arranca un nginx en el 3025", "cmd": "docker run -d -p 3025:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=script.sh, README.md, docker-compose.yml'] | destruye el contenedor old_version forzando", "cmd": "docker rm -f old_version"} {"instruction": "Contexto: ['pwd=/home/julia', 'ls=foto.jpg'] | ejecuta un contenedor llamado prueba", "cmd": "docker run -d --name prueba nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Ver logs de 'db' en compose.", "cmd": "docker-compose logs -f db"} {"instruction": "Contexto: ['pwd=/run/user/1000', 'ls=bus'] | arranca un alpine 3.14", "cmd": "docker run -it alpine:3.14 sh"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web mapeando este path.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home/admin/trabajo', 'ls=index.html'] | mata y borra db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista los procesos docker", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/proc', 'ls=cpuinfo'] | bájate debian:stable", "cmd": "docker pull debian:stable"} {"instruction": "Contexto: ['pwd=/home/walter', 'ls='] | arranca un mysql", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | guarda la imagen en un archivo tar", "cmd": "docker save -o imagen.tar mi-app:latest"} {"instruction": "Contexto: ['pwd=/opt/ana', 'ls=docker-compose.yml'] | aranca un nignx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls=docker-compose.yml'] | ver estado del contenedor mongo", "cmd": "docker ps -a --filter name=mongo"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un nginx por el 7069", "cmd": "docker run -d -p 7069:80 nginx"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un redis en el 7177", "cmd": "docker run -d -p 7177:6379 redis"} {"instruction": "Contexto: ['pwd=/root', 'ls=config.json'] | copia el config al contenedor 'api'", "cmd": "docker cp config.json api:/app/config.json"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un postgres en el puerto 7252", "cmd": "docker run -d -p 7252:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=id_rsa, README.md'] | stopea el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home', 'ls=imagen.tar'] | carga una imagen desde el archivo", "cmd": "docker load -i imagen.tar"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | preparame un wordpress en el puerto 4014", "cmd": "docker run -d -p 4014:80 wordpress"} {"instruction": "Contexto: ['pwd=/media/usb', 'ls=fotos.tar.gz'] | importa el sistema de archivos como imagen", "cmd": "docker import fotos.tar.gz mis-fotos:latest"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js, styles.css, session.lock, index.html'] | suprime test a la fuerza", "cmd": "docker rm -f test"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | despliege un mongo con nombre app", "cmd": "docker run -d --name app mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista lo que corre", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/irene', 'ls='] | inicia un contenedor fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/home/kube', 'ls='] | levanta un minikube", "cmd": "docker run -d gcr.io/k8s-minikube/kicbase"} {"instruction": "Contexto: ['pwd=/usr/local/bin', 'ls=script.sh, logo.png, app.js, musica.mp3'] | mata y borra container1 a la fuerza", "cmd": "docker rm -f container1"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | arrranca un ubutu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero que corras un web en el puerto 1018", "cmd": "docker run -d -p 1018:80 httpd"} {"instruction": "Contexto: ['pwd=/home/root_access_user', 'ls=sudoers'] | levanta un contenedor llamado 'prueba'", "cmd": "docker run -d --name prueba alpine sleep 1000"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un wp en el puerto 7114", "cmd": "docker run -d -p 7114:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=README.md, config.json'] | inicia la versión latest de httpd", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/usr/games', 'ls=solitaire'] | pon un contenedor con variables de entorno", "cmd": "docker run -d -e ENV=prod nginx"} {"instruction": "Contexto: ['pwd=/var/backups', 'ls=db.tar.gz'] | arranca un redis persistente", "cmd": "docker run -d -v redis_data:/data redis"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls='] | inicia un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/home/dev/proyectos', 'ls=main.c, a.out'] | pon un contenedor de node 14", "cmd": "docker run -it node:14 bash"} {"instruction": "Contexto: ['pwd=/etc/lvm', 'ls=lvm.conf'] | descarga la imagen de julia", "cmd": "docker pull julia"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un vault en el 8201", "cmd": "docker run -d -p 8201:8200 vault"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un proxy nginx en el puerto 7081", "cmd": "docker run -d -p 7081:80 nginx"} {"instruction": "Contexto: ['pwd=/home/root/musica', 'ls=id_rsa, logo.png, script.sh'] | descarga jenkins/jenkins", "cmd": "docker pull jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | abre una sesión en el contenedor worker", "cmd": "docker exec -it worker bash"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | activa un cache redis en el 5040", "cmd": "docker run -d -p 5040:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Limpieza general de docker.", "cmd": "docker system prune"} {"instruction": "Contexto: ['pwd=/etc/bin', 'ls=script.sh, id_rsa'] | baja el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls='] | monta jenkins/jenkins con nombre mi_servicio en el puerto 5207", "cmd": "docker run -d --name mi_servicio -p 5207:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | despliega adminer con nombre mi_servicio en el puerto 5901", "cmd": "docker run -d --name mi_servicio -p 5901:8080 adminer"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls=.env, script.sh'] | detén el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/home/backup/www', 'ls=styles.css, session.lock, script.sh'] | consigue node:16", "cmd": "docker pull node:16"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=backup.tar.gz'] | crea un contenedor interactivo de debian", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Eliminar container forzado.", "cmd": "docker rm -f container_name"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=README.md, index.html, script.sh'] | haz pull la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | dame un wordpress en el puerto 4016", "cmd": "docker run -d -p 4016:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | arranca un ubuntu con bash", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | quiero entrar en el contenedor python", "cmd": "docker exec -it python bash"} {"instruction": "Contexto: ['pwd=/home/varnish', 'ls='] | levanta un varnish", "cmd": "docker run -d varnish"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=error.log, data.csv, script.sh'] | lanza mongo en el puerto 8888", "cmd": "docker run -d -p 8888:27017 mongo"} {"instruction": "Contexto: ['pwd=/home/arquitecto/planos', 'ls=diseño.cad'] | levanta un contenedor con límite de memoria", "cmd": "docker run -d --memory=512m nginx"} {"instruction": "Contexto: ['pwd=/etc/ssh', 'ls=sshd_config'] | pon un contenedor interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt/sysadmin', 'ls=TODO.txt, error.log'] | lebanta un postgre en el port 8080", "cmd": "docker run -d -p 8080:5432 postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un postgres en el 5000", "cmd": "docker run -d -p 5000:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/var/cache', 'ls='] | arranca un contenedor ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un mysql en el 7227", "cmd": "docker run -d -p 7227:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | accede al contenedor admin", "cmd": "docker exec -it admin bash"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web compartiendo el directorio actual.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.tmp'] | arranca un contenedor que se borre al salir", "cmd": "docker run --rm -it alpine sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Subir todas las tags.", "cmd": "docker push --all-tags user/repo"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un neo4j en el 7474", "cmd": "docker run -d -p 7474:7474 neo4j"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=script.sh, .env, id_rsa'] | necesito un un jenkins en el puerto 3000", "cmd": "docker run -d -p 3000:8080 jenkins"} {"instruction": "Contexto: ['pwd=/home/debian/cosas', 'ls=todo.list, video.mp4'] | haz correr un mongo llamado db", "cmd": "docker run -d --name db mongo:5"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web para interactuar.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/media', 'ls=access.log, session.lock, vacaciones.jpg, notas.txt'] | inicia un debian interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/opt/monitoreo', 'ls=prometheus.yml'] | arranca prometheus con su config", "cmd": "docker run -d -p 9090:9090 -v $(pwd)/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls=docker-compose.yml'] | estado del contenedor node", "cmd": "docker ps -a --filter name=node"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web en el puerto 3000.", "cmd": "docker run -d -p 3000:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls=id_rsa, script.sh'] | detén el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye comprimiendo el contexto", "cmd": "docker build --compress -t mi-app ."} {"instruction": "Contexto: ['pwd=/home/test/fotos', 'ls=trabajo.docx, error.log, server.conf, hoja.xlsx'] | lanza mongo con clave root", "cmd": "docker run -d -e ENV=prod mongo:4.4"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web con nombre mi-web en el 8080.", "cmd": "docker run -d --name mi-web -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un wp en el puerto 7136", "cmd": "docker run -d -p 7136:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls=config.json, index.html'] | levanta un registry", "cmd": "docker run -d registry"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | configurame un wordpress en el puerto 4015", "cmd": "docker run -d -p 4015:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | crea un web en el puerto 1007", "cmd": "docker run -d -p 1007:80 httpd"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls='] | obtener la imagen de adminer", "cmd": "docker pull adminer"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ejecuta un redis en el puerto 5011", "cmd": "docker run -d -p 5011:6379 redis"} {"instruction": "Contexto: ['pwd=/home/deploy/test', 'ls='] | consigue la imagen de debian", "cmd": "docker pull debian"} {"instruction": "Contexto: ['pwd=/tmp/ana', 'ls=error.log'] | despliege un node name prueba", "cmd": "docker run -d --name prueba node"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta ps aux dentro de monitor", "cmd": "docker exec monitor ps aux"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=docker-compose.yml'] | borra el contenedor mongo a la fuerza", "cmd": "docker rm -f mongo"} {"instruction": "Contexto: ['pwd=/var/www/juan', 'ls=TODO.txt'] | desplega un redis name web", "cmd": "docker run -d --name web redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | qué contenedores hay activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | elimina contenedores muertos", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un apache por el puerto 7013", "cmd": "docker run -d -p 7013:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls=config.json'] | start un contenedor interactivo de golang", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls='] | status del contenedor redis", "cmd": "docker inspect --format '{{.State.Status}}' redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver drivers de red.", "cmd": "docker info"} {"instruction": "Contexto: ['pwd=/home/influx', 'ls='] | corre un telegraf", "cmd": "docker run -d telegraf"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls='] | check los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/postgres/temp', 'ls=styles.css, config.yml, video.mp4'] | deshazte de la imagen de ubuntu", "cmd": "docker rmi ubuntu:22.04"} {"instruction": "Contexto: ['pwd=/opt', 'ls=backup.tar.gz'] | inicia un contenedor ubuntu y bórralo al salir", "cmd": "docker run --rm -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | abre una shell en el contenedor master", "cmd": "docker exec -it master bash"} {"instruction": "Contexto: ['pwd=/home/fernando', 'ls='] | levanta un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=data.csv, config.json'] | frena nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls='] | monta jenkins/jenkins con nombre mi_servicio en el puerto 5207", "cmd": "docker run -d --name mi_servicio -p 5207:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ejecuta bash en el contenedor que se llama web", "cmd": "docker exec -it web bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=index.html, TODO.txt'] | despliega un mysql llamado db", "cmd": "docker run -d --name db mysql"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un wordpress en el puerto 7101", "cmd": "docker run -d -p 7101:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | crea una red bridge", "cmd": "docker network create mi-red-local"} {"instruction": "Contexto: ['pwd=/home/kiko', 'ls='] | corre un contenedor exponiendo puertos udp", "cmd": "docker run -d -p 53:53/udp bind"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | check del contenedor web", "cmd": "docker inspect --format '{{.State.Status}}' web"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Fuerza la detención de 'app'.", "cmd": "docker kill app"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un entorno web por el puerto 7023", "cmd": "docker run -d -p 7023:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | arranca un cms wp en el puerto 7150", "cmd": "docker run -d -p 7150:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borrar imágenes dangling.", "cmd": "docker image prune"} {"instruction": "Contexto: ['pwd=/home/fernando', 'ls='] | levanta un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Arranca los servicios en segundo plano.", "cmd": "docker-compose up -d"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls='] | haz pull la imagen de mariadb", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/var/backups', 'ls='] | arranca un redis persistente", "cmd": "docker run -d -v redis_data:/data redis"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | preparame un nginx en el port 3034", "cmd": "docker run -d -p 3034:80 nginx"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=docker-compose.yml'] | stop el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Usa volumen 'backup'.", "cmd": "docker run -v backup:/backup -d utility"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | cárgate el contenedor old_version forzando", "cmd": "docker rm -f old_version"} {"instruction": "Contexto: ['pwd=/media/cdrom', 'ls=install'] | pon un debian interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un redis en el 7175", "cmd": "docker run -d -p 7175:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Pausa el contenedor.", "cmd": "docker pause contenedor"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=script.sh'] | inspecciona los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/var/cache', 'ls=apt/'] | corre un fedora y entra en la terminal", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | arranca una shell en un ubuntu nuevo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/deploy/test', 'ls='] | obtener la imagen de fedora", "cmd": "docker pull fedora"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | despliega un cache redis en el 5021", "cmd": "docker run -d -p 5021:6379 redis"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un web en el 7037", "cmd": "docker run -d -p 7037:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr mysql en el 3300", "cmd": "docker run -d -p 3300:3306 -e MYSQL_ROOT_PASSWORD=pass mysql"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | crea un mysql en el puerto 6007", "cmd": "docker run -d -p 6007:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/cache_service', 'ls='] | bájate debian", "cmd": "docker pull debian"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | descarga golang", "cmd": "docker pull golang"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web versión 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | aranca un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home/victor', 'ls='] | bájate la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca una db postgres por el puerto 7263", "cmd": "docker run -d -p 7263:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un prometheus en el 9999", "cmd": "docker run -d -p 9999:9090 prom/prometheus"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un web en el puerto 7004", "cmd": "docker run -d -p 7004:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | arranca un redis en background", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un contenedor y entra", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls=data.csv, config.json, backup.tar.gz'] | ejecuta mongodb en el puerto 1234", "cmd": "docker run -d -p 1234:27017 mongo"} {"instruction": "Contexto: ['pwd=/home/network_admin/escritorio', 'ls=config.xml, video.mp4, query.sql'] | pon un centos", "cmd": "docker run -d centos"} {"instruction": "Contexto: ['pwd=/home/julia/cartas', 'ls=buzon.mbox'] | inicia un contenedor centos", "cmd": "docker run -it centos:7 bash"} {"instruction": "Contexto: ['pwd=/sys/module', 'ls=kvm'] | elimina el contenedor db1", "cmd": "docker rm db1"} {"instruction": "Contexto: ['pwd=/boot', 'ls=vmlinuz'] | arranca un redis persistente", "cmd": "docker run -d -v redis_data:/data redis"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | corre un nuevo ubuntu interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | lanza un postgres en el 5432", "cmd": "docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/carlos/prod', 'ls='] | levanta un rabbitmq", "cmd": "docker run -d rabbitmq"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | pon un contenedor de postgres en el 7294", "cmd": "docker run -d -p 7294:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | configurame un nginx en el puerto 3015", "cmd": "docker run -d -p 3015:80 nginx"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=error.log'] | descarga postgres 14", "cmd": "docker pull postgres:14"} {"instruction": "Contexto: ['pwd=/run/systemd', 'ls=notify'] | bájate debian slim", "cmd": "docker pull debian:slim"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls=config.json'] | inica un vault en el puerto 8080", "cmd": "docker run -d -p 8080:8200 vault"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | levanta un contenedor 'debug' y atáchate", "cmd": "docker run -it --name debug ubuntu"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | status del contenedor niginx", "cmd": "docker inspect --format '{{.State.Status}}' niginx"} {"instruction": "Contexto: ['pwd=/var/www/sysadmin', 'ls=TODO.txt'] | stopea el contenedor myslq", "cmd": "docker stop myslq"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crear volumen con nombre.", "cmd": "docker volume create my-vol"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | despleuga un mongo nombrer prueba", "cmd": "docker run -d --name prueba mongo"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | quiero una terminal en el contenedor db", "cmd": "docker exec -it db sh"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ponme un wp en el 4039", "cmd": "docker run -d -p 4039:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ponme un mysql en el puerto 6019", "cmd": "docker run -d -p 6019:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Reanuda el contenedor.", "cmd": "docker unpause contenedor"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | quiero entrar en el contenedor proxy", "cmd": "docker exec -it proxy sh"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta curl en el contenedor net", "cmd": "docker exec net curl google.com"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un traefik en el 80", "cmd": "docker run -d -p 80:80 -v /var/run/docker.sock:/var/run/docker.sock traefik:v2"} {"instruction": "Contexto: ['pwd=/root', 'ls=.bashrc'] | bájate la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | quiero entrar en la shell de db", "cmd": "docker exec -it db sh"} {"instruction": "Contexto: ['pwd=/home/kiko', 'ls='] | corre un contenedor exponiendo puertos udp", "cmd": "docker run -d -p 53:53/udp bind"} {"instruction": "Contexto: ['pwd=/home/juan', 'ls=index.html, docker-compose.yml'] | parar el contenedor nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache que se borre.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un sitio con nginx por el puerto 7093", "cmd": "docker run -d -p 7093:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Variable de entorno para timezone.", "cmd": "docker run -e TZ=Europe/Madrid -d app"} {"instruction": "Contexto: ['pwd=/home/backup/public_html', 'ls=script.sh, notas.txt, app.js, session.lock'] | bájate httpd:2.4", "cmd": "docker pull httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/deploy', 'ls='] | mata y borra el contenedor app", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/storage_user/clase', 'ls=query.sql, main.go, id_rsa.pub, logo.png'] | descarga elasticsearch", "cmd": "docker pull elasticsearch"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un mariadb en el 3307", "cmd": "docker run -d -p 3307:3306 -e MYSQL_ROOT_PASSWORD=root mariadb"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls=README.md, backup.tar.gz'] | destruye el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | accede al contenedor data", "cmd": "docker exec -it data sh"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un web en el puerto 7036", "cmd": "docker run -d -p 7036:80 httpd"} {"instruction": "Contexto: ['pwd=/home/maria/docs', 'ls='] | info los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Volúmenes temporales (tmpfs).", "cmd": "docker run --tmpfs /run -d app"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre hello-world para probar.", "cmd": "docker run hello-world"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls=error.log, README.md'] | destruye app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/opt', 'ls=logo.png, app.js'] | mata y borra prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | borra lo que no sirve", "cmd": "docker system prune"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | quiero un entorno redis en el puerto 7193", "cmd": "docker run -d -p 7193:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=data.csv'] | arranca consul en el puerto 8888", "cmd": "docker run -d -p 8888:8500 consul"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un apache en el puerto 7046", "cmd": "docker run -d -p 7046:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | despliega consul en el puerto 8080", "cmd": "docker run -d -p 8080:8500 consul"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache abriendo bash.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home/web/dev', 'ls='] | arranca un mysql", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/media/cdrom', 'ls=setup.exe'] | arranca un nginx en el puerto 8080", "cmd": "docker run -d -p 8080:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Reanuda el stack.", "cmd": "docker-compose unpause"} {"instruction": "Contexto: ['pwd=/etc/nginx', 'ls=foto.jpg'] | destruye web a la fuerza", "cmd": "docker rm -f web"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Cierra sesión.", "cmd": "docker logout"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Inspecta el volumen.", "cmd": "docker volume inspect datos"} {"instruction": "Contexto: ['pwd=/home/manager', 'ls='] | corre un contenedor con nombre app", "cmd": "docker run -d --name app nginx"} {"instruction": "Contexto: ['pwd=/usr/local/games', 'ls='] | descarga elixir", "cmd": "docker pull elixir"} {"instruction": "Contexto: ['pwd=/var/cache', 'ls=apt/'] | arranca un contenedor ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/home/antonio/musica', 'ls=leeme.md, source.zip, styles.css, main.py'] | levanta un jenkins/jenkins en el puerto 5000", "cmd": "docker run -d -p 5000:5000 jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | borra basura", "cmd": "docker system prune"} {"instruction": "Contexto: ['pwd=/home/root/test', 'ls=README.md, id_rsa'] | inica un contenedor interactivo de alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un apache en el puerto 7016", "cmd": "docker run -d -p 7016:80 httpd"} {"instruction": "Contexto: ['pwd=/home/jorge/música', 'ls=cancion.mp3'] | arranca un postgres en el puerto 5432", "cmd": "docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls='] | aranca un ubunut", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=error.log, index.html'] | elimina el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/home/ursula', 'ls='] | bájate la imagen de centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/home/marketing/campañas', 'ls=poster.psd'] | ejecuta un wordpress", "cmd": "docker run -d -p 80:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=html/'] | sirve estáticos con nginx", "cmd": "docker run -d -p 80:80 -v $(pwd)/html:/usr/share/nginx/html nginx:alpine"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un redis en el puerto 7176", "cmd": "docker run -d -p 7176:6379 redis"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | pon un cache redis en el 5024", "cmd": "docker run -d -p 5024:6379 redis"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/server/temp', 'ls=data.csv, index.html, server.conf, video.mp4'] | crea un contenedor un ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | conéctate a la shell de db", "cmd": "docker exec -it db sh"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un mysql en el puerto 7226", "cmd": "docker run -d -p 7226:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un elasticsearch en el 9201", "cmd": "docker run -d -p 9201:9200 -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | arranca un contenedor lua interactivo", "cmd": "docker run -it lua bash"} {"instruction": "Contexto: ['pwd=/usr/share', 'ls=doc/'] | levanta un rabbitmq", "cmd": "docker run -d rabbitmq:3-management"} {"instruction": "Contexto: ['pwd=/home/lab', 'ls=requirements.txt'] | inicia python e instala librerías", "cmd": "docker run -it -v $(pwd):/app -w /app python:3 pip install -r requirements.txt"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un memcached en el 2000", "cmd": "docker run -d -p 2000:11211 memcached"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls='] | trae la imagen de tomcat", "cmd": "docker pull tomcat"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un apache por el 7019", "cmd": "docker run -d -p 7019:80 httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=script.sh, config.yml, notas.txt'] | levanta un ubuntu llamado prueba", "cmd": "docker run -d --name prueba ubuntu:22.04"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=config.json'] | arranca grafana en el puerto 80", "cmd": "docker run -d -p 80:3000 grafana"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | pon un redis en el puerto 5004", "cmd": "docker run -d -p 5004:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls=script.sh, backup.tar.gz, config.json'] | enséñame los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | configurame un redis en el puerto 5015", "cmd": "docker run -d -p 5015:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | activa un apache en el puerto 2020", "cmd": "docker run -d -p 2020:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web llamado web-server.", "cmd": "docker run -d --name web-server httpd"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un wp en el puerto 7112", "cmd": "docker run -d -p 7112:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/usuario/backup', 'ls=viejo.zip'] | descarga la imagen de jenkins", "cmd": "docker pull jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home/kafka_user', 'ls='] | levanta un zookeeper", "cmd": "docker run -d zookeeper"} {"instruction": "Contexto: ['pwd=/home/web', 'ls=data.csv, config.json, .env'] | ejecuta la versión v2 de nextcloud", "cmd": "docker run -d nextcloud:v2"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=backup.tar.gz'] | haz pull la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | arranca un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls='] | cárgate app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | borra lo que no sirve", "cmd": "docker system prune"} {"instruction": "Contexto: ['pwd=/home/juan/test', 'ls=.env'] | arranca un contenedor pasando el archivo de entorno", "cmd": "docker run --env-file .env -d nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | arranca un nuevo contenedor con bash", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls=todo.list'] | lanza ubuntu con clave root", "cmd": "docker run -d -e ENV=prod ubuntu"} {"instruction": "Contexto: ['pwd=/home/javier', 'ls='] | levanta un sonarqube", "cmd": "docker run -d -p 9000:9000 sonarqube"} {"instruction": "Contexto: ['pwd=/home/test_user/pruebas', 'ls=unit_test.py'] | pon un contenedor de node 16", "cmd": "docker run -it node:16 bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | lanza un contenedor alpine sh", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/ubuntu', 'ls=.bash_logout'] | arranca un ubuntu 22.04 interactivo", "cmd": "docker run -it ubuntu:22.04 bash"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | ejecuta top en el contenedor monitor", "cmd": "docker exec monitor top"} {"instruction": "Contexto: ['pwd=/home/dev/backups', 'ls=error.log'] | pon un nginx llamado worker", "cmd": "docker run -d --name worker nginx:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr postgres en el 5400", "cmd": "docker run -d -p 5400:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/nagios', 'ls='] | inicia un nagios", "cmd": "docker run -d jasonrivers/nagios"} {"instruction": "Contexto: ['pwd=/usr/src/kernels', 'ls='] | levanta un contenedor de ubuntu", "cmd": "docker run -it ubuntu"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache llamado apache-dev en el puerto 80.", "cmd": "docker run -d --name apache-dev -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=script.sh, data.csv, backup.tar.gz'] | descarga la imagen de elasticsearch", "cmd": "docker pull elasticsearch"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Eliminar imagen 'unused'.", "cmd": "docker rmi unused"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls=error.log, script.sh, README.md'] | lebanta un contenedor interactivo de fedora montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it fedora bash"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza una db postgres en el puerto 7281", "cmd": "docker run -d -p 7281:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | ejecuta comando dentro de tool", "cmd": "docker exec tool command"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Pon en marcha 'jenkins'.", "cmd": "docker start jenkins"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | hazme un apache en el 2029", "cmd": "docker run -d -p 2029:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | pull la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un gitlab en el 8080", "cmd": "docker run -d -p 8080:80 gitlab/gitlab-ce"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=script.sh, README.md, data.csv'] | inica un ghost", "cmd": "docker run -d ghost"} {"instruction": "Contexto: ['pwd=/mnt/usb', 'ls=fotos/'] | borra el contenedor frontend", "cmd": "docker rm frontend"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | bajar la imagen de tomcat", "cmd": "docker pull tomcat"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | ejecuta un healthcheck manual", "cmd": "docker inspect --format='{{json .State.Health}}' mi-contenedor"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crear red tipo bridge.", "cmd": "docker network create --driver bridge mi-bridge"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | bájate la imagen de registry", "cmd": "docker pull registry"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un nginx por el 7059", "cmd": "docker run -d -p 7059:80 nginx"} {"instruction": "Contexto: ['pwd=/var/www/sysadmin', 'ls='] | elimina el contenedor mysql", "cmd": "docker rm mysql"} {"instruction": "Contexto: ['pwd=/home/ana/test', 'ls=error.log, data.csv, index.html'] | parra el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home/dev/dev', 'ls='] | quiero un consul con nombre mi_servicio en el puerto 6228", "cmd": "docker run -d --name mi_servicio -p 6228:8500 consul"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un webserver en el puerto 7040", "cmd": "docker run -d -p 7040:80 httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un nginx en el puerto mapeado 7099", "cmd": "docker run -d -p 7099:80 nginx"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un wp por el 7139", "cmd": "docker run -d -p 7139:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=data.csv'] | destruye el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=script.sh, backup.tar.gz, README.md'] | bajar la imagen de neo4j", "cmd": "docker pull neo4j"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | quita app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | destruye el contenedor nginix", "cmd": "docker rm nginix"} {"instruction": "Contexto: ['pwd=/run/mount', 'ls='] | pon un mongo 5", "cmd": "docker run -d mongo:5"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache con bash.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero entrar en postgres", "cmd": "docker exec -it postgres bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista los activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre un comando dentro del container.", "cmd": "docker exec -it container_id /bin/bash"} {"instruction": "Contexto: ['pwd=/home/usuario/scripts', 'ls=deploy.py'] | pon un busybox interactivo", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | baja los servicios y borra volúmenes", "cmd": "docker-compose down -v"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca una db mysql por el puerto 7213", "cmd": "docker run -d -p 7213:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/empty', 'ls='] | levanta un redis en el puerto 6379", "cmd": "docker run -d -p 6379:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un mongo en el 8081", "cmd": "docker run -d -p 8081:27017 mongo"} {"instruction": "Contexto: ['pwd=/usr/opt', 'ls=README.md, .env'] | stop el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | entra en el contenedor secundario", "cmd": "docker exec -it secundario sh"} {"instruction": "Contexto: ['pwd=/home/sysadmin/dev', 'ls=script.sh, index.html, backup.tar.gz'] | inicia rabbitmq en el puerto 80", "cmd": "docker run -d -p 80:5672 rabbitmq"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | dime qué contenedores existen", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/root/dev', 'ls=README.md'] | despliega un grafana", "cmd": "docker run -d grafana"} {"instruction": "Contexto: ['pwd=/var/spool/mail', 'ls=root'] | levanta un contenedor llamado 'prueba'", "cmd": "docker run -d --name prueba alpine sleep 1000"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=index.html'] | bora el contenedor ubutu", "cmd": "docker rm ubutu"} {"instruction": "Contexto: ['pwd=/home/git', 'ls=config'] | levanta un gitea", "cmd": "docker run -d gitea/gitea"} {"instruction": "Contexto: ['pwd=/tmp/debug', 'ls=core.dump'] | entra en el contenedor 'web' para investigar", "cmd": "docker exec -it web bash"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | necesito un neo4j con nombre mi_servicio en el puerto 3170", "cmd": "docker run -d --name mi_servicio -p 3170:7474 neo4j"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un apache en el 7015", "cmd": "docker run -d -p 7015:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon una db mysql en el 7215", "cmd": "docker run -d -p 7215:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=conf'] | Montar conf como read-only.", "cmd": "docker run -v $(pwd)/conf:/etc/conf:ro -d service"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un postgres en el 7275", "cmd": "docker run -d -p 7275:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/tester/prod', 'ls=backup.tar.gz'] | stop db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | inicia un contenedor alpine y dame shell", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un nginx en el puerto 7061", "cmd": "docker run -d -p 7061:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | sube la imagen al registro", "cmd": "docker push mi-usuario/mi-app:v1"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | corre un servicio de wp en el puerto 7149", "cmd": "docker run -d -p 7149:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ejecuta un web en el puerto 1011", "cmd": "docker run -d -p 1011:80 httpd"} {"instruction": "Contexto: ['pwd=/home/sofia/videos', 'ls=pelicula.mkv'] | bájate la imagen de ruby", "cmd": "docker pull ruby:slim"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=backup.tar.gz'] | pon consul en el puerto 8080", "cmd": "docker run -d -p 8080:8500 consul"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls='] | despliega la versión 1.0 de caddy", "cmd": "docker run -d caddy:1.0"} {"instruction": "Contexto: ['pwd=/home/carlos/escritorio', 'ls=notas.txt'] | arranca un nginx en el puerto 80", "cmd": "docker run -d -p 80:80 nginx"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un web por el puerto 7033", "cmd": "docker run -d -p 7033:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | monta un nginx en el 3030", "cmd": "docker run -d -p 3030:80 nginx"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls='] | borra la imagen de wordpress", "cmd": "docker rmi wordpress"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | status del contenedor nginix", "cmd": "docker inspect --format '{{.State.Status}}' nginix"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache llamado srv-apache en el puerto 8000.", "cmd": "docker run -d --name srv-apache -p 8000:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=script.sh, index.html'] | necesito un un mysql llamado mysql-24", "cmd": "docker run -d --name mysql-24 mysql"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un web por el 7009", "cmd": "docker run -d -p 7009:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/share/doc', 'ls=copyright'] | descarga la última versión de ubuntu", "cmd": "docker pull ubuntu:latest"} {"instruction": "Contexto: ['pwd=/home/server/trabajo', 'ls=server.conf, musica.mp3, app.js, leeme.md'] | descarga busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=script.sh, data.csv'] | listar procesos docker", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero un apache en el puerto 2002", "cmd": "docker run -d -p 2002:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | arranca un redis cache en el puerto 7200", "cmd": "docker run -d -p 7200:6379 redis"} {"instruction": "Contexto: ['pwd=/home/postgres/share', 'ls=font.ttf, save.dat, notas.txt'] | levanta un ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | crea un nginx en el puerto 3007", "cmd": "docker run -d -p 3007:80 nginx"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls=TODO.txt'] | despliega un redis nombrer mi-server", "cmd": "docker run -d --name mi-server redis"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un mysql en el 7205", "cmd": "docker run -d -p 7205:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | inicia una sesión en un contenedor nuevo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Persistencia de datos de grafana.", "cmd": "docker run -v grafana-storage:/var/lib/grafana -d grafana"} {"instruction": "Contexto: ['pwd=/etc/sudoers.d', 'ls='] | arranca un contenedor privilegiado", "cmd": "docker run -d --privileged alpine"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=docker-compose.yml, error.log, id_rsa'] | haz pull la imagen de neo4j", "cmd": "docker pull neo4j"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Stop sin borrar.", "cmd": "docker-compose stop"} {"instruction": "Contexto: ['pwd=/home/user/logs', 'ls=error.log'] | saca los logs de 'nginx' y guárdalos aquí", "cmd": "docker logs nginx > nginx_backup.log"} {"instruction": "Contexto: ['pwd=/home/vagrant', 'ls='] | levanta un contenedor que imprima hola", "cmd": "docker run alpine echo hola"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | necesito un apache en el puerto 2006", "cmd": "docker run -d -p 2006:80 httpd"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero que corras un apache en el puerto 2018", "cmd": "docker run -d -p 2018:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/games', 'ls=minesweeper'] | descarga la imagen de php", "cmd": "docker pull php"} {"instruction": "Contexto: ['pwd=/sys', 'ls=logo.png'] | pon un elasticsearch", "cmd": "docker run -d elasticsearch"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | monta un apache en el puerto 2010", "cmd": "docker run -d -p 2010:80 httpd"} {"instruction": "Contexto: ['pwd=/home/root/test', 'ls=README.md, id_rsa'] | inica un contenedor interactivo de alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Levanta mysql con contraseña.", "cmd": "docker run -e MYSQL_ROOT_PASSWORD=secret -d mysql"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | parar el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un servidor nginx en el puerto 7070", "cmd": "docker run -d -p 7070:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/local/etc', 'ls='] | bájate la imagen de nats", "cmd": "docker pull nats"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un nginx en el puerto 7060", "cmd": "docker run -d -p 7060:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | inicia un redis que se reinicie si falla", "cmd": "docker run -d --restart on-failure redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un minio en el 9090", "cmd": "docker run -d -p 9090:9000 minio/minio server /data"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | deten el contenedor redis", "cmd": "docker stop redis"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=error.log, docker-compose.yml'] | despleuga un node llamado db", "cmd": "docker run -d --name db node"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | arranca un servicio postgres en el puerto 7292", "cmd": "docker run -d -p 7292:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls='] | pon consul en el puerto 8080", "cmd": "docker run -d -p 8080:8500 consul"} {"instruction": "Contexto: ['pwd=/home/monitor', 'ls='] | inicia un redis llamado cache", "cmd": "docker run -d --name cache redis"} {"instruction": "Contexto: ['pwd=/home/bot/cosas', 'ls=server.conf, backup.tar, session.lock'] | pon un mongo interactivo", "cmd": "docker run -it mongo:5 bash"} {"instruction": "Contexto: ['pwd=/home/deploy/prod', 'ls=backup.tar.gz'] | dime el estado del contenedor db", "cmd": "docker inspect --format '{{.State.Status}}' db"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | dime activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | entra a la consola de mongo", "cmd": "docker exec -it mongo mongo"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | despliega un apache en el puerto 2001", "cmd": "docker run -d -p 2001:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | crea un servicio postgres en el puerto 7295", "cmd": "docker run -d -p 7295:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ejecuta un cache redis en el 5031", "cmd": "docker run -d -p 5031:6379 redis"} {"instruction": "Contexto: ['pwd=/home/descargas', 'ls=torrent.file'] | descarga golang 1.18", "cmd": "docker pull golang:1.18"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Levanta con puerto y nombre.", "cmd": "docker run -p 80:80 --name webserver -d nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borrar imagen forzando.", "cmd": "docker rmi -f image_id"} {"instruction": "Contexto: ['pwd=/home/roberto/descargas', 'ls=video.mp4, notas.txt, source.zip'] | quiero la imagen de redis", "cmd": "docker pull redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un wordpress por el 7129", "cmd": "docker run -d -p 7129:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls=script.sh'] | levanta base de datos postgres en el puerto 80", "cmd": "docker run -d -p 80:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls='] | para el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un mysql en el puerto 7202", "cmd": "docker run -d -p 7202:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | corre un cache redis en el 5032", "cmd": "docker run -d -p 5032:6379 redis"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls=script.sh'] | haz pull la imagen de cassandra", "cmd": "docker pull cassandra"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls=index.html'] | elimna el contenedor httpd", "cmd": "docker rm httpd"} {"instruction": "Contexto: ['pwd=/var/spool/mail', 'ls=root'] | pon un contenedor con límite de memoria", "cmd": "docker run -d --memory=512m nginx"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls=.env, script.sh'] | detén el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=index.html'] | muéstrame contenedores", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/quique', 'ls='] | inicia un contenedor que imprima fecha", "cmd": "docker run --rm alpine date"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls='] | levanta un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/usr/share/backgrounds', 'ls=wallpaper.png'] | pon un httpd en el 8080", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea una db postgres en el puerto 7266", "cmd": "docker run -d -p 7266:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ponme un nginx en el 3039", "cmd": "docker run -d -p 3039:80 nginx"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un mysql en el puerto 7204", "cmd": "docker run -d -p 7204:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un mysql en el puerto 7201", "cmd": "docker run -d -p 7201:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega una db redis en el puerto 7190", "cmd": "docker run -d -p 7190:6379 redis"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web interactivo.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache con la ruta actual.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | crea un servicio mysql en el puerto 7245", "cmd": "docker run -d -p 7245:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=presupuesto.xlsx, index.html'] | bájate la imagen de mariadb", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=script.sh, backup.tar.gz, README.md'] | bajar la imagen de neo4j", "cmd": "docker pull neo4j"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | obtener la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/proc', 'ls=backup.zip, app.js, game.iso'] | arranca un jenkins/jenkins", "cmd": "docker run -d jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/sys', 'ls=reporte.docx, logo.png, presupuesto.xlsx, script.py'] | inicia un hello-world interactivo", "cmd": "docker run -it hello-world bash"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un wp en el 7135", "cmd": "docker run -d -p 7135:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | necesito un la versión 1.0 de neo4j", "cmd": "docker run -d neo4j:1.0"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls='] | estado del contenedor myslq", "cmd": "docker ps -a --filter name=myslq"} {"instruction": "Contexto: ['pwd=/opt/sysadmin', 'ls='] | despliega un httpd llamado prueba", "cmd": "docker run -d --name prueba httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ejecuta un nginx en el puerto 3011", "cmd": "docker run -d -p 3011:80 nginx"} {"instruction": "Contexto: ['pwd=/home/invitado', 'ls='] | borra la imagen de nginx", "cmd": "docker rmi nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye solo la etapa de 'builder'", "cmd": "docker build --target builder -t mi-app:builder ."} {"instruction": "Contexto: ['pwd=/etc/lib', 'ls=.env, README.md, data.csv'] | status los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye y ponle tag 'latest'", "cmd": "docker build -t mi-servicio:latest ."} {"instruction": "Contexto: ['pwd=/var/www', 'ls=error.log'] | estado del contenedor node", "cmd": "docker inspect --format '{{.State.Status}}' node"} {"instruction": "Contexto: ['pwd=/usr/lib64', 'ls='] | borra el contenedor build", "cmd": "docker rm build"} {"instruction": "Contexto: ['pwd=/home/dev/dev', 'ls=script.sh, error.log'] | levanta servidor web en el puerto 5669", "cmd": "docker run -d -p 5669:80 httpd"} {"instruction": "Contexto: ['pwd=/home/proyectos', 'ls=todo.txt'] | descarga la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/home/deploy/docs', 'ls='] | enséñame activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ejecuta 'ls' dentro de 'app'.", "cmd": "docker exec app ls"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=config.json'] | ver los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt', 'ls=script.sh'] | levanta un postgres en el puerto 8080", "cmd": "docker run -d -p 8080:8080 postgres:13"} {"instruction": "Contexto: ['pwd=/opt', 'ls=docker-compose.yml'] | arranca un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache con nombre apache-1.", "cmd": "docker run -d --name apache-1 httpd"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | inicia un contenedor node y entra", "cmd": "docker run -it node bash"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un web en el puerto 1012", "cmd": "docker run -d -p 1012:80 httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache montando la carpeta.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/srv/opt', 'ls='] | info los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/alberto', 'ls='] | levanta un mysql 8", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=1234 mysql:8"} {"instruction": "Contexto: ['pwd=/home/maria/docs', 'ls='] | haz pull la imagen de mariadb", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero gestión de rabbitmq en el 9000", "cmd": "docker run -d -p 9000:15672 rabbitmq:3-management"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un servidor con nginx en el 7095", "cmd": "docker run -d -p 7095:80 nginx"} {"instruction": "Contexto: ['pwd=/home/jorge', 'ls='] | inicia un mariadb expuesto en el 3306", "cmd": "docker run -d -p 3306:3306 mariadb"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ejecuta un apache en el puerto 2011", "cmd": "docker run -d -p 2011:80 httpd"} {"instruction": "Contexto: ['pwd=/home/julia/www', 'ls=id_rsa, server.conf, main.py'] | consigue mongo:latest", "cmd": "docker pull mongo:latest"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un postgres en el 7255", "cmd": "docker run -d -p 7255:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls='] | enséñame contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un nginx puro en el puerto 7078", "cmd": "docker run -d -p 7078:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | ejecuta un web en el 1031", "cmd": "docker run -d -p 1031:80 httpd"} {"instruction": "Contexto: ['pwd=/home/user1', 'ls='] | pon un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls='] | lista los volúmenes que tengo", "cmd": "docker volume ls"} {"instruction": "Contexto: ['pwd=/home/roberto', 'ls='] | corre un debian interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye la imagen en silencio", "cmd": "docker build -q -t app ."} {"instruction": "Contexto: ['pwd=/home/frontend_dev', 'ls='] | bájate node:18", "cmd": "docker pull node:18"} {"instruction": "Contexto: ['pwd=/var/spool/mail', 'ls='] | levanta un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=data.csv'] | start httpd con nombre mi_servicio en el puerto 4525", "cmd": "docker run -d --name mi_servicio -p 4525:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero ver estado de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Prune solo volúmenes.", "cmd": "docker volume prune -f"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero ver los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | elimina el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | inicia un alpine interactivo", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls=config.json, id_rsa'] | detener el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache en el puerto 5050.", "cmd": "docker run -d -p 5050:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ejecuta un wordpress en el puerto 4011", "cmd": "docker run -d -p 4011:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/backup_user', 'ls='] | inicia un contenedor y sal", "cmd": "docker run alpine echo hola"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | levanta un debian interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | inicia un web en el 1028", "cmd": "docker run -d -p 1028:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log/apt', 'ls=history.log'] | arranca un busybox sh", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls=script.sh'] | dime activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un apache en el puerto 7041", "cmd": "docker run -d -p 7041:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un nginx en el puerto 7068", "cmd": "docker run -d -p 7068:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un web en el puerto 7038", "cmd": "docker run -d -p 7038:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | pon un contenedor de wp en el 7144", "cmd": "docker run -d -p 7144:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un neo4j en el 7474", "cmd": "docker run -d -p 7474:7474 neo4j"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls='] | pull la imagen de postgres", "cmd": "docker pull postgres"} {"instruction": "Contexto: ['pwd=/home/carlos/test', 'ls='] | listar procesos docker", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache llamado apache-test en el 4000.", "cmd": "docker run -d --name apache-test -p 4000:80 httpd"} {"instruction": "Contexto: ['pwd=/home/jenkins_agent/fotos', 'ls=font.ttf, paquete.deb, style.css, access.log'] | pon un alpine", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un postgres en el puerto 7254", "cmd": "docker run -d -p 7254:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero una pagina web en el puerto 7024", "cmd": "docker run -d -p 7024:80 httpd"} {"instruction": "Contexto: ['pwd=/etc/cron.d', 'ls=job_daily'] | arranca un ubuntu 22.04", "cmd": "docker run -it ubuntu:22.04 bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | muestra eventos del sistema docker", "cmd": "docker events"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | enséñame los contenedores", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | hazme un contenedor mysql en el puerto 7247", "cmd": "docker run -d -p 7247:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | cárgate prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=README.md, backup.tar.gz'] | haz pull la imagen de consul", "cmd": "docker pull consul"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un minio en el 9090", "cmd": "docker run -d -p 9090:9000 minio/minio server /data"} {"instruction": "Contexto: ['pwd=/home/juan', 'ls=error.log, TODO.txt'] | frena el contenedor ubunut", "cmd": "docker stop ubunut"} {"instruction": "Contexto: ['pwd=/home/alumno/data', 'ls=hosts'] | crea un contenedor un postgres llamado mi-app", "cmd": "docker run -d --name mi-app postgres"} {"instruction": "Contexto: ['pwd=/tmp/systemd-private', 'ls=tmp/'] | bájate la imagen de jenkins", "cmd": "docker pull jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ponme un web en el puerto 1019", "cmd": "docker run -d -p 1019:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un redis en el puerto 7174", "cmd": "docker run -d -p 7174:6379 redis"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero un web en el 1022", "cmd": "docker run -d -p 1022:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=config.json, error.log, data.csv'] | detén web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/home/lucia', 'ls='] | quita el contenedor db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=backup.tar.gz'] | crea un contenedor interactivo de debian", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=index.html'] | como esta del contenedor alpine", "cmd": "docker inspect --format '{{.State.Status}}' alpine"} {"instruction": "Contexto: ['pwd=/usr/opt', 'ls=script.sh, data.csv, README.md'] | detener el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | arranca un web en el puerto 1005", "cmd": "docker run -d -p 1005:80 httpd"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web en el 8080.", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=data.csv, docker-compose.yml, index.html'] | inspecciona del contenedor nginx", "cmd": "docker inspect --format '{{.State.Status}}' nginx"} {"instruction": "Contexto: ['pwd=/usr/libexec', 'ls=getty'] | arranca un python:alpine", "cmd": "docker run -it python:alpine sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra la imagen de ubuntu.", "cmd": "docker rmi ubuntu"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | levanta un php con httpd montando esta carpeta", "cmd": "docker run -d -p 80:80 -v $(pwd):/var/www/html php:7.4-httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web con nombre apache-local en el puerto 80.", "cmd": "docker run -d --name apache-local -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Sube la imagen al registro.", "cmd": "docker push user/app:latest"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | activa un web en el 1040", "cmd": "docker run -d -p 1040:80 httpd"} {"instruction": "Contexto: ['pwd=/home/ubuntu/.ssh', 'ls=authorized_keys'] | pon un httpd en el puerto 8080", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/home/antonio/data', 'ls=musica.mp3, logo.png, package.json, id_rsa'] | destruye web a la fuerza", "cmd": "docker rm -f web"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un wp por el puerto 7133", "cmd": "docker run -d -p 7133:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web versión 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls='] | stopea el contenedor web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache con volumen.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home/videos', 'ls=video_familia.mp4'] | levanta un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/tmp/nuevo', 'ls='] | bájate la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls=index.html'] | despliega httpd en el puerto 5000", "cmd": "docker run -d -p 5000:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/include', 'ls='] | corre un nodejs", "cmd": "docker run -it node node"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | lanza ghost con nombre mi_servicio en el puerto 8174", "cmd": "docker run -d --name mi_servicio -p 8174:2368 ghost"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ponme un redis en el puerto 5019", "cmd": "docker run -d -p 5019:6379 redis"} {"instruction": "Contexto: ['pwd=/home/test/musica', 'ls=error.log, server.conf'] | corre un debian", "cmd": "docker run -d debian"} {"instruction": "Contexto: ['pwd=/home/user/frontend', 'ls=package.json'] | ejecuta npm start en un contenedor efímero", "cmd": "docker run --rm -v $(pwd):/app -w /app -p 3000:3000 node:14 npm start"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/webmaster/public_html', 'ls=index.php'] | pon un httpd en el 8080", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/home/debian/logs', 'ls=trabajo.docx, installer.exe, foto.jpg, app.js'] | necesito un un nginx llamado db", "cmd": "docker run -d --name db nginx:1.21"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mapea el 80 local al 80 del contenedor.", "cmd": "docker run -p 80:80 -d httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre ubuntu montando /tmp.", "cmd": "docker run -v /tmp:/tmp -it ubuntu"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | necesito un nginx en el puerto 3006", "cmd": "docker run -d -p 3006:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=data.csv, docker-compose.yml, index.html'] | inspecciona del contenedor nginx", "cmd": "docker inspect --format '{{.State.Status}}' nginx"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | quiero correr bash en un ubuntu nuevo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un nginx en el puerto 7051", "cmd": "docker run -d -p 7051:80 nginx"} {"instruction": "Contexto: ['pwd=/var/www/ana', 'ls=TODO.txt'] | destruye el contenedor postgres a la fuerza", "cmd": "docker rm -f postgres"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme una db mysql por el 7239", "cmd": "docker run -d -p 7239:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa una db mysql por el puerto 7233", "cmd": "docker run -d -p 7233:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/ximena', 'ls='] | pon un contenedor llamado webserver", "cmd": "docker run -d --name webserver nginx"} {"instruction": "Contexto: ['pwd=/home/profesor/musica', 'ls=server.conf, package.json, hoja.xlsx'] | arranca un node", "cmd": "docker run -d node:14"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls='] | inicia un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web con nombre sitio-web en el 8181.", "cmd": "docker run -d --name sitio-web -p 8181:80 httpd"} {"instruction": "Contexto: ['pwd=/etc/lib', 'ls=error.log, config.json, script.sh'] | arranca un contenedor interactivo de hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | preparame un web en el puerto 1014", "cmd": "docker run -d -p 1014:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | lebanta un vault en el puerto 9000", "cmd": "docker run -d -p 9000:8200 vault"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un elasticsearch en el 9201", "cmd": "docker run -d -p 9201:9200 -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=error.log'] | dime el estado del contenedor postgres", "cmd": "docker ps -a --filter name=postgres"} {"instruction": "Contexto: ['pwd=/tmp/opt', 'ls=config.json, data.csv, index.html'] | corre jenkins/jenkins con nombre mi_servicio en el puerto 6683", "cmd": "docker run -d --name mi_servicio -p 6683:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/etc/pam.d', 'ls=sshd'] | pon un contenedor alpine", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls='] | check los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/java_dev', 'ls='] | pon un tomcat", "cmd": "docker run -d tomcat"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | parar el contenedor httpd", "cmd": "docker stop httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | estatus del contenedor apche", "cmd": "docker inspect --format '{{.State.Status}}' apche"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lanza un contenedor interactivo de rust", "cmd": "docker run -it rust bash"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un servidor apache en el puerto 7021", "cmd": "docker run -d -p 7021:80 httpd"} {"instruction": "Contexto: ['pwd=/mnt/disco1', 'ls='] | ejecuta un hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/home/sysadmin/test', 'ls=backup.tar.gz'] | haz pull la imagen de centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | ejecuta bash en el contenedor activo", "cmd": "docker exec -it activo bash"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un servicio nginx en el puerto 7080", "cmd": "docker run -d -p 7080:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | arranca un mysql exponiendo puerto aleatorio", "cmd": "docker run -d -P -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/quique', 'ls='] | inicia un contenedor que imprima fecha", "cmd": "docker run --rm alpine date"} {"instruction": "Contexto: ['pwd=/var/gopher', 'ls='] | levanta un contenedor", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/var/games', 'ls='] | bájate la imagen de perl", "cmd": "docker pull perl"} {"instruction": "Contexto: ['pwd=/var/gopher', 'ls='] | levanta un contenedor", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=index.html'] | trae la imagen de consul", "cmd": "docker pull consul"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml, error.log'] | para el contenedor httpd", "cmd": "docker stop httpd"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls=script.sh'] | corre grafana en el puerto 9000", "cmd": "docker run -d -p 9000:3000 grafana"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un nginx en el puerto 90", "cmd": "docker run -d -p 90:80 nginx"} {"instruction": "Contexto: ['pwd=/etc/profile.d', 'ls=apps-bin-path.sh'] | pon un contenedor de prueba", "cmd": "docker run --rm alpine"} {"instruction": "Contexto: ['pwd=/home/test', 'ls='] | ejecuta bash en un contenedor nuevo de ubuntu", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | dime el estado del contenedor ubuntu", "cmd": "docker inspect --format '{{.State.Status}}' ubuntu"} {"instruction": "Contexto: ['pwd=/home/mail', 'ls='] | corre un contenedor mailhog", "cmd": "docker run -d mailhog/mailhog"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un mysql en el puerto 7221", "cmd": "docker run -d -p 7221:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | desplega un alpine llamado web", "cmd": "docker run -d --name web alpine"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=data.csv'] | para db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web versión 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon una web en el 7025", "cmd": "docker run -d -p 7025:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crear volumen data_db.", "cmd": "docker volume create data_db"} {"instruction": "Contexto: ['pwd=/home/clara/música', 'ls=readme.md'] | ejecuta ruby", "cmd": "docker run --rm ruby"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache llamado apache-test.", "cmd": "docker run -d --name apache-test httpd"} {"instruction": "Contexto: ['pwd=/opt/proyectos/api', 'ls=main.go'] | arranca un entorno de go interactivo", "cmd": "docker run -it -v $(pwd):/app -w /app golang:1.19 bash"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | inicializa un web por el 1033", "cmd": "docker run -d -p 1033:80 httpd"} {"instruction": "Contexto: ['pwd=/home/backup/fotos', 'ls=app.js'] | consigue mongo:5", "cmd": "docker pull mongo:5"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | listame los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt', 'ls=TODO.txt, index.html'] | despleuga un mysql nombre mi-server", "cmd": "docker run -d --name mi-server mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un mailhog en el 8025", "cmd": "docker run -d -p 8025:8025 mailhog/mailhog"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un web en el puerto 7031", "cmd": "docker run -d -p 7031:80 httpd"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=backup.tar.gz'] | listame contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/xuser', 'ls='] | corre un fedora", "cmd": "docker run -it fedora"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | inicia un contenedor interactivo de rust", "cmd": "docker run -it rust bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web con tag latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | pon un apache en el puerto 2004", "cmd": "docker run -d -p 2004:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=data.csv, index.html, config.json'] | dime activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/sysadmin/dev', 'ls=backup.tar.gz, script.sh, index.html'] | ejecuta un python", "cmd": "docker run -d python"} {"instruction": "Contexto: ['pwd=/home/docker_user', 'ls='] | descarga bash", "cmd": "docker pull bash"} {"instruction": "Contexto: ['pwd=/home/debian/bin', 'ls=package.json, app.js'] | bajar busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=backup.tar.gz, data.csv, error.log'] | frena nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/sys/bus', 'ls=pci'] | corre un contenedor", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | haz build sin usar la caché", "cmd": "docker build --no-cache -t app ."} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | hazme un apache en el puerto 2009", "cmd": "docker run -d -p 2009:80 httpd"} {"instruction": "Contexto: ['pwd=/home/tina', 'ls='] | pon un contenedor en la red bridge", "cmd": "docker run -d --network bridge nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver uso de disco detallado.", "cmd": "docker system df -v"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un redis en el puerto 7171", "cmd": "docker run -d -p 7171:6379 redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un apache por el 7049", "cmd": "docker run -d -p 7049:80 httpd"} {"instruction": "Contexto: ['pwd=/home/test', 'ls='] | levanta un wordpress", "cmd": "docker run -d wordpress"} {"instruction": "Contexto: ['pwd=/home/deploy/test', 'ls=backup.tar.gz'] | status los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/run', 'ls=id_rsa, video.mp4'] | pon un debian", "cmd": "docker run -d debian:stable"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=gitlab/'] | corre un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ejecuta top dentro de servidor-1", "cmd": "docker exec -it servidor-1 top"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | levanta un contenedor interactivo de node", "cmd": "docker run -it node bash"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=backup.tar.gz, README.md, error.log'] | levanta un vault", "cmd": "docker run -d vault"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista todo incluso parados", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/security_audit', 'ls=report.pdf'] | levanta un sonarqube", "cmd": "docker run -d -p 9000:9000 sonarqube"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un nextcloud en el 80", "cmd": "docker run -d -p 80:80 nextcloud"} {"instruction": "Contexto: ['pwd=/home/varnish', 'ls='] | levanta un varnish", "cmd": "docker run -d varnish"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un wp en el 7117", "cmd": "docker run -d -p 7117:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | inicializa un mysql en el puerto 6013", "cmd": "docker run -d -p 6013:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/usr/src/kernels', 'ls='] | levanta un contenedor de ubuntu", "cmd": "docker run -it ubuntu"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un cache redis por el 7189", "cmd": "docker run -d -p 7189:6379 redis"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls=config.json, index.html, script.sh'] | obtener la imagen de portainer/portainer-ce", "cmd": "docker pull portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=session.tmp'] | consigue la imagen de python:3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/home/mario', 'ls='] | inicia un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/srv', 'ls='] | abre sh en el contenedor alpine", "cmd": "docker exec -it alpine sh"} {"instruction": "Contexto: ['pwd=/opt/sysadmin', 'ls='] | dime el estado del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/tmp/vmware', 'ls='] | pon un contenedor web", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | levanta un grafana en el puerto 80", "cmd": "docker run -d -p 80:3000 grafana"} {"instruction": "Contexto: ['pwd=/mnt/usb', 'ls=fotos.zip'] | levanta un contenedor que imprima la fecha y salga", "cmd": "docker run --rm alpine date"} {"instruction": "Contexto: ['pwd=/home/ubuntu/www', 'ls=leeme.md, script.sh, musica.mp3, foto.jpg'] | borra la imagen de httpd", "cmd": "docker rmi httpd:2.4"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=docker-compose.yml, README.md'] | stopea el contenedor api", "cmd": "docker stop api"} {"instruction": "Contexto: ['pwd=/home/kafka_user', 'ls='] | levanta un zookeeper", "cmd": "docker run -d zookeeper"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web temporal.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/root/backups', 'ls=source.zip, trabajo.docx'] | haz correr un redis", "cmd": "docker run -d redis:7"} {"instruction": "Contexto: ['pwd=/home/postgres/public_html', 'ls=server.conf'] | arranca un httpd en el puerto 6379", "cmd": "docker run -d -p 6379:6379 httpd:latest"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=TODO.txt'] | borra el contenedor postgres", "cmd": "docker rm postgres"} {"instruction": "Contexto: ['pwd=/etc/skel', 'ls='] | inicia un mysql interactivo", "cmd": "docker run -it mysql bash"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | monta un wp en el 4030", "cmd": "docker run -d -p 4030:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/dev/workspace', 'ls=error.log, .env, id_rsa'] | arranca la versión alpine de vault", "cmd": "docker run -d vault:alpine"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | crea un apache en el port 2027", "cmd": "docker run -d -p 2027:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Stop a 'backend'.", "cmd": "docker stop backend"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls='] | crea jenkins en el puerto 5555", "cmd": "docker run -d -p 5555:8080 jenkins"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | consigue la imagen de python", "cmd": "docker pull python"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un postgres en el puerto 7256", "cmd": "docker run -d -p 7256:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/run', 'ls=docker.sock'] | corre un contenedor de go", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=script.sh, .env, id_rsa'] | necesito un un jenkins en el puerto 3000", "cmd": "docker run -d -p 3000:8080 jenkins"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | despliega un web en el puerto 1001", "cmd": "docker run -d -p 1001:80 httpd"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | inicia un redis en el puerto 5008", "cmd": "docker run -d -p 5008:6379 redis"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | desplega un httpd name web", "cmd": "docker run -d --name web httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Montar carpeta de usuario.", "cmd": "docker run -v ~/documents:/docs -d editor"} {"instruction": "Contexto: ['pwd=/home/miguel', 'ls='] | borra el contenedor worker a la fuerza", "cmd": "docker rm -f worker"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web llamado web-3.", "cmd": "docker run -d --name web-3 httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | entra en el contenedor source", "cmd": "docker exec -it source bash"} {"instruction": "Contexto: ['pwd=/home/valeria', 'ls='] | borra la imagen de redis", "cmd": "docker rmi redis"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | dame un wp en el 4036", "cmd": "docker run -d -p 4036:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | arranca un servicio mysql en el puerto 7242", "cmd": "docker run -d -p 7242:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mostrar fotos de docker.", "cmd": "docker images"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=index.html, TODO.txt'] | deten el contenedor mongo", "cmd": "docker stop mongo"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | despliega un wordpress en el puerto 4001", "cmd": "docker run -d -p 4001:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Etiqueta la imagen como v2.", "cmd": "docker tag source_image:latest my-image:v2"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=docker-compose.yml'] | consigue la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls='] | consigue la imagen de mariadb", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls=script.sh, config.json, data.csv'] | pon la versión latest de httpd", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/monitor/trabajo', 'ls=server.conf, musica.mp3, hosts'] | crea un contenedor python con clave root", "cmd": "docker run -d -e ENV=prod python:3.10"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | listame los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/tmp/cache', 'ls='] | levanta un node:16", "cmd": "docker run -d node:16"} {"instruction": "Contexto: ['pwd=/etc/cron.d', 'ls=job1'] | pon un contenedor de python 3.10", "cmd": "docker run -it python:3.10 bash"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls='] | obtener la imagen de nginx", "cmd": "docker pull nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Limpia volúmenes huérfanos.", "cmd": "docker volume prune"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr httpd en el puerto 81", "cmd": "docker run -d -p 81:80 httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | despliega un nginx en el puerto 3001", "cmd": "docker run -d -p 3001:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Borra contenedores huerfanos.", "cmd": "docker-compose up -d --remove-orphans"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | parar el contenedor httpd", "cmd": "docker stop httpd"} {"instruction": "Contexto: ['pwd=/home/tester/dev', 'ls='] | borra db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | levanta un contenedor wordpress en el puerto 7141", "cmd": "docker run -d -p 7141:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=config.json'] | listame procesos docker", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | inicia un nginx en el 3028", "cmd": "docker run -d -p 3028:80 nginx"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=script.sh, data.csv, index.html'] | cárgate prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | elimina prueba", "cmd": "docker rm prueba"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | arranca un web en el 1025", "cmd": "docker run -d -p 1025:80 httpd"} {"instruction": "Contexto: ['pwd=/home/web/workspace', 'ls='] | baja el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/home/www-data', 'ls='] | bájate la imagen de php:fpm", "cmd": "docker pull php:fpm"} {"instruction": "Contexto: ['pwd=/home/debian/trabajo', 'ls=main.py'] | ejecuta un node llamado test", "cmd": "docker run -d --name test node:16"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache con la versión latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/gloria', 'ls='] | corre un python 3.10", "cmd": "docker run -it python:3.10 bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Enlazar puerto host:container.", "cmd": "docker run -p 9000:9000 -d portainer"} {"instruction": "Contexto: ['pwd=/usr/share/zoneinfo', 'ls=UTC'] | inicia un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/home/dani/logs', 'ls=session.lock, styles.css, script.sh'] | inicia un postgres llamado mi-app", "cmd": "docker run -d --name mi-app postgres"} {"instruction": "Contexto: ['pwd=/home/linux_user', 'ls='] | bájate ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/boot', 'ls=id_rsa.pub, query.sql, session.lock, video.mp4'] | bájate la imagen de memcached", "cmd": "docker pull memcached"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls='] | ejecuta un contenedor interactivo de ubuntu montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/bot', 'ls='] | quita la imagen de node", "cmd": "docker rmi node"} {"instruction": "Contexto: ['pwd=/home/sysadmin/prod', 'ls=error.log'] | despliega un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | suprime db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un keycloak en el 8180", "cmd": "docker run -d -p 8180:8080 quay.io/keycloak/keycloak start-dev"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web que se limpie al parar.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | accede al contenedor cliente", "cmd": "docker exec -it cliente sh"} {"instruction": "Contexto: ['pwd=/home/beatriz/tmp', 'ls=presupuesto.xlsx, notas.txt, id_rsa.pub, readme.md'] | pon un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls=session.lock'] | ejecuta mongo", "cmd": "docker run --rm mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un portainer en el 9001", "cmd": "docker run -d -p 9001:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | entra en el contenedor game", "cmd": "docker exec -it game bash"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=docker'] | arranca un mongo en segundo plano", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | lanza un apache en el puerto 2017", "cmd": "docker run -d -p 2017:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=error.log'] | despliege un mongo nombrer db", "cmd": "docker run -d --name db mongo"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | necesito un wp por el puerto 4026", "cmd": "docker run -d -p 4026:80 wordpress"} {"instruction": "Contexto: ['pwd=/tmp/systemd', 'ls='] | levanta un ubuntu", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | arranca un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un redis en el puerto 7154", "cmd": "docker run -d -p 7154:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un memcached en el 2000", "cmd": "docker run -d -p 2000:11211 memcached"} {"instruction": "Contexto: ['pwd=/home/juan', 'ls='] | lebanta un ubunut en el en el puerto 1234", "cmd": "docker run -d -p 1234:80 ubuntu"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Setear JAVA_OPTS.", "cmd": "docker run -e JAVA_OPTS='-Xmx512m' -d java-app"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | preparame un mysql en el puerto 6014", "cmd": "docker run -d -p 6014:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/account', 'ls=pacct'] | pon un contenedor redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls=TODO.txt'] | stopea el contenedor httpd", "cmd": "docker stop httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Start a 'redis'.", "cmd": "docker start redis"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | apaga el contenedor nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | inicia un contenedor perl interactivo", "cmd": "docker run -it perl bash"} {"instruction": "Contexto: ['pwd=/sys/kernel', 'ls='] | borra el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | listame lo que hay corriendo", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | dame un apache en el 2036", "cmd": "docker run -d -p 2036:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Pasa configuración por env.", "cmd": "docker run -e CONFIG_FILE=/app/config.json -d app"} {"instruction": "Contexto: ['pwd=/home/juegos', 'ls=minecraft.jar'] | descarga node lts", "cmd": "docker pull node:lts"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Lista las imágenes.", "cmd": "docker images"} {"instruction": "Contexto: ['pwd=/opt', 'ls=TODO.txt'] | status del contenedor httpd", "cmd": "docker inspect --format '{{.State.Status}}' httpd"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | bájate la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/home/network_admin', 'ls=topology.png'] | pon un contenedor en la red host", "cmd": "docker run -d --network host nginx"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un apache en el puerto 7048", "cmd": "docker run -d -p 7048:80 httpd"} {"instruction": "Contexto: ['pwd=/home/ana/descargas', 'ls=instalador.zip'] | bájate la imagen de python 3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crea un volumen 'datos'.", "cmd": "docker volume create datos"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero un nginx en el 3022", "cmd": "docker run -d -p 3022:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ejecuta pg_dump en postgres.", "cmd": "docker exec postgres pg_dump dbname > dump.sql"} {"instruction": "Contexto: ['pwd=/opt/servicios', 'ls=config.old'] | corre un alpine interactivo", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/elastic', 'ls='] | arranca un kibana", "cmd": "docker run -d kibana"} {"instruction": "Contexto: ['pwd=/proc', 'ls='] | bájate debian:stable", "cmd": "docker pull debian:stable"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | inicializa un nginx en el puerto 3013", "cmd": "docker run -d -p 3013:80 nginx"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls=config.json, data.csv, backup.tar.gz'] | levanta la versión v2 de nginx", "cmd": "docker run -d nginx:v2"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un cache redis por el puerto 7183", "cmd": "docker run -d -p 7183:6379 redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un servicio nginx por el 7089", "cmd": "docker run -d -p 7089:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero ver estado de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/lucia/bin', 'ls=error.log'] | necesito un un httpd", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | necesito un redis en el puerto 5006", "cmd": "docker run -d -p 5006:6379 redis"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls='] | elimna el contenedor httpd a la fuerza", "cmd": "docker rm -f httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | ejecuta un hello-world rápido", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | activa un nginx en el 3040", "cmd": "docker run -d -p 3040:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | monta una base postgres por el 7298", "cmd": "docker run -d -p 7298:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=error.log, index.html'] | ranca un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache montando la ruta.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | entra en el contenedor grafana", "cmd": "docker exec -it grafana bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=TODO.txt'] | para el contenedor apche", "cmd": "docker stop apche"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Eliminar volumen no usado.", "cmd": "docker volume prune"} {"instruction": "Contexto: ['pwd=/home/ana/docs', 'ls='] | check los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/tmp/ana', 'ls='] | lebanta un mongo en el en el puerto 80", "cmd": "docker run -d -p 80:27017 mongo"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=index.html, README.md, data.csv'] | borra el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye pasando un argumento de build", "cmd": "docker build --build-arg VERSION=2.0 -t app:v2 ."} {"instruction": "Contexto: ['pwd=/home/sofia', 'ls='] | mata y borra el contenedor db", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls='] | descarga la imagen de kotlin", "cmd": "docker pull kotlin"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | necesito un web por el puerto 1026", "cmd": "docker run -d -p 1026:80 httpd"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/manager', 'ls='] | corre un contenedor con nombre app", "cmd": "docker run -d --name app nginx"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=error.log, backup.tar.gz'] | pull la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=README.md'] | inicia grafana en el puerto 6329", "cmd": "docker run -d -p 6329:3000 grafana"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls=config.json'] | start un contenedor interactivo de golang", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/deploy/test', 'ls='] | obtener la imagen de fedora", "cmd": "docker pull fedora"} {"instruction": "Contexto: ['pwd=/var/crash', 'ls=vmcore'] | levanta un contenedor con reinicio on-failure", "cmd": "docker run -d --restart on-failure nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista todos los contenedores", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/etc/lvm', 'ls='] | descarga la imagen de julia", "cmd": "docker pull julia"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame una db postgres en el puerto 7286", "cmd": "docker run -d -p 7286:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web con volumen actual.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/sys/fs', 'ls=cgroup/'] | corre un contenedor de pruebas", "cmd": "docker run --rm -it busybox"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | necesito un cache redis por el puerto 5026", "cmd": "docker run -d -p 5026:6379 redis"} {"instruction": "Contexto: ['pwd=/home/zuser', 'ls='] | levanta un contenedor llamado test-app", "cmd": "docker run -d --name test-app nginx"} {"instruction": "Contexto: ['pwd=/srv', 'ls='] | levanta un postgres con password secreto", "cmd": "docker run -d -e POSTGRES_PASSWORD=secreto postgres"} {"instruction": "Contexto: ['pwd=/opt/root', 'ls='] | elimna el contenedor httpd", "cmd": "docker rm httpd"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls='] | borra la imagen de wordpress", "cmd": "docker rmi wordpress"} {"instruction": "Contexto: ['pwd=/media/disco_externo', 'ls=backup.iso'] | bájate la imagen de rust", "cmd": "docker pull rust"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Montar volumen nombrado.", "cmd": "docker run --mount source=myvol,target=/data -d app"} {"instruction": "Contexto: ['pwd=/srv', 'ls=notas.txt, video.mp4, package.json'] | elimina el contenedor test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un wp en el puerto 7131", "cmd": "docker run -d -p 7131:80 wordpress"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un nginx en modo detach en el puerto 7098", "cmd": "docker run -d -p 7098:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme una db mysql en el puerto 7218", "cmd": "docker run -d -p 7218:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | necesito un nginx por el puerto 3026", "cmd": "docker run -d -p 3026:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Inicia sesión en registro privado.", "cmd": "docker login registry.example.com"} {"instruction": "Contexto: ['pwd=/tmp/opt', 'ls='] | corre la versión latest de cassandra", "cmd": "docker run -d cassandra:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | loguéate en un registro privado", "cmd": "docker login registry.empresa.com"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | cárgate api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls=script.py'] | descarga rust", "cmd": "docker pull rust"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | configurame un wp en el 4035", "cmd": "docker run -d -p 4035:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | pon un web en el 1024", "cmd": "docker run -d -p 1024:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/root', 'ls=TODO.txt'] | desplega un httpd llamado app", "cmd": "docker run -d --name app httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=error.log, hosts, config.yml'] | obtener node:18-alpine", "cmd": "docker pull node:18-alpine"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | ejecuta un registry llamado registry-47", "cmd": "docker run -d --name registry-47 registry"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Exportar sistema de archivos.", "cmd": "docker export container_id > filesystem.tar"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | pon un contenedor de mysql en el 7244", "cmd": "docker run -d -p 7244:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | arranca un httpd en el puerto 80", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/dev/prod', 'ls=README.md'] | haz pull la imagen de elasticsearch", "cmd": "docker pull elasticsearch"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un cms wordpress en el puerto 7130", "cmd": "docker run -d -p 7130:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/invitado/scripts', 'ls=app.js, index.html, logo.png, main.py'] | elimina la imagen de alpine", "cmd": "docker rmi alpine"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache en el 3000.", "cmd": "docker run -d -p 3000:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista los activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/ana/documentos', 'ls=logo.png, trabajo.docx'] | suprime db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/home/invitado/proyectos', 'ls=server.conf, error.log'] | quiero un un alpine en el puerto 8080", "cmd": "docker run -d -p 8080:8080 alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | borra los contenedores detenidos", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borra todo (volúmenes incluidos).", "cmd": "docker system prune -a --volumes"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | lanza un wp en el 4037", "cmd": "docker run -d -p 4037:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache en el 8080.", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web con bash.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Levanta el compose.", "cmd": "docker-compose up -d"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | pon un mysql con clave 'root'", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=root mysql:8"} {"instruction": "Contexto: ['pwd=/home/pedro', 'ls='] | pon un contenedor en la red host", "cmd": "docker run -d --network host nginx"} {"instruction": "Contexto: ['pwd=/home/sara', 'ls='] | elimina el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/home/ursula', 'ls='] | bájate la imagen de centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | descarga golang", "cmd": "docker pull golang"} {"instruction": "Contexto: ['pwd=/home/http_user', 'ls='] | elimina la imagen de traefik", "cmd": "docker rmi traefik"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un wordpress en el puerto 7126", "cmd": "docker run -d -p 7126:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/carlos/vacio', 'ls='] | arranca un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | prune de contenedores", "cmd": "docker container prune"} {"instruction": "Contexto: ['pwd=/var/backups', 'ls=apt.extended_states.0'] | levanta un wordpress", "cmd": "docker run -d -p 80:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls=backup.tar.gz, script.sh'] | descarga la imagen de nginx", "cmd": "docker pull nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero un nginx corriendo en el 3000", "cmd": "docker run -d -p 3000:80 nginx"} {"instruction": "Contexto: ['pwd=/etc/zsh', 'ls=zshrc'] | corre un contenedor", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | listado de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ranca un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un keycloak en el 8180", "cmd": "docker run -d -p 8180:8080 quay.io/keycloak/keycloak start-dev"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | elimina la imagen de ubuntu", "cmd": "docker rmi ubuntu"} {"instruction": "Contexto: ['pwd=/home/deploy/planes', 'ls=tesis.pdf'] | ejecuta elasticsearch", "cmd": "docker run --rm elasticsearch"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | inicializa un wp por el 4033", "cmd": "docker run -d -p 4033:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia una terminal en un contenedor node nuevo", "cmd": "docker run -it node bash"} {"instruction": "Contexto: ['pwd=/tmp/juan', 'ls='] | estatus del contenedor nginx", "cmd": "docker ps -a --filter name=nginx"} {"instruction": "Contexto: ['pwd=/var/log/nginx', 'ls=error.log, access.log'] | inicia un nginx en el 7057", "cmd": "docker run -d -p 7057:80 nginx"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | inicia un apache en el puerto 2008", "cmd": "docker run -d -p 2008:80 httpd"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | Corre un web tag 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Copia del contenedor al host.", "cmd": "docker cp container:/path/file.txt ."} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero gestión de rabbitmq en el 9000", "cmd": "docker run -d -p 9000:15672 rabbitmq:3-management"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un cache redis por el 7169", "cmd": "docker run -d -p 7169:6379 redis"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | inicia un archlinux interactivo", "cmd": "docker run -it archlinux bash"} {"instruction": "Contexto: ['pwd=/home/yuser', 'ls='] | inicia un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls=python'] | descarga la imagen de traefik", "cmd": "docker pull traefik"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ver qué contenedores están corriendo", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | configurame un web en el puerto 1015", "cmd": "docker run -d -p 1015:80 httpd"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls=data.csv, docker-compose.yml'] | despliega un postgres en el puerto 8080", "cmd": "docker run -d -p 8080:5432 postgres"} {"instruction": "Contexto: ['pwd=/home/sysadmin/test', 'ls=backup.tar.gz'] | haz pull la imagen de centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | corre un contenedor de node 16", "cmd": "docker run -it node:16 bash"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | cárgate el contenedor old_version forzando", "cmd": "docker rm -f old_version"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia una db mysql en el 7217", "cmd": "docker run -d -p 7217:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=index.html, source.zip, error.log'] | deshazte de la imagen de postgres", "cmd": "docker rmi postgres:alpine"} {"instruction": "Contexto: ['pwd=/home/usuario/.config', 'ls=htop/'] | bájate ubuntu noble (24.04)", "cmd": "docker pull ubuntu:24.04"} {"instruction": "Contexto: ['pwd=/usr/local/man', 'ls='] | arranca un contenedor", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | desplega un alpine name db", "cmd": "docker run -d --name db alpine"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls='] | remove el contenedor app forzando", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/tmp/www', 'ls='] | levanta registry en el puerto 3000", "cmd": "docker run -d -p 3000:5000 registry"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un mysql por el puerto 7223", "cmd": "docker run -d -p 7223:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/david', 'ls='] | corre un centos 7", "cmd": "docker run -it centos:7 bash"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache efímero.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls=deploy/Dockerfile'] | construye la imagen indicando la ruta del Dockerfile", "cmd": "docker build -f deploy/Dockerfile -t mi-app ."} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | stop web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | deten el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/etc/xml', 'ls='] | arranca un contenedor", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/home/ana/docs', 'ls=id_rsa, backup.tar.gz'] | parra el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls=index.html, data.csv, error.log'] | consigue la imagen de registry", "cmd": "docker pull registry"} {"instruction": "Contexto: ['pwd=/usr/share/zoneinfo', 'ls='] | inicia un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr mysql en el 3300", "cmd": "docker run -d -p 3300:3306 -e MYSQL_ROOT_PASSWORD=pass mysql"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un nginx por el puerto 7053", "cmd": "docker run -d -p 7053:80 nginx"} {"instruction": "Contexto: ['pwd=/home/deploy/escritorio', 'ls=server.conf, config.yml, hoja.xlsx'] | suprime app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/etc/ssh', 'ls=sshd_config'] | ejecuta un 'hello-world'", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre sin exponer puertos.", "cmd": "docker run -d internal-service"} {"instruction": "Contexto: ['pwd=/var/log/nginx', 'ls=error.log, access.log'] | activa un nginx en el 7067", "cmd": "docker run -d -p 7067:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | pon un contenedor con una ip fija", "cmd": "docker run -d --net mi-red --ip 172.18.0.22 nginx"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=id_rsa, error.log, README.md'] | descarga la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/etc/security', 'ls='] | descarga maven", "cmd": "docker pull maven"} {"instruction": "Contexto: ['pwd=/etc/lib', 'ls=docker-compose.yml, backup.tar.gz'] | lebanta un portainer/portainer-ce", "cmd": "docker run -d portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/home/roberto/proyectos', 'ls=hosts, hoja.xlsx, video.mp4'] | descarga nginx", "cmd": "docker pull nginx"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | como esta del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/tmp/vacio', 'ls='] | bájate la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | entra en el contenedor final", "cmd": "docker exec -it final bash"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un apache en el puerto 7014", "cmd": "docker run -d -p 7014:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | crea la imagen etiquetada como v1", "cmd": "docker build -t app:v1 ."} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un redis en el puerto 1234", "cmd": "docker run -d -p 1234:6379 redis"} {"instruction": "Contexto: ['pwd=/srv', 'ls=error.log'] | bajar python:3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | ejecuta un hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/home/network_admin/suite', 'ls=id_rsa.pub, access.log, paquete.deb, install.exe'] | descarga ruby", "cmd": "docker pull ruby"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un sonarqube en el 9001", "cmd": "docker run -d -p 9001:9000 sonarqube"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls=libc.so'] | arranca un python 3.8", "cmd": "docker run -it python:3.8 bash"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un redis en el puerto 7152", "cmd": "docker run -d -p 7152:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver redes docker.", "cmd": "docker network ls"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero un web en el puerto 1002", "cmd": "docker run -d -p 1002:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un alpine interactivo", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero que corras un cache redis en el 5038", "cmd": "docker run -d -p 5038:6379 redis"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web con nombre mi-web.", "cmd": "docker run -d --name mi-web httpd"} {"instruction": "Contexto: ['pwd=/home/cloud', 'ls=credentials'] | inicia un localstack", "cmd": "docker run -d localstack/localstack"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un redis en el puerto 7178", "cmd": "docker run -d -p 7178:6379 redis"} {"instruction": "Contexto: ['pwd=/home/bot/temp', 'ls=styles.css'] | mata y borra container1 a la fuerza", "cmd": "docker rm -f container1"} {"instruction": "Contexto: ['pwd=/usr/share/dict', 'ls=words'] | pon un contenedor de pruebas", "cmd": "docker run --rm alpine"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | inicializa un redis en el puerto 5013", "cmd": "docker run -d -p 5013:6379 redis"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | ejecuta tail -f en el contenedor logs", "cmd": "docker exec logs tail -f file.log"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache en el puerto 8000.", "cmd": "docker run -d -p 8000:80 httpd"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/etc/zsh', 'ls='] | corre un contenedor", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | frena el contenedor psql", "cmd": "docker stop psql"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=error.log, paquete.deb, session.lock, id_rsa.pub'] | arranca un fedora", "cmd": "docker run -d fedora"} {"instruction": "Contexto: ['pwd=/home/prometheus', 'ls='] | arranca un prometheus", "cmd": "docker run -d prom/prometheus"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=backup.tar.gz'] | haz pull la imagen de mariadb", "cmd": "docker pull mariadb"} {"instruction": "Contexto: ['pwd=/tmp/juan', 'ls=docker-compose.yml, index.html'] | ver estado del contenedor ubutu", "cmd": "docker ps -a --filter name=ubutu"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | entra en el contenedor gitlab", "cmd": "docker exec -it gitlab bash"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls=source.zip, config.yml, index.html, hosts'] | descarga postgres:13", "cmd": "docker pull postgres:13"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | ejecuta un comando en app-server", "cmd": "docker exec app-server"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls=data.csv'] | descarga la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=config.json, docker-compose.yml'] | obtener la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/opt', 'ls=source.zip, installer.exe'] | ejecuta un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/home/dev/descargas', 'ls=app.js'] | inicia un traefik interactivo", "cmd": "docker run -it traefik:latest bash"} {"instruction": "Contexto: ['pwd=/home/usuario/planos', 'ls=casa.cad'] | levanta un contenedor con límite de memoria", "cmd": "docker run -d --memory=512m nginx"} {"instruction": "Contexto: ['pwd=/boot/efi', 'ls=EFI/'] | borra el contenedor data", "cmd": "docker rm data"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | quiero un entorno mysql en el puerto 7243", "cmd": "docker run -d -p 7243:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Crea una red llamada 'mi-red'.", "cmd": "docker network create mi-red"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | quiero una shell en el contenedor viejo", "cmd": "docker exec -it viejo sh"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un nginx en el puerto 7058", "cmd": "docker run -d -p 7058:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Fuerza el borrado de 'app'.", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un caddy en el 2015", "cmd": "docker run -d -p 2015:80 caddy"} {"instruction": "Contexto: ['pwd=/home/dev/prod', 'ls=README.md'] | haz pull la imagen de elasticsearch", "cmd": "docker pull elasticsearch"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un mysql en el puerto 7222", "cmd": "docker run -d -p 7222:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | estatus del contenedor node", "cmd": "docker inspect --format '{{.State.Status}}' node"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | suprime app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls='] | ejecuta un contenedor interactivo de fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | despliega un nginx en el 3021", "cmd": "docker run -d -p 3021:80 nginx"} {"instruction": "Contexto: ['pwd=/home/manolo/repo', 'ls=id_rsa.pub, tesis.pdf, notas.txt, style.css'] | inicia un ruby interactivo", "cmd": "docker run -it ruby bash"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | inicia un apache en el 2028", "cmd": "docker run -d -p 2028:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | crea httpd en el puerto 8888", "cmd": "docker run -d -p 8888:80 httpd"} {"instruction": "Contexto: ['pwd=/run', 'ls=backup.tar'] | quita el contenedor db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un apache en el puerto 7018", "cmd": "docker run -d -p 7018:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | necesito un wordpress en el puerto 4006", "cmd": "docker run -d -p 4006:80 wordpress"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero que corras un nginx en el 3038", "cmd": "docker run -d -p 3038:80 nginx"} {"instruction": "Contexto: ['pwd=/home/dev/test', 'ls='] | pon un contenedor de node 14", "cmd": "docker run -it node:14 bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Construye y levanta.", "cmd": "docker-compose up -d --build"} {"instruction": "Contexto: ['pwd=/usr/local/lib', 'ls='] | elimina el contenedor web-app", "cmd": "docker rm web-app"} {"instruction": "Contexto: ['pwd=/home', 'ls=error.log'] | kita el contenedor httpd", "cmd": "docker rm httpd"} {"instruction": "Contexto: ['pwd=/srv/opt', 'ls='] | pull la imagen de fedora", "cmd": "docker pull fedora"} {"instruction": "Contexto: ['pwd=/home/alumno/logs', 'ls=index.html, hosts, styles.css'] | levanta un jenkins/jenkins interactivo", "cmd": "docker run -it jenkins/jenkins:latest bash"} {"instruction": "Contexto: ['pwd=/home/db_admin/prod', 'ls=docker-compose.yml, README.md, error.log'] | borra el contenedor db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home/app_user', 'ls='] | arranca un node:slim", "cmd": "docker run -d node:slim"} {"instruction": "Contexto: ['pwd=/sys/devices', 'ls='] | corre un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un servidor nginx por el 7079", "cmd": "docker run -d -p 7079:80 nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls=...'] | ¿Qué imágenes tengo?", "cmd": "docker images"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | arranca un jenkins", "cmd": "docker run -d jenkins"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Start servicios parados.", "cmd": "docker-compose start"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/carlos/escritorio', 'ls=notas.txt, font.ttf, game.iso, source.tar.gz'] | pon un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls=README.md, error.log'] | rm el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/home/juan/conf', 'ls=app.js, backup.tar, notas.txt'] | bájate memcached:latest", "cmd": "docker pull memcached:latest"} {"instruction": "Contexto: ['pwd=/home/usuario/Música', 'ls=cancion.mp3'] | bájate la imagen de python 3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/home/tomcat', 'ls='] | corre un tomcat", "cmd": "docker run -d tomcat"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | bájate la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/home/dev/bin', 'ls=installer.exe, config.yml, app.js'] | quiero la imagen de debian:buster", "cmd": "docker pull debian:buster"} {"instruction": "Contexto: ['pwd=/sys/devices', 'ls=pci0000:00'] | corre un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Reinicia 'frontend'.", "cmd": "docker restart frontend"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | limpia el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/home/kube', 'ls='] | levanta un minikube", "cmd": "docker run -d gcr.io/k8s-minikube/kicbase"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache temporal.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | arranca un redis en el puerto 5005", "cmd": "docker run -d -p 5005:6379 redis"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | lanza un adminer en el puerto 3000", "cmd": "docker run -d -p 3000:8080 adminer"} {"instruction": "Contexto: ['pwd=/tmp/descargas', 'ls=instalador.exe'] | inicia un redis con contraseña", "cmd": "docker run -d redis redis-server --requirepass secreto"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web versión latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un apache en el puerto 7044", "cmd": "docker run -d -p 7044:80 httpd"} {"instruction": "Contexto: ['pwd=/home/estudiante', 'ls='] | borra el contenedor test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | crea un apache en el puerto 2007", "cmd": "docker run -d -p 2007:80 httpd"} {"instruction": "Contexto: ['pwd=/etc/network', 'ls=interfaces'] | bájate ubuntu jammy (22.04)", "cmd": "docker pull ubuntu:jammy"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | desconecta 'app' de la red 'frontal'", "cmd": "docker network disconnect frontal app"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un nginx en el puerto 7062", "cmd": "docker run -d -p 7062:80 nginx"} {"instruction": "Contexto: ['pwd=/home/pedro', 'ls='] | pon un contenedor en la red host", "cmd": "docker run -d --network host nginx"} {"instruction": "Contexto: ['pwd=/tmp/ssh-xxxx', 'ls='] | bájate la imagen de erlang", "cmd": "docker pull erlang"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | establece ulimits al arrancar", "cmd": "docker run -d --ulimit nofile=1024:1024 nginx"} {"instruction": "Contexto: ['pwd=/tmp/ana', 'ls=index.html'] | como esta del contenedor mysql", "cmd": "docker inspect --format '{{.State.Status}}' mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un apache en el puerto 7012", "cmd": "docker run -d -p 7012:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/documentos', 'ls=notas.txt'] | levanta un mongo db", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | dame un cache redis en el 5036", "cmd": "docker run -d -p 5036:6379 redis"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | corre un web en el 1032", "cmd": "docker run -d -p 1032:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre una db mysql en el puerto 7220", "cmd": "docker run -d -p 7220:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Para la base de datos.", "cmd": "docker stop database"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | stop el contenedor prod", "cmd": "docker stop prod"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | arranca un fedora y entra", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls=README.md, config.json'] | suprime el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/srv/opt', 'ls='] | pull la imagen de fedora", "cmd": "docker pull fedora"} {"instruction": "Contexto: ['pwd=/home/monitor/documentos', 'ls=logo.png'] | trae postgres:14", "cmd": "docker pull postgres:14"} {"instruction": "Contexto: ['pwd=/var/empty/sshd', 'ls='] | pon un contenedor", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/home/lola', 'ls='] | elimina la imagen de mysql", "cmd": "docker rmi mysql"} {"instruction": "Contexto: ['pwd=/home/uucp', 'ls='] | inicia un contenedor", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/var/lib/dpkg', 'ls=lock'] | inicia un nginx en el puerto 80", "cmd": "docker run -d -p 80:80 nginx"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls=docker-compose.yml, script.sh, id_rsa'] | descarga la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=docker-compose.yml, README.md'] | stopea el contenedor api", "cmd": "docker stop api"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Quitar volumen.", "cmd": "docker volume rm volume_name"} {"instruction": "Contexto: ['pwd=/tmp/root', 'ls=docker-compose.yml'] | desplega un myslq con nombre app", "cmd": "docker run -d --name app mysql"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=config.json, script.sh'] | pon un rabbitmq", "cmd": "docker run -d rabbitmq"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls='] | bájate la imagen de grafana", "cmd": "docker pull grafana"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls=id_rsa, config.json, backup.tar.gz'] | bora el contenedor container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un wordpress en el puerto 7121", "cmd": "docker run -d -p 7121:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=TODO.txt, index.html'] | aranca un nginix", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | qué contenedores hay activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un cache redis en el puerto 7164", "cmd": "docker run -d -p 7164:6379 redis"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls='] | aranca un alpine", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log, docker-compose.yml'] | corre un httpd en el puerto 1234", "cmd": "docker run -d -p 1234:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls=.env'] | estatus los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | limpia el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | bora el contenedor httpd", "cmd": "docker rm httpd"} {"instruction": "Contexto: ['pwd=/home/wildfly', 'ls='] | arranca un jboss/wildfly", "cmd": "docker run -d jboss/wildfly"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Pull a nginx.", "cmd": "docker pull nginx"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | ver del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/home/test', 'ls=test.sh'] | Arranca un web para inspeccionar.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/var/mail', 'ls=postfix.log'] | pon un contenedor con variables de entorno", "cmd": "docker run -d -e ENV=dev alpine"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | obtener la imagen de nginx", "cmd": "docker pull nginx"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls=error.log'] | inicia un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html, script.sh, .env'] | pon un postgres en el puerto 5555", "cmd": "docker run -d -p 5555:5432 postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | visualiza los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un wordpress en el 7105", "cmd": "docker run -d -p 7105:80 wordpress"} {"instruction": "Contexto: ['pwd=/etc/lib', 'ls=docker-compose.yml, backup.tar.gz'] | lebanta un portainer/portainer-ce", "cmd": "docker run -d portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | dame un web en el puerto 1016", "cmd": "docker run -d -p 1016:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un caddy en el 2015", "cmd": "docker run -d -p 2015:80 caddy"} {"instruction": "Contexto: ['pwd=/home/web/test', 'ls=config.json, data.csv'] | inica la versión latest de nginx", "cmd": "docker run -d nginx:latest"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | ejecuta date en el contenedor api", "cmd": "docker exec api date"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | limpieza de docker", "cmd": "docker system prune -a"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | borra contenedores filtrando por etiqueta", "cmd": "docker rm -f $(docker ps -q -f label=tipo=prueba)"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ejecuta php -v en el contenedor app", "cmd": "docker exec app php -v"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | estado del contenedor myslq", "cmd": "docker ps -a --filter name=myslq"} {"instruction": "Contexto: ['pwd=/usr/lib/x86_64-linux-gnu', 'ls=libc.so.6'] | corre un ubuntu 18.04 (bionic)", "cmd": "docker run -it ubuntu:18.04 bash"} {"instruction": "Contexto: ['pwd=/home/nobody', 'ls='] | inicia un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home/roberto', 'ls=todo.txt'] | corre un debian interactivo", "cmd": "docker run -it debian bash"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web temporalmente.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | hazme un mysql en el puerto 6009", "cmd": "docker run -d -p 6009:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web llamado web-3 en el 8000.", "cmd": "docker run -d --name web-3 -p 8000:80 httpd"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | hazme un redis en el puerto 5009", "cmd": "docker run -d -p 5009:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache llamado web-2.", "cmd": "docker run -d --name web-2 httpd"} {"instruction": "Contexto: ['pwd=/usr/local/share', 'ls='] | borra la imagen de java", "cmd": "docker rmi openjdk"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=backup.tar.gz, script.sh'] | haz pull la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/sys/module', 'ls='] | elimina el contenedor db1", "cmd": "docker rm db1"} {"instruction": "Contexto: ['pwd=/var/cache/apt/archives', 'ls=partial/'] | descarga traefik", "cmd": "docker pull traefik"} {"instruction": "Contexto: ['pwd=/home/recetas/data', 'ls=source.tar.gz'] | corre un ubuntu en el puerto 80", "cmd": "docker run -d -p 80:80 ubuntu"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | crea un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/ana/prod', 'ls=index.html'] | lista procesos docker", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | pon un wordpress en el puerto 4004", "cmd": "docker run -d -p 4004:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/server/bin', 'ls='] | pon un mongo en segundo plano", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/home/ci_cd', 'ls='] | descarga la imagen de gradle", "cmd": "docker pull gradle"} {"instruction": "Contexto: ['pwd=/home/redis_user', 'ls='] | inicia un redis:alpine", "cmd": "docker run -d redis:alpine"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=script.sh'] | obtener la imagen de mysql", "cmd": "docker pull mysql"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls='] | despliege un ubuntu nombrer prueba", "cmd": "docker run -d --name prueba ubuntu"} {"instruction": "Contexto: ['pwd=/home/usuario', 'ls=todo.list'] | inicia un contenedor llamado 'mi-web'", "cmd": "docker run -d --name mi-web nginx"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | muéstrame los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=...'] | Tumba el servicio 'api'.", "cmd": "docker stop api"} {"instruction": "Contexto: ['pwd=/etc/terminfo', 'ls=x/xterm'] | pon un contenedor", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/opt/root', 'ls=index.html, docker-compose.yml'] | dime el estado del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Usa el puerto aleatorio (-P).", "cmd": "docker run -P -d nginx"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache con nombre apache-2 en el puerto 80.", "cmd": "docker run -d --name apache-2 -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero un nginx en el puerto 3002", "cmd": "docker run -d -p 3002:80 nginx"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=index.html'] | ver estado del contenedor mongo", "cmd": "docker ps -a --filter name=mongo"} {"instruction": "Contexto: ['pwd=/home/javier', 'ls='] | levanta un sonarqube", "cmd": "docker run -d -p 9000:9000 sonarqube"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un ghost blog en el puerto 80", "cmd": "docker run -d -p 80:2368 ghost"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero un nginx en el puerto 7054", "cmd": "docker run -d -p 7054:80 nginx"} {"instruction": "Contexto: ['pwd=/home/usuario/música', 'ls=lista.m3u'] | arranca un fedora interactivo", "cmd": "docker run -it fedora:43 bash"} {"instruction": "Contexto: ['pwd=/home/lucia/musica', 'ls=todo.list'] | trae mysql:8", "cmd": "docker pull mysql:8"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Renombrar imagen (tag).", "cmd": "docker tag old:tag new:tag"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un postgres por el 7279", "cmd": "docker run -d -p 7279:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/games', 'ls='] | bájate la imagen de perl", "cmd": "docker pull perl"} {"instruction": "Contexto: ['pwd=/home/sara/data', 'ls=backup.tar, todo.list, notas.txt'] | bajar mysql:5.7", "cmd": "docker pull mysql:5.7"} {"instruction": "Contexto: ['pwd=/home/dev/workspace', 'ls=error.log, .env, id_rsa'] | arranca la versión alpine de vault", "cmd": "docker run -d vault:alpine"} {"instruction": "Contexto: ['pwd=/sys/class/net', 'ls=eth0/'] | corre un contenedor de hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=TODO.txt'] | kita el contenedor ubuntu", "cmd": "docker rm ubuntu"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Escucha eventos de docker.", "cmd": "docker events"} {"instruction": "Contexto: ['pwd=/home', 'ls=src'] | Monta el código fuente para desarrollo.", "cmd": "docker run -v $(pwd)/src:/app/src -d node-dev"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver info completa del sistema docker.", "cmd": "docker info"} {"instruction": "Contexto: ['pwd=/var/preserve', 'ls='] | borra el contenedor proxy", "cmd": "docker rm proxy"} {"instruction": "Contexto: ['pwd=/home/profesor/backups', 'ls=package.json, index.html, hoja.xlsx'] | haz correr un node", "cmd": "docker run -d node:18-alpine"} {"instruction": "Contexto: ['pwd=/home/julia/documentos', 'ls=video.mp4, styles.css, musica.mp3, logo.png'] | elimina la imagen de debian", "cmd": "docker rmi debian:stable"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un postgres en el puerto 7272", "cmd": "docker run -d -p 7272:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/security/descargas', 'ls=todo.list'] | corre un busybox en el puerto 80", "cmd": "docker run -d -p 80:80 busybox"} {"instruction": "Contexto: ['pwd=/usr/log', 'ls=docker-compose.yml'] | consigue la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | start un contenedor interactivo de busybox", "cmd": "docker run --rm busybox"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls='] | arranca un contenedor interactivo de rust montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it rust bash"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | pon un wp en el 4024", "cmd": "docker run -d -p 4024:80 wordpress"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un nginx en el puerto 3012", "cmd": "docker run -d -p 3012:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Descargar redis.", "cmd": "docker pull redis"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=access.log, config.xml, style.css, main.go, paquete.deb'] | arranca un debian", "cmd": "docker run -d debian"} {"instruction": "Contexto: ['pwd=/home/monitor', 'ls='] | inicia un redis llamado cache", "cmd": "docker run -d --name cache redis"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=junk'] | elimina el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/home/dev/infra', 'ls=docker-compose.yaml'] | levanta el stack definido aquí", "cmd": "docker-compose up -d"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero ver los contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero un cache redis en el 5022", "cmd": "docker run -d -p 5022:6379 redis"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero que corras un wordpress en el puerto 4018", "cmd": "docker run -d -p 4018:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/roberto/bin', 'ls=notas.txt, leeme.md, installer.exe, main.py'] | haz correr un ubuntu", "cmd": "docker run -d ubuntu:latest"} {"instruction": "Contexto: ['pwd=/opt', 'ls=...'] | Inicia el contenedor 'mi-web'.", "cmd": "docker start mi-web"} {"instruction": "Contexto: ['pwd=/usr/lib64', 'ls=libc.so'] | borra el contenedor build", "cmd": "docker rm build"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | configurame un apache en el 2035", "cmd": "docker run -d -p 2035:80 httpd"} {"instruction": "Contexto: ['pwd=/home/yuser', 'ls='] | inicia un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | elimina el contenedor 'test' a la fuerza", "cmd": "docker rm -f test"} {"instruction": "Contexto: ['pwd=/home/ana/docs', 'ls='] | enséñame lo que hay corriendo", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/guest', 'ls='] | inicia un wordpress en el 80", "cmd": "docker run -d -p 80:80 wordpress"} {"instruction": "Contexto: ['pwd=/etc/lib', 'ls=.env, README.md, data.csv'] | status los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/oracle', 'ls='] | descarga oracle linux", "cmd": "docker pull oraclelinux"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | ver logs de 'mi-app'", "cmd": "docker logs mi-app"} {"instruction": "Contexto: ['pwd=/etc', 'ls='] | Corre un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/ana/logs', 'ls=notas.txt, source.zip, index.html, hosts'] | inicia un node", "cmd": "docker run -d node:18-alpine"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | pon un mysql en el puerto 6004", "cmd": "docker run -d -p 6004:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un cache redis en el puerto 7170", "cmd": "docker run -d -p 7170:6379 redis"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web efímero.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Espera a que el contenedor termine.", "cmd": "docker wait container_id"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | quiero un entorno postgres en el puerto 7293", "cmd": "docker run -d -p 7293:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un postgres en el puerto 7274", "cmd": "docker run -d -p 7274:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | corre un comando en el contenedor test", "cmd": "docker exec test"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | haz pull la imagen de rabbitmq", "cmd": "docker pull rabbitmq"} {"instruction": "Contexto: ['pwd=/home/invitado/scripts', 'ls=leeme.md, musica.mp3'] | suprime db a la fuerza", "cmd": "docker rm -f db"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache temporal.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache que se elimine.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/ana/test', 'ls=error.log, data.csv, index.html'] | parra el contenedor db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver capas de imagen.", "cmd": "docker history --human image_id"} {"instruction": "Contexto: ['pwd=/home/tester', 'ls=index.html, data.csv, error.log'] | consigue la imagen de registry", "cmd": "docker pull registry"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=README.md, data.csv, backup.tar.gz'] | despliega un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=config.json'] | consigue la imagen de alpine", "cmd": "docker pull alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta python en el contenedor backend", "cmd": "docker exec -it backend python"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | arranca mongo en el puerto 8080", "cmd": "docker run -d -p 8080:27017 mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Busca imágenes de python.", "cmd": "docker search python"} {"instruction": "Contexto: ['pwd=/home/root', 'ls='] | ver estado del contenedor nignx", "cmd": "docker ps -a --filter name=nignx"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | consigue la imagen de node", "cmd": "docker pull node"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | limpia los contenedores parados", "cmd": "docker container prune -f"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | Inicia un apache con nombre apache-2.", "cmd": "docker run -d --name apache-2 httpd"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls='] | conéctate al contenedor redis", "cmd": "docker exec -it redis redis-cli"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | arranca un contenedor nuevo y dame acceso", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/usr/local', 'ls='] | ejecuta cat archivo dentro de data", "cmd": "docker exec data cat archivo"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | monta un cassandra", "cmd": "docker run -d cassandra"} {"instruction": "Contexto: ['pwd=/home/deploy/test', 'ls=backup.tar.gz'] | status los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero una db mysql en el puerto 7214", "cmd": "docker run -d -p 7214:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | estado del contenedor alpine", "cmd": "docker inspect --format '{{.State.Status}}' alpine"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | quiero una imagen de nginx en el puerto 7074", "cmd": "docker run -d -p 7074:80 nginx"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web interactivo.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home/test/backups', 'ls=error.log'] | obtener traefik:v2", "cmd": "docker pull traefik:v2"} {"instruction": "Contexto: ['pwd=/sys/kernel', 'ls=uevent'] | borra el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/home/sysadmin/prod', 'ls=id_rsa'] | remove el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un cache redis en el puerto 7168", "cmd": "docker run -d -p 7168:6379 redis"} {"instruction": "Contexto: ['pwd=/var', 'ls=...'] | Detén el contenedor 'db'.", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ponme un wordpress en el puerto 4019", "cmd": "docker run -d -p 4019:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Run con volumen montado.", "cmd": "docker run -v datos:/data nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Copiar carpeta recursiva.", "cmd": "docker cp folder container:/path"} {"instruction": "Contexto: ['pwd=/home/dev/dev', 'ls='] | quiero un consul con nombre mi_servicio en el puerto 6228", "cmd": "docker run -d --name mi_servicio -p 6228:8500 consul"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=config.json, index.html, backup.tar.gz'] | despliega un tomcat llamado tomcat-23", "cmd": "docker run -d --name tomcat-23 tomcat"} {"instruction": "Contexto: ['pwd=/opt', 'ls=...'] | Haz un restart de 'worker'.", "cmd": "docker restart worker"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls=docker-compose.yml, script.sh, id_rsa'] | descarga la imagen de caddy", "cmd": "docker pull caddy"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un redis en el puerto 1234", "cmd": "docker run -d -p 1234:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre una web en el puerto 7030", "cmd": "docker run -d -p 7030:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ejecuta un mysql en el puerto 6011", "cmd": "docker run -d -p 6011:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | ejecuta command en el contenedor worker", "cmd": "docker exec worker command"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ejecuta env en el contenedor config", "cmd": "docker exec config env"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Ejecuta comando en servicio 'web'.", "cmd": "docker-compose exec web ls"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | hazme un web en el puerto 1009", "cmd": "docker run -d -p 1009:80 httpd"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=script.sh, index.html'] | necesito un un mysql llamado mysql-24", "cmd": "docker run -d --name mysql-24 mysql"} {"instruction": "Contexto: ['pwd=/home/mariadb_admin/juegos', 'ls=style.css, todo.list, error.log, readme.md'] | corre un mongo en el puerto 80", "cmd": "docker run -d -p 80:80 mongo"} {"instruction": "Contexto: ['pwd=/home/bot/www', 'ls=hoja.xlsx'] | elimina el contenedor test", "cmd": "docker rm test"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | monta un redis en el puerto 5010", "cmd": "docker run -d -p 5010:6379 redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | ponme un redis por el 7179", "cmd": "docker run -d -p 7179:6379 redis"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | crea un contenedor ubuntu y dame shell", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | accede a la terminal de logs", "cmd": "docker exec -it logs sh"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | lanza ghost con nombre mi_servicio en el puerto 8174", "cmd": "docker run -d --name mi_servicio -p 8174:2368 ghost"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache con shell.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | necesito un apache por el puerto 2026", "cmd": "docker run -d -p 2026:80 httpd"} {"instruction": "Contexto: ['pwd=/home/hadoop', 'ls='] | borra el contenedor node", "cmd": "docker rm node"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero bash en el contenedor principal", "cmd": "docker exec -it principal bash"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un nginx dockerizado en el puerto 7084", "cmd": "docker run -d -p 7084:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista los ids de los activos", "cmd": "docker ps -q"} {"instruction": "Contexto: ['pwd=/home/admin/logs', 'ls='] | levanta un traefik", "cmd": "docker run -d traefik"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un contenedor golang interactivo", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/usr/www', 'ls='] | levanta un contenedor interactivo de node", "cmd": "docker run -it node bash"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls='] | bájate la imagen de grafana", "cmd": "docker pull grafana"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls=index.html'] | lebanta un alpine en el port 1234", "cmd": "docker run -d -p 1234:80 alpine"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web mapeando directorio.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | levanta un nginx en el puerto 80", "cmd": "docker run -d -p 80:80 nginx"} {"instruction": "Contexto: ['pwd=/var/local', 'ls='] | descarga openjdk", "cmd": "docker pull openjdk"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa una db postgres en el 7287", "cmd": "docker run -d -p 7287:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | crea registry en el puerto 5555", "cmd": "docker run -d -p 5555:5000 registry"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un cache redis en el puerto 7186", "cmd": "docker run -d -p 7186:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | quiero una terminal de fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | hazme un contenedor wp en el puerto 7147", "cmd": "docker run -d -p 7147:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=data.csv, id_rsa'] | haz pull la imagen de kibana", "cmd": "docker pull kibana"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | levanta un web en el 1023", "cmd": "docker run -d -p 1023:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | bajar la imagen de tomcat", "cmd": "docker pull tomcat"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=TODO.txt'] | status del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/etc', 'ls=fstab'] | pon un contenedor en la red host", "cmd": "docker run -d --network host nginx"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls='] | obtener la imagen de httpd", "cmd": "docker pull httpd"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | monta una base redis por el 7198", "cmd": "docker run -d -p 7198:6379 redis"} {"instruction": "Contexto: ['pwd=/home/sergio', 'ls='] | descarga influxdb", "cmd": "docker pull influxdb"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web con auto-remove.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web con rm.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/clara', 'ls='] | corre un contenedor llamado mi-web", "cmd": "docker run -d --name mi-web httpd"} {"instruction": "Contexto: ['pwd=/etc/systemd', 'ls=system.conf'] | bájate la imagen de ruby", "cmd": "docker pull ruby:alpine"} {"instruction": "Contexto: ['pwd=/home/monitor/logs', 'ls=musica.mp3, logo.png, foto.jpg, backup.tar'] | ejecuta un postgres", "cmd": "docker run -d postgres:14"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | preparame un mysql en el puerto 7224", "cmd": "docker run -d -p 7224:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/opt', 'ls=backup.tar.gz, config.json, .env'] | baja el contenedor web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | quiero que corras un web en el 1038", "cmd": "docker run -d -p 1038:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web versión 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | bájate la imagen de ruby", "cmd": "docker pull ruby:slim"} {"instruction": "Contexto: ['pwd=/usr/lib', 'ls='] | pull la imagen de ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | inicia un web en el 7007", "cmd": "docker run -d -p 7007:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/Imágenes', 'ls=vacaciones.jpg'] | arranca un nginx en el puerto 80", "cmd": "docker run -d -p 80:80 nginx"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | levanta registry en el puerto 5555", "cmd": "docker run -d -p 5555:5000 registry"} {"instruction": "Contexto: ['pwd=/home/dev/fotos', 'ls=musica.mp3, error.log, session.lock'] | pon un alpine llamado test", "cmd": "docker run -d --name test alpine:3.15"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un nginx proxy en el puerto 7088", "cmd": "docker run -d -p 7088:80 nginx"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | inicia un web en el puerto 1008", "cmd": "docker run -d -p 1008:80 httpd"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | hazme un contenedor redis en el puerto 7197", "cmd": "docker run -d -p 7197:6379 redis"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls='] | frena db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/run', 'ls=session.lock, foto.jpg, app.js, video.mp4'] | ejecuta un jenkins/jenkins en el puerto 3000", "cmd": "docker run -d -p 3000:3000 jenkins/jenkins:latest"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un postgres por el puerto 7273", "cmd": "docker run -d -p 7273:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/var/www/juan', 'ls='] | parar el contenedor nignx", "cmd": "docker stop nignx"} {"instruction": "Contexto: ['pwd=/home/qa', 'ls=test.sh'] | corre un contenedor selenium", "cmd": "docker run -d selenium/standalone-chrome"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta una db postgres por el 7269", "cmd": "docker run -d -p 7269:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa un servidor nginx por el puerto 7083", "cmd": "docker run -d -p 7083:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/opt', 'ls='] | info los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre un contenedor con nombre 'prueba'.", "cmd": "docker run --name prueba -d nginx"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | despliega un wp en el 4021", "cmd": "docker run -d -p 4021:80 wordpress"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | detén web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | hazme un wordpress en el puerto 7108", "cmd": "docker run -d -p 7108:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | pon portainer/portainer-ce en el puerto 80", "cmd": "docker run -d -p 80:9000 portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/etc/docker', 'ls=daemon.json'] | reinicia todos los contenedores", "cmd": "docker restart $(docker ps -q)"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | ejecuta ls en el contenedor storage", "cmd": "docker exec storage ls"} {"instruction": "Contexto: ['pwd=/tmp/vmware', 'ls='] | pon un contenedor web", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | baja el contenedor api", "cmd": "docker stop api"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | lebanta un postgres llamado postgres-39", "cmd": "docker run -d --name postgres-39 postgres"} {"instruction": "Contexto: ['pwd=/var/yp', 'ls=binding/'] | arranca un busybox", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/home/debian/cosas', 'ls=hoja.xlsx'] | cárgate el contenedor prueba a la fuerza", "cmd": "docker rm -f prueba"} {"instruction": "Contexto: ['pwd=/home/maria/fotos', 'ls=foto.jpg, package.json, config.yml'] | quiero un un alpine", "cmd": "docker run -d alpine:3.15"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | hazme un nginx en el 3029", "cmd": "docker run -d -p 3029:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Listar images.", "cmd": "docker images"} {"instruction": "Contexto: ['pwd=/home/alberto', 'ls='] | levanta un mysql 8", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=1234 mysql:8"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | como esta del contenedor mysql", "cmd": "docker ps -a --filter name=mysql"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls='] | trae la imagen de tomcat", "cmd": "docker pull tomcat"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web con latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | dame un redis en el puerto 5016", "cmd": "docker run -d -p 5016:6379 redis"} {"instruction": "Contexto: ['pwd=/home/dani', 'ls='] | elimina la imagen de alpine", "cmd": "docker rmi alpine"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un contenedor nginx en el 7085", "cmd": "docker run -d -p 7085:80 nginx"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=config.json'] | aranca un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/mario', 'ls='] | inicia un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | Arranca un web con auto-borrado.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/srv/log', 'ls=script.sh'] | despliega httpd en el puerto 1234", "cmd": "docker run -d -p 1234:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | ponme un nginx en el puerto 3019", "cmd": "docker run -d -p 3019:80 nginx"} {"instruction": "Contexto: ['pwd=/home/usuario/recetas', 'ls=paella.txt'] | pon un elasticsearch", "cmd": "docker run -d -e 'discovery.type=single-node' elasticsearch:7.14.0"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=...'] | Corre un ubuntu interactivo.", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un entorno nginx en el 7075", "cmd": "docker run -d -p 7075:80 nginx"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache llamado web-prod en el puerto 8081.", "cmd": "docker run -d --name web-prod -p 8081:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | levanta un node en el port 8080", "cmd": "docker run -d -p 8080:3000 node"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | corre fedora actualizando al arrancar", "cmd": "docker run -it fedora:43 bash -c 'dnf update -y && bash'"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | inicia un elasticsearch", "cmd": "docker run -d elasticsearch"} {"instruction": "Contexto: ['pwd=/var/log/apache2', 'ls=error.log, access.log'] | activa un apache en el 7047", "cmd": "docker run -d -p 7047:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | crea un portal wordpress en el puerto 7145", "cmd": "docker run -d -p 7145:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/admin/backup', 'ls=db_dump.sql'] | levanta un traefik", "cmd": "docker run -d traefik"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=linux-headers/'] | pon un contenedor en la red host", "cmd": "docker run -d --network host redis"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=index.html, config.json, script.sh'] | haz pull la imagen de httpd", "cmd": "docker pull httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | busca imágenes oficiales de python", "cmd": "docker search --filter is-official=true python"} {"instruction": "Contexto: ['pwd=/tmp/.X11-unix', 'ls=X0'] | corre un contenedor", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | entra en el contenedor y ejecuta ls", "cmd": "docker exec -it contenedor ls"} {"instruction": "Contexto: ['pwd=/home/maria', 'ls='] | inicia un contenedor con reinicio automático", "cmd": "docker run -d --restart always redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | construye forzando la descarga (pull)", "cmd": "docker build --pull -t imagen-fresca ."} {"instruction": "Contexto: ['pwd=/home/dev', 'ls='] | abre bash en el contenedor dev", "cmd": "docker exec -it dev bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Ver plugins.", "cmd": "docker plugin ls"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls='] | elimna el contenedor web forzando", "cmd": "docker rm -f web"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web con flag rm.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/opt/web', 'ls=index.html'] | Despliega un servidor apache 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | estado del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/root', 'ls='] | Levanta un contenedor apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | abre terminal en el contenedor site", "cmd": "docker exec -it site bash"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls='] | dime activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/var/spool', 'ls=mail'] | levanta un contenedor con límite de memoria 256m", "cmd": "docker run -d --memory=256m nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=html'] | Sirve la carpeta html con nginx.", "cmd": "docker run -v $(pwd)/html:/usr/share/nginx/html -d nginx"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=config.json'] | aranca un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls=error.log, docker-compose.yml'] | start un nginx en el puerto 80", "cmd": "docker run -d -p 80:80 nginx"} {"instruction": "Contexto: ['pwd=/tmp/juan', 'ls='] | para el contenedor redis", "cmd": "docker stop redis"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | monta un blog wp por el 7148", "cmd": "docker run -d -p 7148:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | inicia mongodb en el puerto 5555", "cmd": "docker run -d -p 5555:27017 mongo"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=docker-compose.yml, script.sh'] | inica un jenkins/jenkins", "cmd": "docker run -d jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | entra en el contenedor web", "cmd": "docker exec -it web bash"} {"instruction": "Contexto: ['pwd=/home/sysadmin', 'ls='] | despliega un mongo name prueba", "cmd": "docker run -d --name prueba mongo"} {"instruction": "Contexto: ['pwd=/tmp/cache', 'ls='] | levanta un node:16", "cmd": "docker run -d node:16"} {"instruction": "Contexto: ['pwd=/home/lucia/docs', 'ls=config.json'] | apaga el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | preparame un apache en el puerto 2014", "cmd": "docker run -d -p 2014:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/ssh-xxxx', 'ls=agent'] | bájate la imagen de erlang", "cmd": "docker pull erlang"} {"instruction": "Contexto: ['pwd=/home/mariadb_admin', 'ls=.my.cnf'] | inicia un contenedor llamado 'mi-db'", "cmd": "docker run -d --name mi-db mariadb"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un traefik en el 80", "cmd": "docker run -d -p 80:80 -v /var/run/docker.sock:/var/run/docker.sock traefik:v2"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=TODO.txt'] | status del contenedor mysql", "cmd": "docker inspect --format '{{.State.Status}}' mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ranca un ubunut", "cmd": "docker run -d ubuntu"} {"instruction": "Contexto: ['pwd=/usr/share/man', 'ls=man1/'] | inicia un postgres 12", "cmd": "docker run -d postgres:12"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls='] | estado del contenedor psql", "cmd": "docker ps -a --filter name=psql"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un apache en el puerto 2012", "cmd": "docker run -d -p 2012:80 httpd"} {"instruction": "Contexto: ['pwd=/home/gloria', 'ls='] | corre un python 3.10", "cmd": "docker run -it python:3.10 bash"} {"instruction": "Contexto: ['pwd=/home/test_user/suite', 'ls=todo.list, install.exe'] | inicia un mongo interactivo", "cmd": "docker run -it mongo bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | elimina el contenedor 'api'", "cmd": "docker rm -f api"} {"instruction": "Contexto: ['pwd=/run/mount', 'ls=utab'] | pon un mongo 5", "cmd": "docker run -d mongo:5"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un nginx en el puerto 90", "cmd": "docker run -d -p 90:80 nginx"} {"instruction": "Contexto: ['pwd=/home/juan/Documentos', 'ls=tesis.pdf'] | descarga la última versión de alpine", "cmd": "docker pull alpine:latest"} {"instruction": "Contexto: ['pwd=/run', 'ls=app.js, todo.list, data.csv, reporte.docx'] | pon un postgres", "cmd": "docker run -d postgres"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | entra en la máquina docker", "cmd": "docker exec -it machine bash"} {"instruction": "Contexto: ['pwd=/home/jenkins_agent/workspace', 'ls=build.xml'] | descarga la imagen de traefik", "cmd": "docker pull traefik"} {"instruction": "Contexto: ['pwd=/home/jorge', 'ls=factura.pdf'] | inicia un mariadb expuesto en el 3306", "cmd": "docker run -d -p 3306:3306 mariadb"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un redis en el puerto 7160", "cmd": "docker run -d -p 7160:6379 redis"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache con el tag latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/laura/imagenes', 'ls=vacaciones.zip'] | bájate la imagen de ruby", "cmd": "docker pull ruby"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache con nombre apache-1 en el puerto 5050.", "cmd": "docker run -d --name apache-1 -p 5050:80 httpd"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=docker-compose.yml'] | inicia un contenedor interactivo de fedora", "cmd": "docker run -it fedora bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Push al registro de google.", "cmd": "docker push gcr.io/project/app"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | Build sin caché.", "cmd": "docker build --no-cache ."} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls='] | inicia un jenkins/jenkins", "cmd": "docker run -d jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | despliega un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=error.log'] | deten el contenedor postgres", "cmd": "docker stop postgres"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un web en el puerto 7006", "cmd": "docker run -d -p 7006:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=Dockerfile'] | Haz el build de esto.", "cmd": "docker build ."} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web montando el pwd.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/usr/local', 'ls=lib/'] | bájate busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Corre nginx en el puerto 8080.", "cmd": "docker run -p 8080:80 -d nginx"} {"instruction": "Contexto: ['pwd=/etc/cron.d', 'ls='] | arranca un ubuntu 22.04", "cmd": "docker run -it ubuntu:22.04 bash"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | obtener la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre una db postgres en el puerto 7270", "cmd": "docker run -d -p 7270:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/sara', 'ls='] | elimina el contenedor api", "cmd": "docker rm api"} {"instruction": "Contexto: ['pwd=/home/bot', 'ls='] | quita la imagen de node", "cmd": "docker rmi node"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | monta un mysql por el 7209", "cmd": "docker run -d -p 7209:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web con shell.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls='] | entra en la consola de rails", "cmd": "docker exec -it rails_app rails c"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Abre el puerto 5000 para flask.", "cmd": "docker run -p 5000:5000 -d flask-app"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un wordpress en el 8080", "cmd": "docker run -d -p 8080:80 wordpress"} {"instruction": "Contexto: ['pwd=/usr/src/app', 'ls=package.json'] | inicia un node montando el directorio actual", "cmd": "docker run -it -v $(pwd):/usr/src/app node:16 npm install"} {"instruction": "Contexto: ['pwd=/home/deploy/prod', 'ls='] | corre un vault", "cmd": "docker run -d vault"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | inicializa un apache en el puerto 2013", "cmd": "docker run -d -p 2013:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | lanza un web en el 1037", "cmd": "docker run -d -p 1037:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | crea un tomcat", "cmd": "docker run -d tomcat"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls=.env'] | estatus los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/java_dev', 'ls='] | pon un tomcat", "cmd": "docker run -d tomcat"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un busybox sh", "cmd": "docker run -it busybox sh"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Limita la memoria del container.", "cmd": "docker update --memory 500M container"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | despliega un servidor de postgres en el puerto 7290", "cmd": "docker run -d -p 7290:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Push de la imagen.", "cmd": "docker push my-image"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un apache en el puerto 7011", "cmd": "docker run -d -p 7011:80 httpd"} {"instruction": "Contexto: ['pwd=/home/user/workspace', 'ls=src/'] | levanta un contenedor interactivo con el código montado", "cmd": "docker run -it -v $(pwd)/src:/code python:3.9 bash"} {"instruction": "Contexto: ['pwd=/tmp/sysadmin', 'ls=TODO.txt, error.log'] | lebanta un mongo en el port 5000", "cmd": "docker run -d -p 5000:27017 mongo"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | quiero una terminal en un centos nuevo", "cmd": "docker run -it centos bash"} {"instruction": "Contexto: ['pwd=/opt/opt', 'ls='] | ejecuta un contenedor interactivo de golang", "cmd": "docker run -it golang bash"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un mysql por el puerto 7203", "cmd": "docker run -d -p 7203:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ejecuta mysql -u root en el contenedor db", "cmd": "docker exec -it db mysql -u root"} {"instruction": "Contexto: ['pwd=/usr/local/man', 'ls='] | arranca un contenedor", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | pon un nginx en el puerto 3004", "cmd": "docker run -d -p 3004:80 nginx"} {"instruction": "Contexto: ['pwd=/home/antonio/backups', 'ls=installer.exe, config.yml, script.sh'] | pon un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/home', 'ls=public'] | Monta public en /var/www.", "cmd": "docker run -v $(pwd)/public:/var/www -d httpd"} {"instruction": "Contexto: ['pwd=/tmp/log', 'ls=.env, config.json, index.html'] | trae la imagen de fedora", "cmd": "docker pull fedora"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | inicializa una db postgres por el puerto 7283", "cmd": "docker run -d -p 7283:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | accede al contenedor app", "cmd": "docker exec -it app bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta kibana en el 80", "cmd": "docker run -d -p 80:5601 kibana:7.17.0"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | arranca un blog wordpress en el puerto 7142", "cmd": "docker run -d -p 7142:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | corre un phpmyadmin en el 8000", "cmd": "docker run -d -p 8000:80 phpmyadmin/phpmyadmin"} {"instruction": "Contexto: ['pwd=/home/docker_user', 'ls='] | descarga bash", "cmd": "docker pull bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Taggear imagen local.", "cmd": "docker tag local-image:tag new-repo:tag"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | lanza mongo en el puerto 80", "cmd": "docker run -d -p 80:27017 mongo"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | preparame un cache redis en el port 5034", "cmd": "docker run -d -p 5034:6379 redis"} {"instruction": "Contexto: ['pwd=/home/antonio', 'ls=musica.mp3'] | pon un python 3.8", "cmd": "docker run -it python:3.8 bash"} {"instruction": "Contexto: ['pwd=/home/debian/scripts', 'ls=index.html, hoja.xlsx, video.mp4'] | bajar mysql", "cmd": "docker pull mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | abre una shell en el contenedor running", "cmd": "docker exec -it running sh"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls='] | inica la versión alpine de jenkins", "cmd": "docker run -d jenkins:alpine"} {"instruction": "Contexto: ['pwd=/home/hugo', 'ls='] | descarga wordpress", "cmd": "docker pull wordpress"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | lanza mongo en el puerto 9000", "cmd": "docker run -d -p 9000:27017 mongo"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un nginx en el puerto 7052", "cmd": "docker run -d -p 7052:80 nginx"} {"instruction": "Contexto: ['pwd=/root/.ssh', 'ls=id_rsa.pub'] | levanta un redis con password", "cmd": "docker run -d redis redis-server --requirepass pass"} {"instruction": "Contexto: ['pwd=/mnt/red', 'ls=shared_folder'] | descarga la imagen de busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=backup.tar.gz, config.json'] | bajar la imagen de python", "cmd": "docker pull python"} {"instruction": "Contexto: ['pwd=/home/laura', 'ls='] | bájate la imagen de ruby", "cmd": "docker pull ruby"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un mariadb en el 3307", "cmd": "docker run -d -p 3307:3306 -e MYSQL_ROOT_PASSWORD=root mariadb"} {"instruction": "Contexto: ['pwd=/tmp/debug', 'ls='] | pon un ubuntu y entra en la terminal", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls='] | aranca un contenedor interactivo de python montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it python bash"} {"instruction": "Contexto: ['pwd=/opt/tools', 'ls=herramienta.sh'] | levanta un jenkins en el puerto 9090", "cmd": "docker run -d -p 9090:8080 jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | corre un mysql en el puerto 7210", "cmd": "docker run -d -p 7210:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliega un portainer en el 9001", "cmd": "docker run -d -p 9001:9000 -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer-ce"} {"instruction": "Contexto: ['pwd=/var/www/sysadmin', 'ls=docker-compose.yml, TODO.txt'] | aranca un mongo", "cmd": "docker run -d mongo"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/webmaster/trabajo', 'ls=leeme.md, hosts, installer.exe'] | descarga python:3.9", "cmd": "docker pull python:3.9"} {"instruction": "Contexto: ['pwd=/etc/yum', 'ls='] | bájate centos", "cmd": "docker pull centos"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls=backup.tar.gz'] | inicia un contenedor interactivo de busybox", "cmd": "docker run --rm busybox"} {"instruction": "Contexto: ['pwd=/home/juan', 'ls='] | ranca un niginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls='] | lebanta un postgres llamado postgres-39", "cmd": "docker run -d --name postgres-39 postgres"} {"instruction": "Contexto: ['pwd=/home/elena', 'ls='] | inicia un alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/ubuntu/conf', 'ls=index.html, hoja.xlsx'] | obtener traefik", "cmd": "docker pull traefik"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | inicia un contenedor python interactivo", "cmd": "docker run -it python bash"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | despliege un ubunut llamado db", "cmd": "docker run -d --name db ubuntu"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls=backup.tar.gz, docker-compose.yml, error.log'] | destruye el contenedor api forzando", "cmd": "docker rm -f api"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | ejecuta 'ls' en 'app-container'", "cmd": "docker exec app-container ls -la"} {"instruction": "Contexto: ['pwd=/var', 'ls=...'] | Quita la imagen de python.", "cmd": "docker rmi python"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=config.json, script.sh'] | crea base de datos postgres en el puerto 1234", "cmd": "docker run -d -p 1234:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web en el puerto 5000.", "cmd": "docker run -d -p 5000:80 httpd"} {"instruction": "Contexto: ['pwd=/home/ximena', 'ls='] | pon un contenedor llamado webserver", "cmd": "docker run -d --name webserver nginx"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | activa un apache en el 2040", "cmd": "docker run -d -p 2040:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls=id_rsa, README.md, config.json'] | ver del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/home/sergio', 'ls='] | descarga influxdb", "cmd": "docker pull influxdb"} {"instruction": "Contexto: ['pwd=/root', 'ls=.ssh'] | inicia un node js versión 18", "cmd": "docker run -it node:18 bash"} {"instruction": "Contexto: ['pwd=/opt', 'ls=docker-compose.yml'] | despleuga un ubuntu name db", "cmd": "docker run -d --name db ubuntu"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | borra imágenes no usadas", "cmd": "docker image prune -f"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls='] | Corre un servidor web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/project', 'ls=Dockerfile'] | Buildear imagen 'test'.", "cmd": "docker build -t test ."} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un nginx en el 7065", "cmd": "docker run -d -p 7065:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Borrar todas las redes.", "cmd": "docker network prune"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache abriendo terminal.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls='] | ver del contenedor mongo", "cmd": "docker inspect --format '{{.State.Status}}' mongo"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls=error.log, index.html, id_rsa'] | inicia un phpmyadmin", "cmd": "docker run -d phpmyadmin"} {"instruction": "Contexto: ['pwd=/home/k8s_admin/.kube', 'ls=config'] | inicia un contenedor de alpine", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/roberto/scripts', 'ls=logo.png'] | quita la imagen de debian", "cmd": "docker rmi debian:bullseye"} {"instruction": "Contexto: ['pwd=/etc/nginx', 'ls='] | corre un contenedor nginx:alpine", "cmd": "docker run -d nginx:alpine"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=index.html'] | Levanta un apache llamado mi-apache.", "cmd": "docker run -d --name mi-apache httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Prune solo redes.", "cmd": "docker network prune -f"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un redis en el puerto 7151", "cmd": "docker run -d -p 7151:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un servicio nginx por el puerto 7073", "cmd": "docker run -d -p 7073:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/bin', 'ls=README.md, error.log'] | rm el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/home/app_user', 'ls='] | arranca un node:slim", "cmd": "docker run -d node:slim"} {"instruction": "Contexto: ['pwd=/var/log/nginx', 'ls=access.log'] | pon un contenedor que se reinicie al fallar", "cmd": "docker run -d --restart on-failure nginx"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | crea un web en el port 1027", "cmd": "docker run -d -p 1027:80 httpd"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | inicia un mysql en el puerto 6008", "cmd": "docker run -d -p 6008:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ranca un httpd", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt/stack', 'ls=docker-compose.yml'] | mira los logs del stack", "cmd": "docker-compose logs -f"} {"instruction": "Contexto: ['pwd=/home/carlos/docs', 'ls='] | muéstrame lo que hay corriendo", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | arranca elasticsearch en el puerto 8080", "cmd": "docker run -d -p 8080:9200 elasticsearch"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Define la variable API_KEY.", "cmd": "docker run -e API_KEY=secret123 -d worker"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls=docker-compose.yml'] | para el contenedor ubuntu", "cmd": "docker stop ubuntu"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un mysql en el puerto 7228", "cmd": "docker run -d -p 7228:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp/sys', 'ls=log.txt'] | levanta un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | despliega un node nombre web", "cmd": "docker run -d --name web node"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | hazme un wp en el 4029", "cmd": "docker run -d -p 4029:80 wordpress"} {"instruction": "Contexto: ['pwd=/run', 'ls=pidfile'] | corre un contenedor privilegiado", "cmd": "docker run -d --privileged ubuntu"} {"instruction": "Contexto: ['pwd=/opt/apps', 'ls=dump.sql, backup.tar.gz'] | arranca un mysql server en el puerto 7250", "cmd": "docker run -d -p 7250:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/beatriz', 'ls='] | inicia un jenkins", "cmd": "docker run -d jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | levanta un wp en el 4023", "cmd": "docker run -d -p 4023:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/log/nginx', 'ls=error.log, access.log'] | activa un nginx proxy en el 7087", "cmd": "docker run -d -p 7087:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | ver estado del contenedor httpd", "cmd": "docker ps -a --filter name=httpd"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | lanza un cache redis en el 5037", "cmd": "docker run -d -p 5037:6379 redis"} {"instruction": "Contexto: ['pwd=/home/debian/proyectos', 'ls=main.py'] | arranca un mariadb", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=secret mariadb"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | crea base de datos postgres en el puerto 9000", "cmd": "docker run -d -p 9000:5432 -e POSTGRES_PASSWORD=secret postgres"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=syslog'] | corre un ubuntu interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/deploy/descargas', 'ls=logo.png'] | mata y borra db", "cmd": "docker rm db"} {"instruction": "Contexto: ['pwd=/home/web', 'ls=backup.tar.gz'] | pon tomcat en el puerto 80", "cmd": "docker run -d -p 80:8080 tomcat"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | monta un mysql en el puerto 6010", "cmd": "docker run -d -p 6010:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/run', 'ls='] | corre un contenedor privilegiado", "cmd": "docker run -d --privileged ubuntu"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea una db mysql en el puerto 7216", "cmd": "docker run -d -p 7216:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un wp por el puerto 7113", "cmd": "docker run -d -p 7113:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | preparame un wp en el port 4034", "cmd": "docker run -d -p 4034:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | borra basura", "cmd": "docker system prune"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | dame un postgres en el puerto 7276", "cmd": "docker run -d -p 7276:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/srv/opt', 'ls=script.sh, docker-compose.yml, README.md'] | trae la imagen de busybox", "cmd": "docker pull busybox"} {"instruction": "Contexto: ['pwd=/home/sysadmin/prod', 'ls=id_rsa'] | remove el contenedor app", "cmd": "docker rm app"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | elimna el contenedor httpd", "cmd": "docker rm httpd"} {"instruction": "Contexto: ['pwd=/tmp/sys', 'ls='] | levanta un mariadb", "cmd": "docker run -d mariadb"} {"instruction": "Contexto: ['pwd=/var/log', 'ls=error.log'] | Levanta un servidor web en el puerto 9000.", "cmd": "docker run -d -p 9000:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls=docker-compose.prod.yml'] | usa el archivo compose de producción", "cmd": "docker-compose -f docker-compose.prod.yml up -d"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | levanta un jenkins en el 9090", "cmd": "docker run -d -p 9090:8080 jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/usr/local/src', 'ls='] | inicia un mysql con clave root", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php'] | Arranca un servidor web con nombre apache-local.", "cmd": "docker run -d --name apache-local httpd"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un cache redis en el puerto 7182", "cmd": "docker run -d -p 7182:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | para el contenedor 'web'", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/home/usuario/imágenes', 'ls=vacaciones.jpg'] | inicia un rabbitmq", "cmd": "docker run -d rabbitmq:3"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Entra en el contenedor 'web'.", "cmd": "docker exec -it web bash"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls=config.json, index.html, backup.tar.gz'] | despliega un tomcat llamado tomcat-23", "cmd": "docker run -d --name tomcat-23 tomcat"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Lanza redis accesible desde localhost.", "cmd": "docker run -p 127.0.0.1:6379:6379 -d redis"} {"instruction": "Contexto: ['pwd=/home/gitlab-runner/builds', 'ls='] | descarga la imagen de jenkins", "cmd": "docker pull jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/home/www-data', 'ls='] | bájate la imagen de php:fpm", "cmd": "docker pull php:fpm"} {"instruction": "Contexto: ['pwd=/home/udp_tester', 'ls=packet.pcap'] | corre un contenedor exponiendo puertos udp", "cmd": "docker run -d -p 53:53/udp bind"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | corre un phpmyadmin en el 8000", "cmd": "docker run -d -p 8000:80 phpmyadmin/phpmyadmin"} {"instruction": "Contexto: ['pwd=/srv/lib', 'ls='] | ejecuta jenkins en el puerto 4000", "cmd": "docker run -d -p 4000:8080 jenkins"} {"instruction": "Contexto: ['pwd=/home/backup/scripts', 'ls=notas.txt'] | suprime app a la fuerza", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/infra', 'ls='] | descarga consul", "cmd": "docker pull consul"} {"instruction": "Contexto: ['pwd=/home/rosa', 'ls='] | elimina el contenedor server", "cmd": "docker rm server"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Copia archivo del host al contenedor.", "cmd": "docker cp file.txt container:/path/file.txt"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls='] | aranca redis con nombre mi_servicio en el puerto 3419", "cmd": "docker run -d --name mi_servicio -p 3419:6379 redis"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | corre un redis en el puerto 5012", "cmd": "docker run -d -p 5012:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un mongo en el 8081", "cmd": "docker run -d -p 8081:27017 mongo"} {"instruction": "Contexto: ['pwd=/home/elena/builds', 'ls=app.js'] | inicia un httpd interactivo", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=script.sh, README.md, index.html'] | quiero un caddy con nombre mi_servicio en el puerto 6960", "cmd": "docker run -d --name mi_servicio -p 6960:80 caddy"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web interactivo.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/opt/log', 'ls=error.log, index.html'] | elimina container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/home/dani/bin', 'ls=script.sh, installer.exe'] | corre un node interactivo", "cmd": "docker run -it node:16 bash"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame un mysql en el 7225", "cmd": "docker run -d -p 7225:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/ubuntu/temp', 'ls=main.py, leeme.md, video.mp4, script.sh'] | arranca un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web con terminal.", "cmd": "docker run -it httpd bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Apaga 'grafana'.", "cmd": "docker stop grafana"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | levanta el stack en modo detached", "cmd": "docker-compose up -d"} {"instruction": "Contexto: ['pwd=/tmp/bin', 'ls='] | desplega un redis en el puerto 9000", "cmd": "docker run -d -p 9000:6379 redis"} {"instruction": "Contexto: ['pwd=/etc/ssh', 'ls='] | pon un contenedor interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista lo que corre", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza una db mysql en el puerto 7231", "cmd": "docker run -d -p 7231:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=index.html'] | arranca mysql con nombre mi_servicio en el puerto 4407", "cmd": "docker run -d --name mi_servicio -p 4407:3306 mysql"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | inicializa un apache por el 2033", "cmd": "docker run -d -p 2033:80 httpd"} {"instruction": "Contexto: ['pwd=/home/valeria', 'ls='] | borra la imagen de redis", "cmd": "docker rmi redis"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | pon un cache redis en el 7165", "cmd": "docker run -d -p 7165:6379 redis"} {"instruction": "Contexto: ['pwd=/tmp/build', 'ls='] | despliega una db mysql en el 6021", "cmd": "docker run -d -p 6021:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home/invitado/cosas', 'ls=backup.tar, source.zip, logo.png, notas.txt'] | destruye container1", "cmd": "docker rm container1"} {"instruction": "Contexto: ['pwd=/var/www/root', 'ls=docker-compose.yml'] | aranca un myslq", "cmd": "docker run -d mysql"} {"instruction": "Contexto: ['pwd=/var/log', 'ls='] | apaga el contenedor nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/home/julia/public_html', 'ls=package.json'] | trae redis:6-alpine", "cmd": "docker pull redis:6-alpine"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | ejecuta un script en el contenedor app", "cmd": "docker exec app ./script.sh"} {"instruction": "Contexto: ['pwd=/usr/src', 'ls=main.css'] | Crea un web 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/home/minecraft_server', 'ls=server.properties'] | descarga node lts", "cmd": "docker pull node:lts"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | correr nginx en el puerto 90", "cmd": "docker run -d -p 90:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | muestra el historial de capas de 'nginx'", "cmd": "docker history nginx"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache en el puerto 8888.", "cmd": "docker run -d -p 8888:80 httpd"} {"instruction": "Contexto: ['pwd=/home/usuario', 'ls=.bash_history'] | inicia un postgres con clave 'secreta'", "cmd": "docker run -d -e POSTGRES_PASSWORD=secreta postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero ejecutar bash en el contenedor ubuntu", "cmd": "docker exec -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/home/cloud', 'ls='] | inicia un localstack", "cmd": "docker run -d localstack/localstack"} {"instruction": "Contexto: ['pwd=/home/rosa', 'ls='] | elimina el contenedor server", "cmd": "docker rm server"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | despliege un redis nombrer prueba", "cmd": "docker run -d --name prueba redis"} {"instruction": "Contexto: ['pwd=/home/pablo', 'ls='] | bájate la última de ubuntu", "cmd": "docker pull ubuntu:latest"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls=index.php, logo.png'] | arranca un httpd en el puerto 80", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/miguel/fotos', 'ls=config.xml, icon.ico'] | descarga elasticsearch", "cmd": "docker pull elasticsearch"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache en la 2.4.", "cmd": "docker run -d httpd:2.4"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls=index.html'] | levanta un httpd en el puertp 5000", "cmd": "docker run -d -p 5000:80 httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=TODO.txt, index.html'] | lebanta un apche en el en el puerto 8080", "cmd": "docker run -d -p 8080:80 httpd"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls='] | despliega la versión 1.0 de caddy", "cmd": "docker run -d caddy:1.0"} {"instruction": "Contexto: ['pwd=/srv/tmp', 'ls=error.log, data.csv, backup.tar.gz'] | para db", "cmd": "docker stop db"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=readme.md'] | inicia un rabbitmq", "cmd": "docker run -d rabbitmq:3-management"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | lista los procesos docker", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/srv', 'ls=readme.txt'] | levanta un postgres con password secreto", "cmd": "docker run -d -e POSTGRES_PASSWORD=secreto postgres"} {"instruction": "Contexto: ['pwd=/home/user', 'ls='] | quiero consola en el contenedor api", "cmd": "docker exec -it api sh"} {"instruction": "Contexto: ['pwd=/home/desarrollador/proyectos', 'ls=main.go'] | inicia un redis con contraseña", "cmd": "docker run -d redis redis-server --requirepass 12345"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=index.html'] | stopea el contenedor redis", "cmd": "docker stop redis"} {"instruction": "Contexto: ['pwd=/home/fedora/test', 'ls=server.js, node_modules/'] | corre un servicio base de datos postgres en el puerto 7299", "cmd": "docker run -d -p 7299:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | inicia un contenedor con variables desde archivo", "cmd": "docker run -d --env-file config.env nginx"} {"instruction": "Contexto: ['pwd=/etc/default', 'ls='] | inicia un python", "cmd": "docker run -it python python"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=error.log, data.csv'] | levanta rabbitmq en el puerto 8888", "cmd": "docker run -d -p 8888:5672 rabbitmq"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | pon un web en el puerto 1004", "cmd": "docker run -d -p 1004:80 httpd"} {"instruction": "Contexto: ['pwd=/tmp/update-manager', 'ls=log'] | levanta un redis en segundo plano", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | levanta un wordpress en el 8080", "cmd": "docker run -d -p 8080:80 wordpress"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Inspecciona la imagen.", "cmd": "docker image inspect image_name"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | inicia un contenedor interactivo de java", "cmd": "docker run -it openjdk bash"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | quiero entrar en el contenedor de nginx", "cmd": "docker exec -it nginx bash"} {"instruction": "Contexto: ['pwd=/home/deploy/infra', 'ls=deploy.sh'] | levanta un mysql 5.7", "cmd": "docker run -d -e MYSQL_ROOT_PASSWORD=root mysql:5.7"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Construir imágenes sin caché.", "cmd": "docker-compose build --no-cache"} {"instruction": "Contexto: ['pwd=/home/deploy', 'ls='] | mata y borra el contenedor app", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/ubuntu/www', 'ls=data.csv, config.yml, session.lock'] | arranca un ubuntu llamado mi-app", "cmd": "docker run -d --name mi-app ubuntu:20.04"} {"instruction": "Contexto: ['pwd=/usr/tmp', 'ls=script.sh, config.json'] | dime lo que hay corriendo", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/etc/www', 'ls='] | status los contenedores todos", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home/kde-user', 'ls='] | quiero que corras un mysql en el puerto 6018", "cmd": "docker run -d -p 6018:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www', 'ls='] | borra el contenedor mysql", "cmd": "docker rm mysql"} {"instruction": "Contexto: ['pwd=/home/lucia/docs', 'ls=config.json'] | apaga el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls='] | necesito un un contenedor interactivo de hello-world", "cmd": "docker run --rm hello-world"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Usar contexto default.", "cmd": "docker context use default"} {"instruction": "Contexto: ['pwd=/opt/bin', 'ls='] | descarga rust", "cmd": "docker pull rust"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Entrar al shell.", "cmd": "docker exec -it container_id sh"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | entra en el contenedor llamado core", "cmd": "docker exec -it core bash"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Lanza un alpine.", "cmd": "docker run -it alpine sh"} {"instruction": "Contexto: ['pwd=/home/spark', 'ls='] | elimina el contenedor spark", "cmd": "docker rm spark"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web montando este path.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache que se borra al salir.", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/tmp/opt', 'ls='] | lebanta un ghost en el puerto 1234", "cmd": "docker run -d -p 1234:2368 ghost"} {"instruction": "Contexto: ['pwd=/tmp/sysadmin', 'ls=error.log'] | elimna el contenedor mysql", "cmd": "docker rm mysql"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | levanta un mysql en el puerto 6003", "cmd": "docker run -d -p 6003:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | configurame un mysql en el puerto 6015", "cmd": "docker run -d -p 6015:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | elimina todo lo que no se usa", "cmd": "docker system prune -f"} {"instruction": "Contexto: ['pwd=/home/roberto/juegos', 'ls=savegame.dat'] | inicia un rabbitmq", "cmd": "docker run -d rabbitmq:3-management"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | entra al contenedor cache", "cmd": "docker exec -it cache redis-cli"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | despliega un mysql en el puerto 6001", "cmd": "docker run -d -p 6001:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/opt/docker', 'ls='] | inicia un wp en el 4028", "cmd": "docker run -d -p 4028:80 wordpress"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | lanza un postgres en el puerto 7271", "cmd": "docker run -d -p 7271:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/etc/terminfo', 'ls='] | pon un contenedor", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un redis en el puerto 7172", "cmd": "docker run -d -p 7172:6379 redis"} {"instruction": "Contexto: ['pwd=/root', 'ls=id_rsa, musica.mp3'] | corre un memcached llamado test", "cmd": "docker run -d --name test memcached:alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | inicia un mysql en el puerto 3300", "cmd": "docker run -d -p 3300:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | levanta un nginx en el puerto 3003", "cmd": "docker run -d -p 3003:80 nginx"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | inicializa un cache redis por el 5033", "cmd": "docker run -d -p 5033:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yaml'] | Inicia compose (extensión yaml).", "cmd": "docker-compose up -d"} {"instruction": "Contexto: ['pwd=/home/fedora/proyectos', 'ls='] | lanza un nginx en el puerto 3017", "cmd": "docker run -d -p 3017:80 nginx"} {"instruction": "Contexto: ['pwd=/home/ana', 'ls='] | estado del contenedor httpd", "cmd": "docker inspect --format '{{.State.Status}}' httpd"} {"instruction": "Contexto: ['pwd=/root', 'ls=config.yml, leeme.md'] | lanza nginx y bórralo al salir", "cmd": "docker run --rm -it nginx:latest"} {"instruction": "Contexto: ['pwd=/etc/bin', 'ls=index.html, id_rsa'] | lebanta un contenedor interactivo de python", "cmd": "docker run -it python bash"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | configurame un nginx en el 3035", "cmd": "docker run -d -p 3035:80 nginx"} {"instruction": "Contexto: ['pwd=/home/roberto/logs', 'ls=index.html, id_rsa'] | crea un contenedor un node interactivo", "cmd": "docker run -it node:16 bash"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | necesito un contenedor nginx en el puerto 7082", "cmd": "docker run -d -p 7082:80 nginx"} {"instruction": "Contexto: ['pwd=/usr/include', 'ls=stdio.h'] | corre un nodejs", "cmd": "docker run -it node node"} {"instruction": "Contexto: ['pwd=/etc/xml', 'ls=catalog'] | arranca un contenedor", "cmd": "docker run -d busybox"} {"instruction": "Contexto: ['pwd=/home/fedora/public_html', 'ls=index.html, style.css, script.js'] | despliega un postgres en el puerto 7251", "cmd": "docker run -d -p 7251:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/home/root/docs', 'ls=data.csv, error.log'] | obtener la imagen de mongo", "cmd": "docker pull mongo"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=backup.tar.gz, script.sh'] | haz pull la imagen de hello-world", "cmd": "docker pull hello-world"} {"instruction": "Contexto: ['pwd=/sys', 'ls='] | levanta un elasticsearch", "cmd": "docker run -d -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/etc/tmp', 'ls=id_rsa, data.csv, backup.tar.gz'] | bora el contenedor app forzando", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/opt/root', 'ls=docker-compose.yml, error.log'] | aranca un redis", "cmd": "docker run -d redis"} {"instruction": "Contexto: ['pwd=/opt/tmp', 'ls=backup.tar.gz, config.json'] | inspecciona los contenedores activos", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/home/usuario/docs', 'ls=README.md, LICENSE'] | configurame una db mysql en el 7235", "cmd": "docker run -d -p 7235:3306 -e MYSQL_ROOT_PASSWORD=root mysql"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | pon un grafana en el puerto 5000", "cmd": "docker run -d -p 5000:3000 grafana/grafana"} {"instruction": "Contexto: ['pwd=/home/dev/musica', 'ls=main.py'] | corre un debian interactivo", "cmd": "docker run -it debian:buster bash"} {"instruction": "Contexto: ['pwd=/var/bin', 'ls='] | stop nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/opt/juan', 'ls='] | kita el contenedor httpd a la fuerza", "cmd": "docker rm -f httpd"} {"instruction": "Contexto: ['pwd=/home/jetty', 'ls='] | inicia un jetty", "cmd": "docker run -d jetty"} {"instruction": "Contexto: ['pwd=/home/jenkins/descargas', 'ls=styles.css, index.html, config.yml, trabajo.docx'] | corre un ubuntu llamado prod", "cmd": "docker run -d --name prod ubuntu:22.04"} {"instruction": "Contexto: ['pwd=/home/qa_tester/suite', 'ls=test.selenium'] | arranca un python 3.8", "cmd": "docker run -it python:3.8 bash"} {"instruction": "Contexto: ['pwd=/var/spool/cron', 'ls=crontabs/'] | levanta un memcached", "cmd": "docker run -d memcached"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un portal en nginx en el puerto 7096", "cmd": "docker run -d -p 7096:80 nginx"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=app.js, package.json'] | levanta un web en el puerto 7002", "cmd": "docker run -d -p 7002:80 httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls='] | ejecuta sh en el contenedor init", "cmd": "docker exec -it init sh"} {"instruction": "Contexto: ['pwd=/etc', 'ls=fstab'] | elimina la imagen de ubuntu", "cmd": "docker rmi ubuntu"} {"instruction": "Contexto: ['pwd=/home/invitado', 'ls=.bash_history'] | borra la imagen de nginx", "cmd": "docker rmi nginx"} {"instruction": "Contexto: ['pwd=/home/debian/scripts', 'ls=package.json, foto.jpg, app.js, main.py'] | inicia ubuntu y bórralo al salir", "cmd": "docker run --rm -it ubuntu:latest"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Levanta un contenedor de nginx.", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/usr/bin', 'ls='] | frena nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | enséñame los contenedores", "cmd": "docker ps -a"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Reinicia el stack.", "cmd": "docker-compose restart"} {"instruction": "Contexto: ['pwd=/var/www', 'ls=docker-compose.yml, error.log'] | para el contenedor niginx", "cmd": "docker stop niginx"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache en versión latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/miguel_angel/codigo', 'ls=repo.git'] | descarga postgres 14", "cmd": "docker pull postgres:14"} {"instruction": "Contexto: ['pwd=/srv', 'ls=data.json'] | Ejecuta un apache llamado web-prod.", "cmd": "docker run -d --name web-prod httpd"} {"instruction": "Contexto: ['pwd=/opt', 'ls=config.txt'] | Inicia un servidor apache latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/grafana_user/data', 'ls=plugins'] | pon un contenedor de grafana", "cmd": "docker run -d -p 3000:3000 grafana/grafana"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | muéstrame la lista de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/etc/opt', 'ls=error.log, index.html, id_rsa'] | inicia un phpmyadmin", "cmd": "docker run -d phpmyadmin"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web en el 8000.", "cmd": "docker run -d -p 8000:80 httpd"} {"instruction": "Contexto: ['pwd=/home/deploy/public', 'ls=presupuesto.xlsx, style.css, video.mp4, id_rsa.pub'] | corre un ruby en el puerto 80", "cmd": "docker run -d -p 80:80 ruby"} {"instruction": "Contexto: ['pwd=/home', 'ls=docker-compose.yml'] | Detén los servicios.", "cmd": "docker-compose stop"} {"instruction": "Contexto: ['pwd=/home/usuario/cartas', 'ls=carta.pdf'] | inicia un contenedor centos", "cmd": "docker run -it centos:7 bash"} {"instruction": "Contexto: ['pwd=/root/config', 'ls=nginx.conf'] | prueba la config de nginx montando el archivo", "cmd": "docker run --rm -v $(pwd)/nginx.conf:/etc/nginx/nginx.conf:ro nginx nginx -t"} {"instruction": "Contexto: ['pwd=/home/julia', 'ls='] | ejecuta un contenedor llamado prueba", "cmd": "docker run -d --name prueba nginx"} {"instruction": "Contexto: ['pwd=/home/ubuntu/snap', 'ls=readme'] | inicia un contenedor de python 3", "cmd": "docker run -it python:3 bash"} {"instruction": "Contexto: ['pwd=/home/rabbitmq', 'ls='] | levanta un rabbitmq", "cmd": "docker run -d rabbitmq"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | arranca un mailhog en el 8025", "cmd": "docker run -d -p 8025:8025 mailhog/mailhog"} {"instruction": "Contexto: ['pwd=/var/lib', 'ls='] | pon un vault", "cmd": "docker run -d vault"} {"instruction": "Contexto: ['pwd=/home/dev', 'ls=README.md'] | Inicia un apache web con este volumen.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/tmp/dev', 'ls=wp-config.php, index.php'] | pon un contenedor de redis en el 7194", "cmd": "docker run -d -p 7194:6379 redis"} {"instruction": "Contexto: ['pwd=/tmp/sysadmin', 'ls=TODO.txt'] | lebanta un httpd en el port 80", "cmd": "docker run -d -p 80:80 httpd"} {"instruction": "Contexto: ['pwd=/home/admin', 'ls='] | Pon un apache montando el directorio.", "cmd": "docker run -d -v $(pwd):/usr/local/apache2/htdocs/ httpd"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | corre un apache en el 2032", "cmd": "docker run -d -p 2032:80 httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=keys'] | Monta las llaves ssh.", "cmd": "docker run -v $(pwd)/keys:/root/.ssh -d ssh-client"} {"instruction": "Contexto: ['pwd=/home/admin_sys/logs', 'ls=error.log'] | corre un ubuntu interactivo", "cmd": "docker run -it ubuntu bash"} {"instruction": "Contexto: ['pwd=/mnt/data', 'ls=todo.list, styles.css, trabajo.docx, leeme.md'] | quita la imagen de node", "cmd": "docker rmi node"} {"instruction": "Contexto: ['pwd=/home', 'ls=error.log, TODO.txt'] | estatus del contenedor postgre", "cmd": "docker ps -a --filter name=postgre"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=error.log'] | apaga el contenedor mysql", "cmd": "docker stop mysql"} {"instruction": "Contexto: ['pwd=/tmp', 'ls='] | entra en el contenedor slave", "cmd": "docker exec -it slave bash"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un cache redis por el puerto 7163", "cmd": "docker run -d -p 7163:6379 redis"} {"instruction": "Contexto: ['pwd=/home', 'ls=db'] | Vincula la carpeta db local.", "cmd": "docker run -v $(pwd)/db:/db -d mongo"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Conecta el contenedor a la red.", "cmd": "docker network connect mi-red contenedor"} {"instruction": "Contexto: ['pwd=/opt/app', 'ls='] | Despliega un apache con nombre my-apache en el puerto 8888.", "cmd": "docker run -d --name my-apache -p 8888:80 httpd"} {"instruction": "Contexto: ['pwd=/home/laura/suite', 'ls=paquete.deb, script.py, access.log, install.exe, video.mp4'] | ejecuta httpd", "cmd": "docker run --rm httpd"} {"instruction": "Contexto: ['pwd=/home/ansible_user/playbooks', 'ls=site.yml'] | arranca un contenedor privilegiado", "cmd": "docker run -d --privileged ubuntu"} {"instruction": "Contexto: ['pwd=/var/adm', 'ls=messages'] | descarga grovy", "cmd": "docker pull groovy"} {"instruction": "Contexto: ['pwd=/tmp', 'ls=app.js'] | Despliega un web llamado frontend.", "cmd": "docker run -d --name frontend httpd"} {"instruction": "Contexto: ['pwd=/usr/local/games', 'ls='] | descarga elixir", "cmd": "docker pull elixir"} {"instruction": "Contexto: ['pwd=/opt/proyectos/sitio', 'ls=docker-compose.yml, .env'] | arranca un postgres por el puerto 7253", "cmd": "docker run -d -p 7253:5432 -e POSTGRES_PASSWORD=pass postgres"} {"instruction": "Contexto: ['pwd=/tmp/lib', 'ls=README.md, index.html'] | para nginx", "cmd": "docker stop nginx"} {"instruction": "Contexto: ['pwd=/home/linux_user', 'ls='] | bájate ubuntu", "cmd": "docker pull ubuntu"} {"instruction": "Contexto: ['pwd=/sys', 'ls='] | levanta un elasticsearch", "cmd": "docker run -d -e 'discovery.type=single-node' elasticsearch:7.17.0"} {"instruction": "Contexto: ['pwd=/opt/dev', 'ls='] | como esta del contenedor node", "cmd": "docker inspect --format '{{.State.Status}}' node"} {"instruction": "Contexto: ['pwd=/srv/www', 'ls='] | aranca un contenedor interactivo de python montando el directorio actual", "cmd": "docker run -v $(pwd):/app -it python bash"} {"instruction": "Contexto: ['pwd=/etc/pam.d', 'ls='] | pon un contenedor alpine", "cmd": "docker run -d alpine"} {"instruction": "Contexto: ['pwd=/var/lib/mysql', 'ls='] | dame un nginx en el puerto 3016", "cmd": "docker run -d -p 3016:80 nginx"} {"instruction": "Contexto: ['pwd=/srv/data', 'ls='] | monta un web en el 1030", "cmd": "docker run -d -p 1030:80 httpd"} {"instruction": "Contexto: ['pwd=/var/www/dev', 'ls=error.log'] | lvanta un ubuntu en el puertp 90", "cmd": "docker run -d -p 90:80 ubuntu"} {"instruction": "Contexto: ['pwd=/sys/power', 'ls=state'] | elimina el contenedor cache", "cmd": "docker rm cache"} {"instruction": "Contexto: ['pwd=/home/guest', 'ls='] | inicia un wordpress en el 80", "cmd": "docker run -d -p 80:80 wordpress"} {"instruction": "Contexto: ['pwd=/etc/default', 'ls=keyboard'] | inicia un python", "cmd": "docker run -it python python"} {"instruction": "Contexto: ['pwd=/run', 'ls=vacaciones.jpg'] | arranca un golang", "cmd": "docker run -d golang"} {"instruction": "Contexto: ['pwd=/usr/share/nginx', 'ls='] | configurame un apache en el puerto 2015", "cmd": "docker run -d -p 2015:80 httpd"} {"instruction": "Contexto: ['pwd=/home/frontend_dev', 'ls='] | bájate node:18", "cmd": "docker pull node:18"} {"instruction": "Contexto: ['pwd=/opt/www', 'ls=index.html, error.log'] | frena web", "cmd": "docker stop web"} {"instruction": "Contexto: ['pwd=/opt/lib', 'ls='] | levanta elasticsearch en el puerto 1234", "cmd": "docker run -d -p 1234:9200 elasticsearch"} {"instruction": "Contexto: ['pwd=/usr/share/nginx/html', 'ls=config.json, data.csv'] | crea un nginx en el puerto 7056", "cmd": "docker run -d -p 7056:80 nginx"} {"instruction": "Contexto: ['pwd=/opt', 'ls=...'] | Arranca postgres en el puerto 5432.", "cmd": "docker run -p 5432:5432 -d postgres"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | muéstrame la lista de contenedores", "cmd": "docker ps"} {"instruction": "Contexto: ['pwd=/etc/log', 'ls=script.sh, error.log'] | deshazte de el contenedor app forzando", "cmd": "docker rm -f app"} {"instruction": "Contexto: ['pwd=/home/ana/docs', 'ls=id_rsa, backup.tar.gz'] | parra el contenedor test", "cmd": "docker stop test"} {"instruction": "Contexto: ['pwd=/opt', 'ls=error.log'] | como esta del contenedor httpd", "cmd": "docker inspect --format '{{.State.Status}}' httpd"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Mapea directorio actual.", "cmd": "docker run -v $(pwd):/app -d python-script"} {"instruction": "Contexto: ['pwd=/srv/http', 'ls=main.py, requirements.txt'] | quiero que corras un wp en el puerto 7138", "cmd": "docker run -d -p 7138:80 wordpress"} {"instruction": "Contexto: ['pwd=/var/tmp', 'ls=cache.bin'] | Levanta un apache en latest.", "cmd": "docker run -d httpd:latest"} {"instruction": "Contexto: ['pwd=/home/ansible/scripts', 'ls=icon.ico, index.html, game.iso, source.tar.gz, session.lock'] | arranca un nginx", "cmd": "docker run -d nginx"} {"instruction": "Contexto: ['pwd=/opt/sysadmin', 'ls='] | despliega un nignx nombrer app", "cmd": "docker run -d --name app nginx"} {"instruction": "Contexto: ['pwd=/var/lib/jenkins', 'ls=plugins/'] | pon un jenkins y monta este home", "cmd": "docker run -d -p 8080:8080 -v $(pwd):/var/jenkins_home jenkins/jenkins:lts"} {"instruction": "Contexto: ['pwd=/tmp/tmp', 'ls=README.md, error.log, backup.tar.gz'] | lebanta jenkins/jenkins con nombre mi_servicio en el puerto 8627", "cmd": "docker run -d --name mi_servicio -p 8627:8080 jenkins/jenkins"} {"instruction": "Contexto: ['pwd=/home', 'ls='] | Levanta un servidor web.", "cmd": "docker run -d httpd"} {"instruction": "Contexto: ['pwd=/home/alumno/bin', 'ls=package.json, config.yml, logo.png, source.zip'] | lanza un busybox", "cmd": "docker run -d busybox:latest"} {"instruction": "Contexto: ['pwd=/home/root', 'ls='] | destruye el contenedor web", "cmd": "docker rm web"} {"instruction": "Contexto: ['pwd=/var/www/html', 'ls='] | crea un nginx en el port 3027", "cmd": "docker run -d -p 3027:80 nginx"} {"instruction": "Contexto: ['pwd=/home', 'ls=...'] | Cambia nombre de container.", "cmd": "docker rename app app_backup"} {"instruction": "Contexto: ['pwd=/home/app', 'ls=Dockerfile'] | Construye la imagen.", "cmd": "docker build -t mi-imagen ."} {"instruction": "Contexto: ['pwd=/var/mail', 'ls='] | pon un contenedor con variables de entorno", "cmd": "docker run -d -e ENV=dev alpine"} {"instruction": "Contexto: ['pwd=/home', 'ls=Dockerfile'] | reinicia 'nginx-proxy'", "cmd": "docker restart nginx-proxy"}