Skip to content

Commit 39d0faa

Browse files
committed
Merge branch 'master' of github.com:simplesteph/kafka-stack-docker-compose
2 parents b659563 + e38e754 commit 39d0faa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ This replicates as well as possible real deployment configurations, where you ha
1515

1616
# Requirements
1717

18-
## /etc/hosts changes
18+
## Host File changes
1919

20-
If you are using Docker for Mac >= 1.12, Docker for Linux, or Docker for Windows 10, then please add the following lines to `/etc/hosts`:
20+
See https://support.rackspace.com/how-to/modify-your-hosts-file/ to detailed instructions on how to modify your host files.
21+
22+
If you are using Docker for Mac >= 1.12, Docker for Linux, or Docker for Windows 10, then please add the following lines to `/etc/hosts` or `C:\Windows\System32\Drivers\etc\hosts`:
2123
```
2224
127.0.0.1 kafka1
2325
127.0.0.1 kafka2
@@ -34,7 +36,7 @@ If you are using Docker for Mac >= 1.12, Docker for Linux, or Docker for Windows
3436

3537
If you are using Docker for Mac <= 1.11, or Docker Toolbox for Windows
3638
(your docker machine IP is usually `192.168.99.100`)
37-
Please add the following lines to `/etc/hosts`:
39+
Please add the following lines to `/etc/hosts` or `C:\Windows\System32\Drivers\etc\hosts`:
3840
```
3941
192.168.99.100 kafka1
4042
192.168.99.100 kafka2

0 commit comments

Comments
 (0)