Installation in Docker - niemantsverdriet/Verdi GitHub Wiki

The docker installation is for testing purposes. All data will be lost after stopping the containter.

Start the docker

sudo docker run -it -p 3000:3000 debian /bin/bash

This command will start a debian image and open terminal access to it. Now execute this command in the terminal:

Install Verdi OS

apt-get update && apt-get install curl -y && source <(curl -s https://raw.githubusercontent.com/niemantsverdriet/Verdi/master/install.sh)

Open Verdi OS and login

You can now open the app on localhost. Open the following address in your browser:

http://localhost:3000

Now log in with the default admin account:

Log in with the default admin account