From 4e5e679c2c392451510cede1eea9c1b9d8f3013d Mon Sep 17 00:00:00 2001 From: DimitarTachev Date: Wed, 18 Sep 2019 16:53:44 +0300 Subject: [PATCH] docs: mention the Docker proxy settings in the docs as we will start using it for snapshotting the application when the local tools are not available --- README.md | 3 ++- docs/man_pages/general/proxy-set.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37062115da..2d27145292 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,10 @@ The --insecure flag allows you to perform insecure SSL connections #### Limitations * You can provide the `` and `` attributes only on Windows systems. -* Proxy settings for the npm and the Android Gradle need to be configured separately. For more information, see the following articles: +* Proxy settings for the npm, the Android Gradle and (optional) Docker need to be configured separately. For more information, see the following articles: * [Configure the npm proxy](https://docs.npmjs.com/misc/config#https-proxy) * [Configure the Android Gradle proxy](https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy) + * [Configure the Docker proxy](https://docs.docker.com/network/proxy/) ### Display Current Proxy Settings diff --git a/docs/man_pages/general/proxy-set.md b/docs/man_pages/general/proxy-set.md index ec14d3a1fa..d894039bd0 100644 --- a/docs/man_pages/general/proxy-set.md +++ b/docs/man_pages/general/proxy-set.md @@ -31,9 +31,10 @@ General | `$ tns proxy set [ <% if(isWindows) {%>[ []]< ### Command Limitations * You can set credentials only on Windows systems. -* Proxy settings for npm and (Android) Gradle need to be set separately. +* Proxy settings for npm, (Android) Gradle and (optional) Docker need to be set separately. * configuring `npm` proxy - https://docs.npmjs.com/misc/config#https-proxy * (Android) configuring Gradle proxy - set global configuration in the user directory - _/.gradle/gradle.properties_ - https://docs.gradle.org/3.3/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy + * configuring Docker proxy - https://docs.docker.com/network/proxy/ ### Related Commands