doc/vagrant: add commands to run for proxyconf
Change-Id: I7030a0402878a0461546531a105065eabb794a97 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/378639 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
This commit is contained in:
parent
e21aede946
commit
4a49d59c66
@ -13,7 +13,13 @@ The VM builds SPDK and DPDK from source which are located at `/spdk`.
|
||||
|
||||
Note: If you are behind a corporate firewall, set `http_proxy` and `https_proxy` in
|
||||
your environment before trying to start up the VM. Also make sure that you
|
||||
have installed the optional vagrant module 'vagrant-proxyconf'.
|
||||
have installed the optional vagrant module `vagrant-proxyconf`:
|
||||
|
||||
~~~{.sh}
|
||||
export http_proxy=...
|
||||
export https_proxy=...
|
||||
vagrant plugin install vagrant-proxyconf
|
||||
~~~
|
||||
|
||||
# VM Configuration {#vagrant_config}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user