Skip to content

jsouth/docker-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

85ae821 · May 30, 2018

History

7 Commits
Feb 16, 2018
May 30, 2018
Feb 17, 2018
Apr 23, 2018

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