Inspired by the tests, I tried to follow the instructions in the section Launch a Gladys test image? using the following command:
docker run -d \
--log-opt max-size=10m \
--restart=always \
--privileged \
--network=host \
--name gladys-test-atrovato \
-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_test_atrovato:/var/lib/gladysassistant \
-v /dev:/dev \
-v /run/udev:/run/udev:ro \
atrovato/gladys:zigbee2mqtt
I’m stuck at the test stage (access via IP_RASPBERRY_PI:8001). Did I miss any prerequisites?
Should I copy the contents of /var/lib/gladysassistant/ to /var/lib/gladysassistant_test_atrovato?