Docker Tim🍎 Machine
Zero Configuration. Time machine for MacOS
Thank you Tim🍏, very cool.
Show me
docker run --net=host -v /my_folder/:/share msjpq/time-machine
- User:
dog
- Password :
dog
Why? Because I like dogs.
Fancy
Environmental Variables | Description |
---|---|
SMB_NAME='Time Machine' |
what you see from 💻 |
SMB_USER=dog |
your login |
SMB_PASSWORD=dog |
your password |
PGID=0 |
user gid (advanced) |
PUID=0 |
user uid (advanced) |
Docker Compose
---
version: "3.7"
services:
time_machine:
image: msjpq/time-machine
container_name: time-machine
restart: unless-stopped
network_mode: host
volumes:
- ./:/share
Very important
Say hi to my dog!