Skip to content
Snippets Groups Projects
Commit e9afb47c authored by jurgenhaas's avatar jurgenhaas
Browse files

Mount /etc/group from the host to the container also on the Mac

parent c62831ec
No related branches found
No related tags found
1 merge request!1Feature/macos
......@@ -49,12 +49,12 @@ function startContainer {
--volume ${WORKDIR}:/drupal
--volume ${SSHAUTH}:${SSHAUTHSOCK}
--volume ${HOMEDIR}:/home/${USERNAME}
--volume /etc/group:/etc/group:ro
--workdir /drupal
--restart unless-stopped
)
if [[ ${L3DHOSTOS} != Darwin ]]; then
start_params+=(
--volume /etc/group:/etc/group:ro
--volume /etc/passwd:/etc/passwd:ro
--volume /etc/shadow:/etc/shadow:ro
--volume /etc/sudoers:/etc/sudoers:ro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment