Unable to use mounted configuration
As per documentation
https://docs.janusgraph.org/operations/container/#mounted-configuration, I need to provide ro to volume parameter for mounting custom configurations.
However, I get below error in container
Attaching to wfx-janusgraph-1
wfx-janusgraph-1 | cp: cannot create regular file '/etc/opt/janusgraph/janusgraph.properties': Read-only file system
wfx-janusgraph-1 | cp: cannot create regular file '/etc/opt/janusgraph/janusgraph-server.yaml': Read-only file system
wfx-janusgraph-1 | chown: changing ownership of '/etc/opt/janusgraph': Read-only file system
wfx-janusgraph-1 | chmod: changing permissions of '/etc/opt/janusgraph': Read-only file system
wfx-janusgraph-1 | chmod: changing permissions of '/etc/opt/janusgraph/janusgraph.properties': Read-only file system
wfx-janusgraph-1 | chmod: changing permissions of '/etc/opt/janusgraph/janusgraph-server.yaml': Read-only file system
0 Replies