-
Notifications
You must be signed in to change notification settings - Fork 0
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
Replace Docker Desktop setup with Colima #24
Replace Docker Desktop setup with Colima #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependency note LGTM.
I wonder if we want the
Before installing Colima, make sure you uninstall Docker Desktop. If you run into issue, please first check the troubleshooting guide.
line there as well, at least in the transitionary period
That was more for compliance. They can co-exist: https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#can-it-run-alongside-docker-for-mac |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might for dev's convenience to add a note about the Colima autostart.
That should probably live in the linked document not here, so I'm not going to block on this.
Instructions Good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read!
* Standard_pages app creation * Django models for information page updated and the template for the information page tweaked * Replace `pytest` with Django's built-in runner (#18) * Release calendar pages (#16) * Replace Docker Desktop setup with Colima (#24) * Add Cookie banner and Google Tag Manager snippet (#19) * Analysis page and series (#20) * Addition of equation partials * Repeated code remove, /media added to .gitignore, media file removed * Related pages InlinePanel added. Add Info Template updated. --------- Co-authored-by: Neha <[email protected]> Co-authored-by: Sanjeev <[email protected]>
What is the context of this PR?
Replaced the requirement for Docker and Docker Compose via Docker Desktop with Colima.
Before installing Colima, make sure you uninstall Docker Desktop. If you run into issue, please first check the troubleshooting guide.
How to review
Ensure the project can be set up as-is with Colima.