Is there a peer-to-peer or local-only way to do this?
Ideally, I want to:
Expose my image over the local network (or internet if needed).
Let my teammate run a docker pull or equivalent command and fetch my updated image directly.
Avoid needing a full registry setup.
Is there an existing tool, Docker config, or open source project that makes this easy?