Skip to content

  • Home

Tag: container

abrir una terminal en un contenedor docker

June 25, 2026
 |  No Comments
 |  code, command, configuration, console, docker, docker-compose, information, linux, Linux Ubuntu Server, macos
el comando tiene flag -it (i y t) i de interactive (para que el teclado sea input para el contenedor) y t de tty o […]

desde un container docker A comuunicarse con un container B

June 20, 2026
 |  No Comments
 |  code, command, configuration, console, docker, http, image, information, messaging
ambos contenedores deben estar en la misma red docker crear la red docker: listar todas las redes docker: para borrar una red: si Docker no […]

crear contenedor de docker a una api springboot (todo el proceso)

June 16, 2026
 |  No Comments
 |  command, configuration, console, docker, gradle, gradlew, information, java, linux, Linux Ubuntu Server, macos, port
jar crear el .jar (en la raíz, donde está gradlew tirar el comando): no bootJar crea el .jar posta (con el server tomcat y todo […]

docker-compose.yml explain of each section

May 11, 2026
 |  No Comments
 |  CLI, command, configuration, console, docker, docker-compose, information, linux, Linux Ubuntu Server, messaging, server
the docker-compose.yml This file is the “instruction manual” for Docker to know how to start the services content: the command to UP the services in […]

create a Docker image of an application

May 10, 2026
 |  No Comments
 |  command, configuration, console, docker, gradle, image, information, linux, Linux Ubuntu Server, server, spring-boot
In my case, I’ll do this with a .jar file (a Java app) (the location of .jar is in the root directory, search: /build/libs/) You […]

Posts navigation

1 2 3 Next

Categories

Theme By SKT Minimal