Docker Install Notes #756
disruptivepatternmaterial
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks for sharing your feedback. I’m pleased to hear that you found utility in the docker image. With regards to the README on GitHub, when I wrote that, the intention was for users to build their own images and then launch them locally. If you compare to the README on Docker Hub you can see the difference. However I can revisit the wording in the former and see if I can prevent future misunderstandings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for the people who did this, it is so helpful for turnkey semi disposable setups like the ones I mostly work with...
A couple notes that I think should be in the README to help make it easier:
The image in the README failed for me, had to make it
image: netatalk/netatalk3:latest
and a volume of
- /home/me/netatalk/afp.conf:/usr/etc/afp.conf
allowed me to control the setup easier with a custom conf.you should put in all the group/user vars in the compose as normal, I also put in
MANUAL_CONFIG=yes
but uncertain if that is even needed if you mount over the conf file as I did, but I did just in case.Beta Was this translation helpful? Give feedback.
All reactions