`kobo-install` on a fresh Ubuntu 18.04 LTS VPS!

Hello,

I recently installed Kobo Toolbox on my server using a domain name installation, but the domain names are not released yet. As a result, I would like to access the KPI and other containers using a local IP address instead. Could you please guide me on how to do this?

Thank you in advance for your help.

Hello @Vibrant you can list docker containers then exec into the kpi container

DOCKER COMMANDS

sudo docker ps (list docker containers)
sudo docker exec -it {containerid} /bin/bash log into docker containers
sudo docker images list docker images

1 Like