You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
I'm migrating my dev process to VSCode Dev containers and I want Dev containers to start colima before it starts.
I've tried with
initializeCommand
but that executes before the container's initialization, not Dev containers itself.The reason I need it this way is because VSCode Dev Container will not detect the docker socket until colima starts.
One work around is to make colima start on startup but i don't always need to have colima opened.
So is there a way to achieve this on the current version?
The text was updated successfully, but these errors were encountered: