Replies: 2 comments 2 replies
-
Well, for the most part it should be a like for like substitute for Docker Desktop with the only obvious difference being the absence of a GUI desktop app, it runs in the background. So I'd say drag Docker Desktop to Trash, and install Colima. # install docker client and docker compose
brew install docker docker-compose
# install Colima
brew install colima Then start it.
Lastly, go ahead and interract with Docker like you normally do and see if everything works. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yeah, once you specify custom mounts, you have overriden Colima's default mount config and would need to manually include $HOME in the list of mounts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am fairly new to the Docker world, so I hope my questions are not too basic and they may help othera as well.
Last but not least, I would LOVE to ditch Docker for Colima, using OSS is my goal where ever I am and to try to support the community, so thanks for this project!
Thanks in advance for any assistance and help it is mich appreciated!
Beta Was this translation helpful? Give feedback.
All reactions