So it’s installed
unfortunately I’m not sure it works
I don’t know if I missed a step or not
the container seems to be there
it’s finding something
for info the Docker command to install the cicoub image
docker run -d \
–log-driver json-file \
–log-opt max-size=10m \
–cgroupns=host \
–restart=always \
–privileged \
–network=host \
–name gladys-fil-pilote \
-e NODE_ENV=production \
-e SERVER_PORT=8001 \
-e TZ=Europe/Paris \
-e SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/lib/gladysassistant_fil_pilote:/var/lib/gladysassistant \
-v /dev:/dev \
-v /run/udev:/run/udev:ro \
cicoub13/gladys:pilot-wire-mode

