Skip to content

Commit

Permalink
Merge pull request #56 from mbentley/change-default-tag
Browse files Browse the repository at this point in the history
Changed latest to SMB; fixes #38
  • Loading branch information
mbentley authored Oct 15, 2020
2 parents 7ec9dd1 + d86593d commit e37d84e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit e37d84e

Please sign in to comment.