https://github.com/ms-jpq/docker-time-machine
Zero Configuration, time machine for MacOS | Docker π³
https://github.com/ms-jpq/docker-time-machine
Last synced: 3 months ago
JSON representation
Zero Configuration, time machine for MacOS | Docker π³
- Host: GitHub
- URL: https://github.com/ms-jpq/docker-time-machine
- Owner: ms-jpq
- Created: 2020-06-29T18:53:12.000Z (about 5 years ago)
- Default Branch: tim-apple
- Last Pushed: 2024-10-26T19:58:49.000Z (8 months ago)
- Last Synced: 2025-03-30T08:07:26.361Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.54 MB
- Stars: 93
- Watchers: 5
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Docker Timπ Machine](https://ms-jpq.github.io/docker-time-machine)
Zero Configuration. Time machine for MacOS
Thank you Timπ, very cool.
## Show me
[](https://hub.docker.com/r/msjpq/time-machine/)
```sh
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
```yaml
---
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!
