Replies: 1 comment 2 replies
-
Hey there! I've done this plenty of times, and the way I did it was to run the distant server within the container and expose a TCP port out of the container that you connect to. Then you can connect like normal, just using something like localhost with port 12345 if your container is exposed as a port on your local machine. Today, there's no direct support to interface with docker directly, but it's on the roadmap once the distant codebase is refactored to support more client interfaces easily beyond ssh and raw TCP. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible with distant.nvim+distance to connect to a local docker container for dev purposes? If so, is there any doc available on how to get started with this?
Apologies if this is documented but I search through the docs and couldn't find anything.
Beta Was this translation helpful? Give feedback.
All reactions