formulahendry / formulahendry/vscode-docker-explorer

Allow for manual settings for custom docker-machine scenarios.

Open
#19 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
49
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Running docker commands we can manually specify the host, use tls and certificate requirements. We need to be able to handle custom docker-machine scenarios where we can configure this. I could also see this come in real handy if somebody wanted to monitor remote docker connections (i.e. Azure). Perhaps we can also add a new settings json file to store this in.

DOCKER_TLS_VERIFY=1
DOCKER_HOST=tcp://192.168.99.102:2376 DOCKER_CERT_PATH=C:\Users\myuser\\.docker\machine\machines\default

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.