/rpi-isso

Primary LanguageShellMIT LicenseMIT

Isso - Docker ARM builds for Raspberry PI

Docker Stars Docker Pulls Docker Image Version

About Isso

Isso is a commenting server similar to Disqus.

ARM build, for Raspberry PI

Based on official alpine version of Dockerbuild. See Tags for the versions of Isso available.

Features

  • Alpine 3.6

How to use

To run this image

docker run --name some-isso -p 8080:8080 -d isso

Or you can use a docker-compose:

version: '2'

services:
  isso:
    image: gilir/rpi-isso
    container_name: isso
    ports:
      - "8080:8080"

And run it with:

docker-compose up -d

Sources