docker-time-machine
                                
                                
                                
                                    docker-time-machine copied to clipboard
                            
                            
                            
                        Zero Configuration, time machine for MacOS | Docker π³
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!