-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
colima start
fails during provisioning docker with lima v0.6.4 and some host username
#11
Comments
Thanks for your detailed response and workaround. I have actually considered this before but I thought it will be a rare case. I should work on a fix soon. |
@irisTa56 can you try the current master version? https://raw.githubusercontent.com/abiosoft/colima/master/colima. If you need help on how to install
If you wouldn't mind, I would prefer a fresh start. i.e. I am pretty sure it is fixed. But want to confirm from your end before making a new release. Thanks. |
@abiosoft I confirmed the followings:
|
P.S. I noticed that I didn't run
|
thanks for catching that |
Hi @abiosoft. I'm having this same issue on v0.2.2, even after a clean start with Getting Your help will be greatly appreciated. |
@ngonik Looks like you have multiple docker contexts configured. What does running |
That did the trick. Thanks! |
Takayuki.Kobayashi
) isfirstname.lastname
form.lima
.~/.colima/out.log
:When adding lima user to
docker
group, it assumes that username on lima is the same with the host username.But, for some problematic usernames, it doesn't exist on lima.
Currently my workaround is to specify username in
socket.sh
(by replacing127.0.0.1
with${USER}@127.0.0.1
) and start with overwrittenUSER
(byUSER=lima colima start
), but there should be a better way...The text was updated successfully, but these errors were encountered: