Skip to content

This is just a sample HTML project, which demonstrate Docker functionality.

Notifications You must be signed in to change notification settings

roshanlabh/dockersampleimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is just a sample HTML project, which demonstrate Docker functionality.

Just clone this repo. Then run "docker build -t ." command.

docker build -t sample-html-app .

It will create image from your Dockerfile. Then to run this image, use "docker run -dit --name -p :80 "

docker run -dit --name jumboapp -p 8080:80 my-apache2

About

This is just a sample HTML project, which demonstrate Docker functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published