Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yu9824/github-pages-docker
- Owner: yu9824
- License: mit
- Created: 2024-06-30T11:06:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T12:18:00.000Z (4 months ago)
- Last Synced: 2024-07-04T13:15:28.759Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/yu9824/github-pages
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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