REL-0.11 OS differences

This commit is contained in:
cytopia 2017-06-25 13:57:29 +02:00
parent 294cb75e4d
commit e0b5a8f22a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -20,13 +20,34 @@ OS |
1. [Linux](#1-linux)
2. [Windows](#2-windows)
1. [/etc/hosts](#2-1-etc-hosts-)
1. [/etc/resolv.conf](#2-2-etc-resolv-conf-)
3. [OSX](#3-osx)
---
## 1. Linux
Documentation is written from a Linux point of view, so there will be no differences.
## 2. Windows
On Windows you will have to edit different files on the Docker host than on Linux or OSX.
#### 2.1 `/etc/hosts`
To set custom DNS entries on windows you will have to edit `C:\WINDOWS\system32\drivers\etc` instead.
#### 2.2 `/etc/resolv.conf`
In order to add a custom DNS resolver in Windows, you will have to use the GUI tools of your network interfaces.
Check out this blog entry for how to adjust it:
http://www.pc-freak.net/blog/configure-equivalent-linux-etcresolvconf-search-domaincom-ms-windows-dns-suffixes/
## 3. OSX
OSX behaves the same as Linux and will not have any differences from the documentation.