Instructions to use Mojo on Mac with remote Ubuntu server and Docker #968
Locked
tom-rigelblu
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
I realize the mojo vscode extension only works if the mojosdk is installed locally. So you need to use the docker "Attach Visual Studio Code" feature and work on the code remotely (rather than locally). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It took me a bit to figure out how to use Mojo on remote Ubuntu server with Docker, so I wrote up instructions how I made it work
tl;dr
Server:
Client:
Limitations: rsync is used because Docker cannot bind a dir/mount a volume to a remote server
It builds on top of
Step by step instruction on: mojo-remote-docker
Beta Was this translation helpful? Give feedback.
All reactions