fbpx

If you are running your own instance of Xibo via docker, sometimes you need to access the terminal for your web server or database. This can be done easily.

First, we need to know the name of the docker container we want the bash terminal for. This can be done by running the following command on your docker server:

docker ps
Docker ps command showing Xibo containers

Once we have copied the name of the container we wish to connect to, we can run the following command to get a bash terminal to the container:

docker exec -i -t CONTAINID bash
(Ex docker exec -i -t xibo_cms-web bash)

Keep in mind that Xibo uses alpine Linux for its base OS. The docker image does not come with a text editor and one will have to be installed. This can be done by running the following command:

Apk add vim

If you don’t like vim you can install another text editor of your choice. For more information on the alpine package manger, follow this link (https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management).

If you are deploying a network of Xibo screens, remember that you can use Find Boxes to manage your project. Easily track orders and inventory with our cloud based system. Get a free month of service at Find Boxes with no credit card required at sign up. Click here to sign up!


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *