Skip to content

lamgin/github-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-pages

Docker for github pages

Usage:

  1. Docker command

Download the image docker pull toddylin/github-pages:latest or build youself

Go into you workspace and run docker run --rm -p 4000:4000 -v .:/src/site toddylin/github-pages:lastest

Open your browser , visit http://127.0.0.1:4000

  1. Docker compose

Copy the file example/docker-compose.yml to you workspace

Run composer up

Open your browser , visit http://127.0.0.1:4000

About

Docker for github pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published