Hi all
Anyone able to help with an issue which I’ve stumbled across.
I’m running docker on a mac and using the compose file provided by ThirdGen88 GitHub - thirdgen88/ignition-examples: Ignition Examples with Docker Compose
Error when spinning up is:
ign-gw-1 | jvm 1 | 2025/08/26 01:50:51 | E [c.i.i.g.r.ResourceCollectionFileTree] [01:50:51.602]: Unable to create resource dir: /usr/local/bin/ignition/data/projects/.resources
ign-gw-1 | jvm 1 | 2025/08/26 01:50:51 | E [c.i.i.g.r.ResourceCollectionFileTree] [01:50:51.602]: Unable to create resource dir: /usr/local/bin/ignition/data/projects/.resources
ign-gw-1 | jvm 1 | 2025/08/26 01:50:51 | E [IgnitionGateway ] [01:50:51.603]: Error during context startup.
ign-gw-1 | jvm 1 | 2025/08/26 01:50:51 | java.lang.IllegalStateException: unable to create resource dir: /usr/local/bin/ignition/data/projects/.resources
I’ve tried adding UID:GUID 2003:2003 and user “0:0”, but still to no avail.
I feel it may be something to do with mounting the directory, as docker on a mac doesnt mount on the host /var/lib/docker/volumes/. as it does on linux, which is normal behavior - mac uses a vm for the mounts..
Any suggestions?