Skip to content

Expand integration of development environment with the host system

jon r requested to merge develop into master

This merge request addresses host system UIDs and GIDs as expressed in #7 (closed)

It also comes with !3 (merged) and !4 (merged) that addressed #5 (closed) and #6 (closed), knowing this repository holds a Docker environment for development purposes.

It brings a little change which runs processes within the container as UID/GID 1000, which eases the integration of the container's file system with the host.

In return files created from within the container will now be accessible from the host without superuser priviledges again.

Edited by jon r

Merge request reports