VSCode Remote Development Container

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Sep 21 3:3
Editor
Edited
Edited
2024 Apr 30 2:16
Refs
Refs
docker context create my-remote-docker-machine --docker "host=ssh://username@host:port" docker context user my-remote-docker-machine
 
 
notion image
 
you should add config ssh
 
 
Host app.stryx.co.kr HostName app.stryx.co.kr IdentityFile ~/.ssh/stryx_azure
 
 
 
 
notion image
OS can be bad
 
 
Connect to Docker engine running on a remote machine
We recommend using the Visual Studio Code Remote-SSH extension to connect to a remote machine running Docker engine, but it also possible to connect to the remote Docker engine directly, using SSH tunneling. Use ssh-keygen or similar to get and configure a public/private key pair for SSH authentication.
Connect to Docker engine running on a remote machine
 
 

Recommendations