Docker image for local testing of Github pages
1.4K
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/
Content type
Image
Digest
sha256:1be639057…
Size
403.6 MB
Last updated
about 2 years ago
docker pull yu9824/github-pages