Closed jwadolowski closed 4 years ago
Hi @jwadolowski
I am not able to reproduce the behaviour you described but it looks that the directory you try to mount from your host and the container's Karaf user do not match.
Have you tried to modify configs
directory ownership on the host machine? skejven/aet_karaf
image uses non-root Karaf 8181
user. There a lot of ways to handle proper files ownership for non-root users in Docker (please refer e.g. to this list of articles). Unfortunately there is not much I can do on the image side.
Let me know if you have any further questions.
Steps to reproduce
configs
volume is not emptyCurrent state
Expected state
Noteworthy facts
That's most likely related to the fact
configs
directory at host machine is owned by a different user than the one defined within the container to run Apache Karaf (karaf:karaf
with UID8181
specified in Karaf's Dockerfile).Host machine:
Container perspective: