https://github.com/evertcode/hello-world-docker
Hello world with Java and Docker
https://github.com/evertcode/hello-world-docker
docker dockerfile java java11
Last synced: 7 months ago
JSON representation
Hello world with Java and Docker
- Host: GitHub
- URL: https://github.com/evertcode/hello-world-docker
- Owner: evertcode
- License: mit
- Created: 2020-09-17T14:27:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T15:09:19.000Z (over 5 years ago)
- Last Synced: 2025-03-02T18:26:15.756Z (11 months ago)
- Topics: docker, dockerfile, java, java11
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hello-world-docker
Ejemplo de Hola Mundo con Java y Docker
### Pre-requisitos 📋
Tener instalado Docker y algun editor de texto
```
docker version
```
### Instalación 🔧
Clonar el repositorio
```
git clone https://github.com/evertcode/hello-world-docker.git
```
Constuir la imagen
```
docker build -t helloworld .
```
Obtener IMAGEN_ID de **helloworld**
```
docker image
```
### Ejecutando las pruebas ⚙️
```
docker run IMAGEN_ID
```
## Licencia 📄
Este proyecto está bajo la Licencia (MIT) - mira el archivo [LICENSE.md](LICENSE.md) para detalles