-
DescriptionWas banging my head against this, wondering why my local dev proxy was blowing up my vm. Line 25 in 9e7ee97 If I set propagateProxyEnv to false the proxy settings shouldn't be moved to the env object. Or am I reading this wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Lima will set the proxy environment variables from your network settings in the system preferences, and the If |
Beta Was this translation helpful? Give feedback.
Lima will set the proxy environment variables from your network settings in the system preferences, and the
env
key in yourlima.yaml
.If
propagateProxyEnv
istrue
, then settings from the process environment of yourlimactl start
command may override these settings. If it isfalse
, then the process environment should be ignored.