Skip to content

Connect to remote docker daemon when using "Remote - SSH" extension #924

@pd93

Description

@pd93

The Remote - SSH extension

This week, the Remote Development pack was released to Insiders. This allows you to open up a VSCode window as if it were running on the remote host. I have been using the Remote - SSH extension to connect to a server and it works beautifully.

Expected vscode-docker behaviour

When I install the vscode-docker extension, it should be installed to the remote VSCode installation.
When opening a remote (SSH) vscode session, vscode-docker should list images/containers from the docker daemon on the remote host.

Actual vscode-docker behaviour

The extension is installed locally and lists my local containers/images.

Summary

It would be fantastic if these two extensions could work together so that I can view my remote docker container/images while I'm developing remotely over SSH and my local ones when working locally.

I don't think this effects the Remote - WSL and Remote - Containers extensions as developers tend to use the local Docker daemon in these environment anyway (either via opening TCP port 2375 or by using some form of DinD).

Potentially related to #216 & #646.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions