This image was inspired by MiGoller. Since forking; mrproper's previous image has been merged to make an ultimate docker image with docker-compose
.
Due to MiGoller's valiant efforts Shinobi now supports Docker. I hope I speak for everyone when I say thank you MiGoller!
Find MiGoller's original image here : https://hub.docker.com/r/migoller/shinobi/ Find the original/official image here : https://hub.docker.com/r/shinobicctv/shinobi/
docker-compose
should already be installed.
-
Clone the Repo and enter the
docker-shinobi
directory.git clone https://github.com/CGillen/shinobidocker-arm.git ShinobiDocker && cd ShinobiDocker
-
Spark one up.
sh start-image.sh
-
Open your computer's IP address in your web browser on port
8080
. Open the superuser panel to create an account.Web Address : http://xxx.xxx.xxx.xxx:8080/super Username : [email protected] Password : admin
-
After account creation head on over to the main
Web Address
and start using Shinobi!http://xxx.xxx.xxx.xxx:8080/
-
Enjoy!
Use docker buildx extension to build for multiple architectures
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t wyldecorey/shinobicctv-arm:latest . --push