# How do I use the Docker install from within a corporate proxy/firewall?

**URL:** https://meta.discourse.org/t/how-do-i-use-the-docker-install-from-within-a-corporate-proxy-firewall/29780
**Category:** Self-hosting
**Created:** [8 Junho , 2015 19:22 UTC](https://meta.discourse.org/t/how-do-i-use-the-docker-install-from-within-a-corporate-proxy-firewall/29780 "2015-06-08T19:22:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![andrenit](https://avatars.discourse-cdn.com/v4/letter/a/48db29/32.png) [@andrenit](https://meta.discourse.org/u/andrenit)
#### Post date: [8 Junho , 2015 19:22 UTC](https://meta.discourse.org/t/how-do-i-use-the-docker-install-from-within-a-corporate-proxy-firewall/29780/1 "2015-06-08T19:22:11Z")

</div>

I understand the current Docker image has been conceived as a portable installation tool, so every setup is up-to-date, but this choice makes the image kinda useless for those who live behind corporate proxies/firewalls.

Please consider releasing a ready-to-use image (post-install) where particular settings can be provided at run time (actually this is how most images are usually set).

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [8 Junho , 2015 20:37 UTC](https://meta.discourse.org/t/how-do-i-use-the-docker-install-from-within-a-corporate-proxy-firewall/29780/2 "2015-06-08T20:37:10Z")

</div>

I think your best bet is to put the server in a VLAN where it can accept and make connections to the corporate net, and only make connections to outside.

This is required for, e.g. embedding Wikipedia and checking image sizes.

`docker save` + `docker load` from a DMZ doesn’t actually help enough here, because the migrations need read/write access to the database.
