mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #93] Serve to browser? #77
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/93
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 :)