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 […]
Show which port your Java Spring Boot Gradle app is listening on June 5, 2026 | No Comments | code, configuration, information, java Note that I commented out one line; that’s because otherwise there would be two instances of the app running, and then there would be a […]
program for programming April 10, 2026 | No Comments | code, information, vscode You need to know the difference between an IDE and a text editor: Sometimes I modify one or two values in a file and save […]