Sign inSign up

lssalas/html-project

By lssalas

Updated almost 2 years ago

Hello World from HTML

Image
Languages & frameworks
0

896

lssalas/html-project repository overview

Docker Hub Launch Manual

1. Download the Image

To download the image from Docker Hub, run:

docker pull lssalas/html-project:latest

2. Run the Container

Once the image is downloaded, run the container:

docker run -d -p 8081:80 lssalas/html-project:latest

This will start the container, and the application will be available at http://localhost:8081/.

Notes

  • Docker must be running on your machine before running the commands.
  • GitHub Repository for more details.

Tag summary

Content type

Image

Digest

sha256:0b8b52888

Size

21.7 MB

Last updated

almost 2 years ago

docker pull lssalas/html-project