Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yu9824/github-pages-docker

Docker image for local testing of Github pages
https://github.com/yu9824/github-pages-docker

Last synced: 10 days ago
JSON representation

Docker image for local testing of Github pages

Awesome Lists containing this project

README

        

# github-pages-docker

## How to use

```bash
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/

## Links

- Github: https://github.com/yu9824/github-pages-docker
- Docker hub: https://hub.docker.com/r/yu9824/github-pages