We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b060a43 commit 06c08b1Copy full SHA for 06c08b1
devenv/lib/colima.py
@@ -174,6 +174,9 @@ def start(restart: bool = False) -> ColimaStatus:
174
if platform.machine() == "arm64":
175
args = [*args, "--vm-type=vz", "--vz-rosetta", "--mount-type=virtiofs"]
176
177
+ # removing all docker contexts to ensure only colima context is created
178
+ shutil.rmtree(f"{home}/.docker/contexts", ignore_errors=True)
179
+
180
proc.run(
181
(
182
# we share the "default" machine across repositories
0 commit comments