geosmart edited a comment on issue #9488: URL: https://github.com/apache/superset/issues/9488#issuecomment-795069096
1. start a vpn server at localhost with http proxy 2. set docker network= host add HTTPS_PROXY env to run superset container example ``` sudo docker run -d --network host -p 8080:8080 --env HTTP_PROXY="http://127.0.0.1:7890" --env HTTPS_PROXY="http://127.0.0.1:7890" --name superset apache/superset ``` docker setup detail at https://hub.docker.com/r/apache/superset ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
