Skip to content

Commit e004a53

Browse files
author
Krystian Panek
authored
Update README.MD
1 parent 6de393b commit e004a53

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
@@ -224,9 +224,9 @@ environment {
224224
}
225225
```
226226

227-
Result of running task `environmentHosts` will be an list of IP-domain pairs should should be appended to OS-specific file (e.g /etc/hosts on Unix). When using Docker Toolbox on Windows, IP may be different, as of it is using extra VM to run Docker and IP of that VM should be used instead of loopback IP (localhost / 127.0.0.1). Plugin is trying to make this difference transparent for build users.
227+
Result of running task `environmentHosts` will be an list of IP-domain pairs which should be appended to OS-specific file (e.g /etc/hosts on Unix). When using Docker Toolbox on Windows, IP may be different, as of it is using extra VM to run Docker and IP of that VM should be used instead of loopback IP (localhost / 127.0.0.1). Plugin is trying to make this difference transparent for build users.
228228

229-
Consider creating scripts which will run this task and amend output to OS-specific hosts file. See examples for:
229+
Consider creating scripts which will run this task and amend output to OS-specific hosts file automatically with requesting admin/sudo permissions. See examples for:
230230

231231
* [Windows](https://github.com/Cognifide/gradle-aem-multi/blob/master/env/hosts.bat),
232232
* [Unix](https://github.com/Cognifide/gradle-aem-multi/blob/master/env/hosts).

0 commit comments

Comments
 (0)