Skip to content

GuiPerPT/Shinobi-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shinobi Docker

Getting Started

TO RUN ( This docker image was designed to work with Mysql container and share files with host)

You can run fine without it but it will wipe all your config. To not be wiped you MUST HAVE mysql container or /var/lib/mysql shared with host pc.

If you run like this after a container restart you will not be able to connect to mysql database.

docker run -p 8080:8080 ulisses1478/shinobi

Installing

Just run this command and now you should be able to access web UI over port 8080

docker run -p 8080:8080 ulisses1478/shinobi

If you want remove and and container later you will need to save the config files and the database so you need to run the docker like this

docker run -d --name='Shinobi' -p '8080:8080/tcp' -v '/host/path/target':'/shinobi':'rw' -v '/host/path/target':'/var/lib/mysql':'rw' -v '/host/videos/path/target':'/shinobi/videos':'rw' 'ulisses1478/shinobi' 

Now you should be able to access web UI over port 8080

Authors

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.9%
  • Dockerfile 9.1%