mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
Serve to browser? #78
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CoreyVidal on GitHub (Oct 11, 2020).
I've only been using Docker (and Linux and command lines and coding in general) for the past year. Apologies if this question doesn't even make sense:
Is there a way to output the video of docker-osx so that it can be accessed and used from a browser? So I can install it on my local server (running Ubuntu and Docker), and then access it over IP / HTML from a browser on my local network?
@sickcodes commented on GitHub (Oct 12, 2020):
Use the VNC version and connect using noVNC browser project https://github.com/novnc/noVNC
@CoreyVidal commented on GitHub (Oct 13, 2020):
Amazing! Thank you.
@sickcodes commented on GitHub (Oct 15, 2020):
@CoreyVidal if you want to contribute the code you used to get it working in noVNC feel free to create a PR :)
You could add to that Dockerfile in the VNC folder or post some of the code here.
Would be freakingggggg awesome to run docker-osx and just open up the browser 🚀
@CoreyVidal commented on GitHub (Oct 15, 2020):
@sickcodes you overestimate my ability, but I will try, haha.
I prefer to use docker-compose. Is the VNC version able to run in docker-compose by implementing the few additional lines?
@sickcodes commented on GitHub (Oct 16, 2020):
I'm not sure as I've never used docker compose but feel free to just paste some code here and we can get a PR up or I can edit it :)