TrivadisPF / platys-modern-data-platform

Support for generating modern platforms dynamically with services such as Kafka, Spark, Streamsets, HDFS, ....
Apache License 2.0
72 stars 15 forks source link

Add option to change privilege on `container-volume` folder #918

Open gschmutz opened 1 month ago

gschmutz commented 1 month ago

When the container volumes are mounted into a container and the container is not running as root, then there will be a missing privelege error.

The container volumes folder should be recursively changed to 777.

chmod -R 777 container-volume/
gschmutz commented 1 month ago

Have changed the folder privs to 777 and pushed to GitHub, but that does not seem to work