Supports Apple Time Machine backup by using netatalk to look like a time capsule.
50K+
Supports Apple Time Machine backup by using netatalk to look like a time capsule.
Features:
Authenticate to the Time Capsule volume using user timecapsule and password timecapsule. Due to the fixed password, do not expose this service to untrusted environments.
Example docker-compose.yml:
version: "2"
volumes:
timecapsule:
services:
timecapsule:
image: pdouble16/timecapsule:3.1.11
restart: always
ports:
- "548:548"
environment:
- VOLSIZELIMIT=1000000
volumes:
- timecapsule:/backup
Content type
Image
Digest
sha256:2dfd0aab6…
Size
10.1 MB
Last updated
almost 8 years ago
docker pull pdouble16/timecapsule