Skip to content

Wrong DOCKER_HOST config when using docker.host configuration #649

@ntcong

Description

@ntcong

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions