How do I setup a web proxy for CMP without making changes to docker host?
Do not want to apply web proxy configuration to all docker containers on docker host
Do not have admin access to docker host
HTTPS_PROXY=https://myproxy.example.com:3128/
environment:
- APPNETA_SERVER_ADDRESS=${APPNETA_SERVER_ADDRESS}
- APPNETA_SERVER_KEY=${APPNETA_SERVER_KEY}
- APPNETA_SERVER_PORTS=${APPNETA_SERVER_PORTS}
- APPNETA_CONTAINER_UUID=${APPNETA_CONTAINER_UUID}
- APPNETA_RELAY_ADDRESSES=${APPNETA_RELAY_ADDRESSES:-}
- HTTPS_PROXY=${HTTPS_PROXY}
- TZ=Etc/UTC