This project deploys a "Hello World" message on the web using Docker with its html programming language.
- Docker installed on your computer
-
Open your preferred console:
-
To run the image, use the following command:
docker run -p 8080:80 alexmpz/hola-html -
Open a browser and visit http://localhost:8080, where you should see "Hello World."