"docker.environment": {
"DOCKER_HOST": "ssh://your-remote-user@your-remote-machine-fqdn-or-ip-here"
}
{
// 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"
}