This project deploys a "Hello World" message on the web using Docker with its Java programming language.
- Docker installed on your computer
- Web browser to verify the deployment
-
Open your preferred console:
-
To run the image, use the following command:
docker run -p 8080:8080 alexmpz/hola-java -
Open a browser and visit http://localhost:8080, where you should see "Hello World."
-
Paste this URL into your preferred browser
https://holamundoenjava-production.up.railway.app/