https://github.com/michael34435/docker-foswiki
Dockerized foswiki + nginx at port 80
https://github.com/michael34435/docker-foswiki
docker foswiki
Last synced: about 1 year ago
JSON representation
Dockerized foswiki + nginx at port 80
- Host: GitHub
- URL: https://github.com/michael34435/docker-foswiki
- Owner: michael34435
- License: mit
- Created: 2017-11-17T15:37:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T14:23:33.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T15:22:24.279Z (over 1 year ago)
- Topics: docker, foswiki
- Language: Shell
- Homepage:
- Size: 13.1 MB
- Stars: 6
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-foswiki
## Why I created this dockerfile?
I've found no one create a new version of foswiki with docker, so I created one.
And I minized the size of docker with alpinelinux, the total size for this image is `144MB`.
## How to use
```bash
docker run -idt -p 80:80 michael34435/docker-foswiki
```
## License
MIT