Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed latest to SMB; fixes #38 #56

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ docker image to run Samba or AFP (netatalk) to provide a compatible Time Machine

## Tags

* `latest`, `afp` - AFP image based off of debian:jessie
* `smb` - SMB image based off of alpine:latest
* `latest`, `smb` - SMB image based off of alpine:latest
* `smb-armv7l` - SMB image based off of alpine:latest for the `armv7l` architecture
* `afp` - AFP image based off of debian:jessie _(deprecated but still available)_

__Warning__: I would strongly suggest migrating to the SMB image as AFP is being deprecated by Apple and I've found it to be much more stable. I do not plan on adding any new features to the AFP based config and I [plan on switching the default image in the `latest` tag to the SMB variant](https://github.com/mbentley/docker-timemachine/issues/38) soon.
__Warning__: I would strongly suggest migrating to the SMB image as AFP is being deprecated by Apple and I've found it to be much more stable. I do not plan on adding any new features to the AFP based config and I [switched the default image in the `latest` tag to the SMB variant on October 15, 2020](https://github.com/mbentley/docker-timemachine/issues/38).

To pull this image:
`docker pull mbentley/timemachine:smb`
Expand Down
2 changes: 1 addition & 1 deletion timemachine-compose.yml