Skip to content

jsouth/docker-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#docker Static Serve a static website using docker swarm

Run the image

docker run -p 8000:80 --name static jsouth/static-site

Build the image

docker build -t jsouth/static-site:latest .

Deploy

docker stack deploy --compose-file docker-compose.yml static-site

View services

docker stack services static-site

About

Serve a static site with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages