Skip to content

Add more macOS-specific instructions to the Container Registry howto doc

James Liu requested to merge jliu/update-registry-howto-macos into main

What does this Merge Request do and why?

This MR modifies the Container Registry howto doc to add macOS-specific guidance:

  • Adds a caveat that AirPlay Receiver may need to be turned off as it listens on the same port (5000) as the Registry.
  • Adds instructions for using Colima to run Docker, and configuring insecure registries with Colima.

It also makes a small tweak to the Configure an insecure registry for GitLab CI/CD section to explicitly mention that the .gitlab-ci.yml file is where the insecure registry flag needs to be set.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports