Skip to content

Instantly share code, notes, and snippets.

View tronicum's full-sized avatar

Stefan S. tronicum

  • Berlin
View GitHub Profile
Building logstash
Step 1 : FROM logstash:5
---> b8378ec492c6
Step 2 : ENV http_proxy http://<our-corporate-proxy>:80
---> Using cache
---> 9920b7ec7ddb
Step 3 : ENV https_proxy http://<our-corporate-proxy>:80
---> Using cache
---> 5b3303a3253c
Step 4 : ENV HTTP_PROXY http://<our-corporate-proxy>:80