This is an old revision of the document!
Setting Up Shinobi as a Docker in Linux Mint
— Tom Clark 2021/12/14 11:28
I started with Linux Mint 20.2. Then I followed this advice to get Docker setup on Mint:
How to Install DOCKER on LINUX MINT - Easy Step by Step Tutorial
by fixitfixitfixit via Youtube
The next step was to get the docker download image (I guess that's what it's called) and I did that by going here:
https://gitlab.com/Shinobi-Systems/Shinobi/-/tree/dev/Docker
And the code to run was:
bash <(curl -s https://gitlab.com/Shinobi-Systems/Shinobi-Installer/raw/master/shinobi-docker.sh)
To start Shinobi in it's Docker container [as I understand it]:
docker start /Shinobi
This should get Shinobi running in the background, but to operate it you need to start your web browser and enter in the URL of the service.
In my case the URL is http://localhost:8080/super but it could be different for you especially if you are not sitting at the computer where Docker and Shinobi have been installed.