An open API service indexing awesome lists of open source software.

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

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