Sign inSign up

yu9824/github-pages

By yu9824

•Updated about 2 years ago

Docker image for local testing of Github pages

Image
0

1.4K

yu9824/github-pages repository overview

⁠github-pages-docker

⁠How to use

docker run -it --rm --name github-pages \
    --mount type=bind,src="$(pwd)",dst=/home/reichen/app/,readonly \
    -p "4000:4000" yu9824/github-pages:latest

and then, access to http://localhost:4000/⁠

Tag summary

Content type

Image

Digest

sha256:1be639057…

Size

403.6 MB

Last updated

about 2 years ago

docker pull yu9824/github-pages