cptactionhank / docker-netatalk

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

Upgrade to 3.1.8 and auto-add share user #4

Closed rrva closed 8 years ago

rrva commented 8 years ago
cptactionhank commented 8 years ago

This is sincerely awesome, thank you for doing this. Could you have a look at the comment to the commit I made.

rrva commented 8 years ago

@cptactionhank: No problem with changing back to /media/share, I thought the path was a bit long and it sounded like you had "media files" there.

Some small points I thought of

cptactionhank commented 8 years ago

Thank you for this, a newly edited README and path changes is on its way

rrva commented 8 years ago

@cptactionhank: Mention the mount_afp command in README while you're at it:

Something like:

Examples:

To mount a share from docker-machine, run the following on your OSX host

mkdir $HOME/share
mount_afp afp://<user>:<password>@$(docker-machine ip)/share $HOME/share