armbian / configurator

armbian-config drop-in replacement
GNU General Public License v3.0
5 stars 6 forks source link

docker: softwares: Use volumes instead of directories #31

Closed Miouyouyou closed 1 year ago

Miouyouyou commented 1 year ago

When using directories, the docker images will start generaties files inside these directories, with root privileges. These files cannot be removed by the user, even though he owned the directory.

So I decided to use volumes instead, since this alleviate the issue.

I'll add a volume management API letter. For the time being, you'll have to rely on docker-compose volume commands to manage them.

Signed-off-by: Myy Miouyouyou myy@miouyouyou.fr