Skip to content

Commit ab2cb25

Browse files
committed
Update README.md to reflect Ubuntu base image
1 parent 201bb4a commit ab2cb25

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

samba-timemachine/README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# samba-timemachine-docker
22

3-
This is a docker container based on Debian Buster running SAMBA and configured to provide Apple "Time Capsule" like backups.
3+
This is a docker container based on Ubuntu Focal running SAMBA and configured to provide Apple "Time Capsule" like backups.
44

5-
The Docker Hub images support x86_64, Raspberry Pi 2/3/4 and other ARM based systems.
5+
The Docker Hub images support x86_64, Raspberry Pi 2/3/4 and other modern ARM based systems.
66

77
An example of how to use the container
88

99
```bash
1010
docker run -d -t \
1111
-v /backups/timemachine:/backups \
1212
-p 10445:445 \
13-
--restart unless-stopped timjdfletcher/samba-timemachine:timemachine-v2.3.2
13+
--restart unless-stopped timjdfletcher/samba-timemachine:timemachine-v2.4
1414
```
1515

1616
This example maps the docker host port 10445 to the container port 445, so the container can be run alongside a normal SAMBA service.
1717

1818
# Discovery
1919

20-
The container only runs smbd, to enable discovery on your local network use avahi-daemon (mDNS).
20+
The container only runs smbd, to enable discovery on your local network use multicast DNS such as avahi.
2121

2222
I do this by running avahi-daemon on the docker host system, for debian systems install the package avahi-daemon:
2323

@@ -61,13 +61,11 @@ I'm unclear if this works correctly in macOS.
6161

6262
Serverspec tests are included, to execute the tests use the run script: `./run test`
6363

64-
# Package Versions
64+
# Versions
6565

66-
To find the latest versions of Samba and ip route2 use:
67-
68-
```bash
69-
docker run debian:bullseye-slim /bin/bash -c "apt update && apt show samba iproute2"
70-
```
66+
Base image: [Ubuntu Focal](https://hub.docker.com/_/ubuntu?tab=tags&page=1&name=focal)
67+
[SAMBA](https://packages.ubuntu.com/focal/samba)
68+
[iproute2](https://packages.ubuntu.com/focal/iproute2)
7169

7270
# Docker image builds
7371

0 commit comments

Comments
 (0)