redimp/otterwiki

By redimp

Updated 1 day ago

An otter minimalistic wiki powered by python, markdown and git.

Helm
Image
2

500K+

redimp/otterwiki repository overview

An Otter wiki

An 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.

Getting started

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.

docker-compose
services:
  otterwiki:
    image: redimp/otterwiki:2
    restart: unless-stopped
    ports:
      - 8080:80
    volumes:
      - ./app-data:/app-data
docker cli
docker run -p 8080:80 -v $PWD/app-data:/app-data --name otterwiki redimp/otterwiki:2

Tag summary

Content type

Image

Digest

sha256:af0e78e46

Size

81.9 MB

Last updated

1 day ago

docker pull redimp/otterwiki:dev-test-all-slim