Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page https://idle.run/docker-shinobi
title Shinobi Support for Raspberry Pi
tags shinobi camera raspberry pi
date 2018-05-26

Overview

Run https://shinobi.video/ on Docker on a Raspberry Pi (tested on Raspberry Pi 3 B+)

Requirements

Install Docker as described here: https://www.raspberrypi.org/blog/docker-comes-to-raspberry-pi/

curl -sSL https://get.docker.com | sh

Get some dependencies

sudo apt-get install -y git-core python3 python3-pip
sudo pip3 install docker-compose

Checkout the repo

git clone https://github.com/idlerun/docker-shinobi.git

Usage

Create containers:

cd docker-shinobi/debian
docker-compose up -d --build

Log in:

Web Address : http://xxx.xxx.xxx.xxx:8080/super
Username : admin@shinobi.video
Password : admin

More info here: https://shinobi.video/docs/start#content-docker

Swap

raspbian has pretty limited swap by default, might be helpful to add osme more.

mkdir -v /var/cache/swap
cd /var/cache/swap
sudo dd if=/dev/zero of=swapfile bs=1K count=2M
sudo mkswap swapfile
sudo swapon swapfile

About

These images are designed to be used in a micro-service environment. Many thanks to Shinobi Dev and MoeIsCool for their great work!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages