You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// It's better to add this line into User's settings.json.
// How to set an alias name to login SSH server, https://ostechnix.com/how-to-create-ssh-alias-in-linux/
"docker.host":"ssh://tc"
}
I love this project (It looks like github codespaces), so I create an easier tutorial for myself.
Develop on a remote Docker host (the official tutorial link)
However, there is a serious problem in the tutorial, the property "DOCKER_HOST" does not exist:
I add a line into my settings.json, and it works!
I love this project (It looks like github codespaces), so I create an easier tutorial for myself.