Is your feature request related to a problem? Please describe.
Hi, I'm using this wonderful tool daily for my dev.
I used to work like this:
- Local machine -> remote server AND remote server's some directories are mounted to a docker container
Now, I'm thinking about local machine -> remote server -> a docker container running on the remote server directly because it is tricky for LSP to parse things correctly when building things inside docker containers.
Describe the solution you'd like
From a local machine, I can directly access to a docker container running in a remote server.
Describe alternatives you've considered
Having a port for ssh inside a running docker container but this is not automatic and therefore not ideal.
Is your feature request related to a problem? Please describe.
Hi, I'm using this wonderful tool daily for my dev.
I used to work like this:
Now, I'm thinking about local machine -> remote server -> a docker container running on the remote server directly because it is tricky for LSP to parse things correctly when building things inside docker containers.
Describe the solution you'd like
From a local machine, I can directly access to a docker container running in a remote server.
Describe alternatives you've considered
Having a port for ssh inside a running docker container but this is not automatic and therefore not ideal.