8000 GitHub - acrelle/infobot-docker: Infobot on debian for amd64 and arm32v7 on Docker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

acrelle/infobot-docker

Repository files navigation

infobot-docker

Raspberry Pi Infobot installation based on debian. Built for both amd64 and arm32v7 (Raspberry Pi 2 onwards).

Contains some custom patches.

Source

Source: https://github.com/acrelle/infobot-docker Infobot Source: https://svn.code.sf.net/p/infobot/code/trunk

Build

https://hub.docker.com/r/acrelle/infobot/

Supported architectures

amd64,arm32v7

Usage

docker run -dt \
    -v files:/home/infobot/infobot-code/files \
    -v log:/home/infobot/infobot-code/log \
    acrelle/infobot

Docker Compose

Sample:

version: "2"
services:
  infobot:
    build: .
    image: acrelle/infobot
    container_name: infobot
    network_mode: bridge
    restart: always
    volumes:
      - ~/appdata/infobot/infobot_data/files:/home/infobot/infobot-code/files 
      - ~/appdata/infobot/infobot_data/log:/home/infobot/infobot-code/log

About

Infobot on debian for amd64 and arm32v7 on Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0