1.4. Container install (podman/docker)
Containers are published on DockerHub.
user@host: mkdir /etc/OliveTin/ user@host: # create your config.yaml file user@host: docker pull jamesread/olivetin user@host: docker create --name olivetin -p 1337:1337 -v /etc/OliveTin/:/config:ro docker.io/jamesread/olivetin user@host: docker start olivetin
You should be able to browse to http://yourserver:1337 (or similar) to get to the web interface.
If you see the OliveTin page popup in your browser, you can jump to the configuration section as the next step.