vscode-docker tell me to set docker.host in the format <ip>:<port>. When using Docker build image command, it'll set DOCKER_HOST = docker.host config.
DOCKER_HOST config should be tcp://<ip>:<port>. Using <ip>:<port> will result in an error:
parse <ip>:<port>: first path segment in URL cannot contain colon