Skip to content

Commit

Permalink
create necessary structures for custom volume mounts
Browse files Browse the repository at this point in the history
Fixes: #5
  • Loading branch information
killermoehre committed Jun 3, 2024
1 parent 4ad32d5 commit b263050
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mkosi.extra.d/generic/etc/tmpfiles.d/00-docker-compat.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# this files are necessary for the custom mount points
# normally, docker would create them during volume creation, but as the volumes are custom mount points, we have to create the internals by ourself
d /var/lib/docker/volumes/kolla_logs 0701 root root - -
d /var/lib/docker/volumes/mariadb 0701 root root - -
d /var/lib/docker/volumes/kolla_logs/_data 2775 root root - -
d /var/lib/docker/volumes/mariadb/_data 2775 42434 42434 - -

0 comments on commit b263050

Please sign in to comment.