Skip to content

Commit

Permalink
docs: add docker contexts (#130)
Browse files Browse the repository at this point in the history
* fix(readme): add docker-desktop migration

the FAQ says it can run alongside, but not how to switch between them

this shows the way

* typo in command name

* fix review notes

now it doesn't include the output of `docker context list` and is cleaner
  • Loading branch information
georgettica authored Jan 18, 2022
1 parent 272db47 commit 7671bc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ Since Lima is aka Linux on Mac. By transitivity, Colima can also mean Containers
~~No, except when started with Containerd runtime. Colima assumes to be the default Docker context and will conflict with
Docker for Mac. You should run either, not both.~~

Yes, from version v0.3.0, Colima can run alongside Docker for Mac.
Yes, from version v0.3.0 Colima leverages Docker contexts and can thereby run alongside Docker for Mac.

`docker context list` can list all contexts and `docker context use` can be used to change the active context.

</p>
</details>
Expand Down

0 comments on commit 7671bc4

Please sign in to comment.