Skip to content

Commit 505e019

Browse files
author
Dimitar Tachev
authored
Merge pull request #5025 from NativeScript/tachev/update-proxy-docs
docs: update proxy docs
2 parents bc5e0e1 + 4e5e679 commit 505e019

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ The <code>--insecure</code> flag allows you to perform insecure SSL connections
143143
#### Limitations
144144

145145
* You can provide the `<Username>` and `<Password>` attributes only on Windows systems.
146-
* Proxy settings for the npm and the Android Gradle need to be configured separately. For more information, see the following articles:
146+
* Proxy settings for the npm, the Android Gradle and (optional) Docker need to be configured separately. For more information, see the following articles:
147147
* [Configure the npm proxy](https://docs.npmjs.com/misc/config#https-proxy)
148148
* [Configure the Android Gradle proxy](https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy)
149+
* [Configure the Docker proxy](https://docs.docker.com/network/proxy/)
149150

150151
### Display Current Proxy Settings
151152

docs/man_pages/general/proxy-set.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ General | `$ tns proxy set [<Url> <% if(isWindows) {%>[<Username> [<Password>]]<
3131
### Command Limitations
3232

3333
* You can set credentials only on Windows systems.
34-
* Proxy settings for npm and (Android) Gradle need to be set separately.
34+
* Proxy settings for npm, (Android) Gradle and (optional) Docker need to be set separately.
3535
* configuring `npm` proxy - https://docs.npmjs.com/misc/config#https-proxy
3636
* (Android) configuring Gradle proxy - set global configuration in the user directory - _<USER_HOME>/.gradle/gradle.properties_ - https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy
37+
* configuring Docker proxy - https://docs.docker.com/network/proxy/
3738

3839
### Related Commands
3940

0 commit comments

Comments
 (0)