Conversation
Contributor
Author
|
This doesn't work on docker for M1 macbooks due to issues emulating x86/64 on arm. Distributing the sources and building them within the Dockerfile will probably solve this problem. |
…port and the NoVNC port. The in-browser approach is listed among the platform specific approaches
Contributor
Author
|
The VNC connection dies due to stack smashing after a few minutes when using the novnc proxy. Apparently the |
Contributor
Author
|
Also the VSCode guide will either have to become CLI oriented OR be updated to work with docker compose. |
…word and -noxrecord so that things work properly on osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, after building the docker container, you have to:
Install Xming if you're using linux.
Install rocker if your using macos or windows.
The guides for these two processes are non trivial for newcomers. Also, some people have trouble running rocker on M1 macbooks. It would be much better to have the docker container run an internal vnc server and an novnc http server so that after building the docker container, the next step will simply be to navigate to the local website where the vnc server is being hosted.
This will greatly simplify the onboarding process and reduce the amount of guides we have to maintain for different platforms.