github.com/deis/deis@v1.13.5-0.20170519182049-1d9e59fbdbfc/builder/rootfs/bin/entry (about)

     1  #!/usr/bin/env bash
     2  set -eo pipefail
     3  
     4  if [[ -f /etc/environment_proxy ]]; then
     5  	source /etc/environment_proxy
     6  	export HTTP_PROXY HTTPS_PROXY ALL_PROXY NO_PROXY
     7  	export http_proxy https_proxy all_proxy no_proxy
     8  fi
     9  
    10  /usr/local/bin/dind $@