Skip to content

digikin/docker-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-static

This is to create a container from a static html website.

The nginx conf is to serve files without showing the actual file. ex: localhost/# not localhost/index.html

Directions

git clone git@github.com:digikin/docker-static.git

cd docker-static

docker build -t static-content .


Instructions preview

Instructions

docker ps -a

docker run --name demo -d -p 80:80 static-content

Visit http://localhost

Static preview

Static website docker container