Skip to content

jaketrent/ohai-docker-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simplest static site with nginx on Docker.

Run

Build container:

docker build -t customweb .

Run container:

docker run -it --rm -d -p 8080:80 --name web2 customweb

See static site:

xdg-open localhost:8080

See running containers:

docker ps

Stop container:

docker stop web2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published