Xibo on Offline Docker

To be completed by the original poster:

CMS Version

Last version

Installation Method

Docker

Operating System

RHEL 9

Issue

Hello,
i’m new to the topic of installing xibo on a docker, and i must admit i’m quite lost.

my boss asked me to install xibo on a docker server that is not connected to internet, and even though i’ve tried importing various image of the cms, xmr, mysql, etc., it doesn’t work at all and i keep getting stuck.

has anyone here ever encountered this situation ?
Could you please share some advice to help me out ?

it doesn’t work at all” ← Let me get my crystal ball first…

RHEL9 should have podman installed.

XiboCMS images, on internet connected machine pull required:

mysql:8.0
xibo-xmr:1.0
xibo-cms:release-4.2.3
memcached:alpine
ianw/quickchart

extract that images to USB and then transfer them to offline machine.

Import that images into RHEL9 podman on offline machine.

Install podman-compose.

Start “podman-compose docker-compose.yml” and you should be good to go in about ~2 minutes.