Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

docker: softwares: Use volumes instead of directories #31

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

Miouyouyou
Copy link
Member

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 [email protected]

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 <[email protected]>
@igorpecovnik igorpecovnik merged commit d96fea7 into armbian:main Sep 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants