Skip to content

Commit 187a6cf

Browse files
authored
Update README.md
1 parent f6ec764 commit 187a6cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This replicates as well as possible real deployment configurations, where you ha
1717

1818
## /etc/hosts 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+
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`:
2121
```
2222
127.0.0.1 kafka1
2323
127.0.0.1 kafka2
@@ -34,7 +34,7 @@ If you are using Docker for Mac >= 1.12, Docker for Linux, or Docker for Windows
3434

3535
If you are using Docker for Mac <= 1.11, or Docker Toolbox for Windows
3636
(your docker machine IP is usually `192.168.99.100`)
37-
Please add the following lines to `/etc/hosts`:
37+
Please add the following lines to `/etc/hosts` or `C:\Windows\System32\Drivers\etc\hosts`:
3838
```
3939
192.168.99.100 kafka1
4040
192.168.99.100 kafka2
@@ -49,6 +49,8 @@ Please add the following lines to `/etc/hosts`:
4949
192.168.99.100 kafka-connect-ui
5050
```
5151

52+
See https://support.rackspace.com/how-to/modify-your-hosts-file/ to detailed instructions on how to modify your host files.
53+
5254
## Single Zookeeper / Single Kafka
5355

5456
This configuration fits most development requirements.

0 commit comments

Comments
 (0)