rundeck / docker-zoo

196 stars 82 forks source link

Persistent Node resources.xml file? #26

Closed Sir-Will closed 2 years ago

Sir-Will commented 2 years ago

Hey,

I added a resources.xml file as node source, but I'm not able to get it to be persistent with volume mounts as this results in the incorrect directory permissions with Rundeck not being able to write/read.

What's the correct way to achieve this?

While copying the file via a Dockerfile would most likely work, it wouldn't allow the editing of the file via the Rundeck UI.

Sir-Will commented 2 years ago

Using the existing /home/rundeck/server/data volume seems to work.