An otter minimalistic wiki powered by python, markdown and git.
500K+
An Otter wikiAn Otter Wiki is a minimalistic wiki powered by python, markdown and git.
Issues and feature requests: Please reach out and report them via github.
The stable images are build for the plattforms amd64, arm64, armv7 and armv6.
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
See the official documentation on installation and configuration of the application.
services:
otterwiki:
image: redimp/otterwiki:2
restart: unless-stopped
ports:
- 8080:80
volumes:
- ./app-data:/app-data
docker run -p 8080:80 -v $PWD/app-data:/app-data --name otterwiki redimp/otterwiki:2
Content type
Image
Digest
sha256:af0e78e46…
Size
81.9 MB
Last updated
1 day ago
docker pull redimp/otterwiki:dev-test-all-slim