Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 4 years ago)
- Default Branch: tim-apple
- Last Pushed: 2024-10-26T19:58:49.000Z (18 days ago)
- Last Synced: 2024-10-26T20:39:29.389Z (18 days ago)
- Language: Shell
- Homepage:
- Size: 1.53 MB
- Stars: 86
- Watchers: 6
- 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
[![Docker Pulls](https://img.shields.io/docker/pulls/msjpq/time-machine.svg)](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!
![my dog](https://raw.githubusercontent.com/ms-jpq/docker-time-machine/tim-apple/preview/dog.JPG)