cptactionhank / docker-netatalk

Docker container running Netatalk
https://hub.docker.com/r/cptactionhank/netatalk/
MIT License
134 stars 75 forks source link

Problem with starting image with new GID #9

Closed mike-park closed 8 years ago

mike-park commented 8 years ago

If AFP_GID is specified, create a group to avoid problems with the useradd command. Fixes problem mentioned in #7.

The commit from @mattiash I can't comment on.

perryventas commented 8 years ago

@cptactionhank Can we have a merge here?

cptactionhank commented 8 years ago

Sure.. However I should note, I am contemplating if it is even necessary to run dbus making the image even more concise and simple, but that is something for the long run. I, myself, need libnss-ldap installed as well for LDAP user authentication for SSO on my SOHO network. So perhaps in the future we should look into make some extended images with support for additional features.