Sign inSign up

msjpq/time-machine

By msjpq

Updated over 1 year ago

Image
4

50K+

msjpq/time-machine repository overview

Docker Tim🍎 Machine

Zero Configuration. Time machine for MacOS

Thank you Tim🍏, very cool.

Show me

Docker Pulls

docker run --net=host -v /my_folder/:/share msjpq/time-machine
  • User: dog
  • Password : dog

Why? Because I like dogs.

Fancy

Environmental VariablesDescription
SMB_NAME='Time Machine'what you see from 💻
SMB_USER=dogyour login
SMB_PASSWORD=dogyour password
PGID=0user gid (advanced)
PUID=0user 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!

my dog

Tag summary

Content type

Image

Digest

sha256:1d43e592c

Size

137.2 MB

Last updated

over 1 year ago

docker pull msjpq/time-machine