Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ybucci committed Nov 8, 2022
1 parent 659ee10 commit 89c51af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the following examples on how to start/setup the DC and FileServer
- Pull the image

```bash
docker pull ybucci/samba4-ad:1.0.0_4.17.0
docker pull ybucci/samba4-ad:1.0.0_4.17.2
```

- Edit resolv.conf and point DNS to your local server and search domain
Expand Down Expand Up @@ -49,15 +49,15 @@ docker run -d -it \
-h server-pdc.contoso.local -P \
--restart=unless-stopped \
--name samba-pdc \
ybucci/samba4-ad:1.0.0_4.17.0
ybucci/samba4-ad:1.0.0_4.17.2
```

### How to Domain DC Domain Join

- Pull the image

```bash
docker pull ybucci/samba4-ad:1.0.0_4.17.0
docker pull ybucci/samba4-ad:1.0.0_4.17.2
```

- Edit resolv.conf and point DNS to your local server and search domain
Expand Down Expand Up @@ -93,7 +93,7 @@ docker run -d -it \
-h server-dc.contoso.local -P \
--restart=unless-stopped \
--name samba-dc \
ybucci/samba4-ad:1.0.0_4.17.0
ybucci/samba4-ad:1.0.0_4.17.2
```

- Wait for succesfull join, after that change the resolv.conf
Expand All @@ -108,7 +108,7 @@ nameserver 192.168.18.131 # IP of your DC server
- Pull the image

```bash
docker pull ybucci/samba4-ad:1.0.0_4.17.0
docker pull ybucci/samba4-ad:1.0.0_4.17.2
```

- Edit resolv.conf and point DNS to your local server and search domain
Expand Down Expand Up @@ -145,7 +145,7 @@ docker run -d -it \
-h server-fs.contoso.local -P \
--restart=unless-stopped \
--name samba-fs \
ybucci/samba4-ad:1.0.0_4.17.0
ybucci/samba4-ad:1.0.0_4.17.2
```


Expand Down

0 comments on commit 89c51af

Please sign in to comment.