Sign inSign up

lssalas/php-project

By lssalas

Updated almost 2 years ago

Hello World from PHP

Image
Languages & frameworks
0

156

lssalas/php-project repository overview

Docker Hub Launch Manual

1. Download the Image

To download the image from Docker Hub, run:

docker pull lssalas/php-project:latest

2. Run the Container

Once the image is downloaded, run the container:

docker run -d -p 8080:80 lssalas/php-project:latest

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

Notes

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

Tag summary

Content type

Image

Digest

sha256:59ac1ec89

Size

155.7 MB

Last updated

almost 2 years ago

docker pull lssalas/php-project