Skip to content

Commit 257f4f3

Browse files
author
Fmstrat
committed
Updated README
1 parent f2833f6 commit 257f4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Samba Active Directory Domain Controller for Docker
22

3-
A tried and tested Samba Active Directory Domain Controller, built from scratch using internal DNS and kerberos and not based on existing containers. Features include:
3+
A tried and tested Samba Active Directory Domain Controller that works with the standard Windows management tools, built from scratch using internal DNS and kerberos and not based on existing containers.
44

55
## Environment variables for quick start
66
* `DOMAIN` defaults to `SAMDOM.LOCAL` and should be set to your domain
@@ -47,7 +47,7 @@ cp /path/to/my/ovpn/MYSITE.ovpn /data/docker/containers/samba/config/openvpn/doc
4747
* Ensure client's are using samdom.local as the search suffix
4848

4949
## Keeping things updated
50-
* The container is stateless, so you can do a `docker rmi samba-domain` and then restart the container to rebuild packages when a security update occurs. However, this puts load on servers that isn't always required, so below are some scripts that can help minimize things by letting you know when containers have security updates that are required.
50+
The container is stateless, so you can do a `docker rmi samba-domain` and then restart the container to rebuild packages when a security update occurs. However, this puts load on servers that isn't always required, so below are some scripts that can help minimize things by letting you know when containers have security updates that are required.
5151

5252
This script loops through running containers and sends you an email when security updates are required.
5353
```

0 commit comments

Comments
 (0)