Skip to content

docker: Ensure mount point is owned by somebody:somebody

Ebernhardson requested to merge work/ebernhardson/docker-align-macos-linux into main

It looks like on macos systems the mountpoint is owned by root:root, perhaps inheriting from the permissions that the container was started as, while on linux systems the mountpoint looks to maintain the permissions that existed outside the container.

Align them by issuing a chown to the directory, so both see the same thing and behave the same.

Merge request reports