Docker Integration

Docker Integration

The container’s default egress is the VM NIC. That NIC changes on rebuild. Inject proxy env vars in compose and keep the whitelist on the dedicated IP.

compose

environment:
  HTTP_PROXY: http://USER:PASS@HOST:443
  HTTPS_PROXY: http://USER:PASS@HOST:443
  NO_PROXY: localhost,127.0.0.1

VPS