Find a file
2024-08-19 15:47:52 +02:00
config Ubuntu Based Image 2018-06-22 14:00:25 -07:00
.dockerignore Ubuntu Based Image 2018-06-22 14:00:25 -07:00
.npmignore Ubuntu Based Image 2018-06-22 14:00:25 -07:00
COPYING Ubuntu Based Image 2018-06-22 14:00:25 -07:00
docker-compose.microservices.yml Ubuntu Based Image 2018-06-22 14:00:25 -07:00
docker-compose.yml increase /dev/shm 2018-08-01 09:13:18 -07:00
docker-entrypoint.sh update image & remove database 2024-08-19 15:47:52 +02:00
Dockerfile update image & remove database 2024-08-19 15:47:52 +02:00
LICENSE Ubuntu Based Image 2018-06-22 14:00:25 -07:00
pm2Shinobi.yml Ubuntu Based Image 2018-06-22 14:00:25 -07:00
README.md update readme 2018-06-22 17:21:05 -07:00
start-image.sh Ubuntu Based Image 2018-06-22 14:00:25 -07:00

Shinobi CCTV on NVIDIA Docker

Nvidia Enabled Docker Image for Shinobi CCTV. Based on https://gitlab.com/Shinobi-Systems/ShinobiDocker

How to Dock Shinobi

docker-compose should already be installed.

  1. Clone the Repo and enter the docker-shinobi directory.

    git clone https://gitlab.com/Shinobi-Systems/ShinobiNvidiaDocker.git ShinobiNvidiaDocker && cd ShinobiNvidiaDocker
    
  2. Spark one up.

    sh start-image.sh
    
  3. 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 : admin@shinobi.video
    Password : admin
    
  4. After account creation head on over to the main Web Address and start using Shinobi!

    http://xxx.xxx.xxx.xxx:8080/
    
  5. Enjoy!