Allow sharing access to your container ports to enable live collaboration (IDE, VNC, web preview...) #182
Comments
The Now we can try to use the IDE in collaborative mode / figure out how to make the feature easy to use. |
It could be done by allowing other users to access your container ports, and then giving them the same URL you're using, e.g. In the above example, if you don't own the container We could tweak this API handler to check an access list (which could be edited by container owners using a new API handler for sharing containers) instead of just verifying container ownership. |
Thanks a lot for this mockup! It's perfect Random thought: If we have a URL that can point to a specific container and a specific tab, we could potentially redirect Cloud9 IDE's "Share" button to this panel in Janitor. Edit: Maybe something like |
@bnjbvr would also like a feature to "share publicly" |
--collab
to https://github.com/JanitorTechnology/dockerfiles/blob/d25a150613cb02c32a1d6ef97ba1a4beaeb3494c/ubuntu-dev/supervisord.conf#L10The text was updated successfully, but these errors were encountered: