Skip to content

sarrubiads/docker-php-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker - proof of concept

How should you use it? To use this sample you should follow the steps described below:

1 - First you must to clone this repo.

2 - To create the image you need go to root project directory (cd /cloned_docker-php-poc_path/ ) and run:

  docker build -t php-poc:1.0 .

3 - Now, to create the container instance you should run the command below:

  docker run -d -p 8081:80 -e CONTAINER_NUMBER=1 php-poc:1.0

4 - Finally open your favorite web browser and go to http://localhost:8081

About

Proof of concept - Docker training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages