Read only mirror of https://gitlab.isc.org/isc-projects/bind9-docker, please submit issues and merge requests in the GitLab. Any issues and merge requests opened here will be closed without a comment.
58
stars
31
forks
source link
Make uid/gid configurable with environment variables #14
This would make it easier to use the image with bind mounts on a host where the uid/gid of the bind user are different from those inside the container.
It would be useful if this image could use an arbitrary uid and gid (perhaps using the scheme in https://github.com/wastrachan/docker-bind).
This would make it easier to use the image with bind mounts on a host where the uid/gid of the
bind
user are different from those inside the container.