SSH access to the container #651
PabloBelmonte
started this conversation in
Ideas
Replies: 1 comment
|
P.S. |
0 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.
Hi folks,
Something that may be good for other developers is to access the container through SSH. I managed to do that, but it involves some manual configuring. Would be really nice to have that feature built-in. I find that working with VSCodium remote access to be smoother than using shared folder (which sometimes causes issues for me), as it provides integrated terminal.
What I've done:
Inside the container (Host server):
Install and setup the OpenSSH Server
At your linux machine:
Turn off the container, and edit the 'podman-compose.yml' file within .winboat (should work with docker as well):
Test the ssh connection
All reactions