README.md in kitchen-docker-1.3.1 vs README.md in kitchen-docker-1.4.0

- old
+ new

@@ -224,10 +224,27 @@ ``` dns: - 8.8.8.8 - 8.8.4.4 ``` +### http\_proxy +Sets an http proxy for the suite container using the `http_proxy` environment variable. + +Examples: + +``` + http_proxy: http://proxy.host.com:8080 +``` +### https\_proxy + +Sets an https proxy for the suite container using the `https_proxy` environment variable. + +Examples: + +``` + https_proxy: http://proxy.host.com:8080 +``` ### forward Set suite container port(s) to forward to the host machine. You may specify the host (public) port in the mappings, if not, Docker chooses for you.