Replies: 3 comments 9 replies
-
The environment variables are called EDIT: it should accept either case of the variables, besides the historical ones |
Beta Was this translation helpful? Give feedback.
-
I m facing the same issue whilst starting colima. Here are the details. Please could you suggest the way around it ? colima version 0.5.5 Actual error message We are using a web proxy as well. I tried injecting them through environment variables. |
Beta Was this translation helpful? Give feedback.
-
Hi
Looks like my proxy password had % as one of the special characters and
colima code didnt like it. Can you please check that once ?
Regards
Govind
…On Tue, Jul 18, 2023 at 11:55 AM Anders Björklund ***@***.***> wrote:
https_proxy=http://localhost:3128 limactl start template://debian has no
issues contacting squid
—
Reply to this email directly, view it on GitHub
<#1618 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCFTM3PWGBFNRSNC6WCLGLXQZTSDANCNFSM6AAAAAAY7Y6X4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey gang 👋🏼! I'm trying to run
limactl start
but when I do so, I get afailed to download <insert OS image here>
type error where it saysread: connection reset by peer
.This isn't too surprising because I'm required to run behind an http/https proxy that is set in my terminal with an env
$HTTP_PROXY
and$HTTPS_PROXY
variable. My question is, how do I get this proxy information to lima so I can get these images installed?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions