Skip to content

Demo on how using docker in order to setup a simple web application

License

Notifications You must be signed in to change notification settings

matteogll/docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-demo

Demo on how using docker in order to setup a simple web application.

Build image

From the directory containing the Dockefile run the command:
docker build -t matteogll/docker-example:1.0.0 .

Chek the presence of the image with the command: docker images

Run container

Run the container with the image just created:
docker run -d -p 8080:80 matteogll/docker-example:1.0.0

Note

The image is also pushed to Docker Hub. You can pull it by running the command:
docker pull matteogll/docker-demo

About

Demo on how using docker in order to setup a simple web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published