microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Add support to Docker http Api #4233

Closed shoblingr closed 4 months ago

shoblingr commented 4 months ago

Type: Feature Request

Docker can be managed from http api, which is available for instance in IntelliJ or netbean. It would be very helpful to have this fonctionnality on VSCode also. Could it be possible ? For instance : API is accessible on http://10.0.2.15:2375

That can be used to manage a docker running in a VM where ssh conexion is not fully supported (Alpine Linux)

Extension version: 1.28.0 VS Code version: Code 1.86.0 (05047486b6df5eb8d44b2ecd70ea3bdf775fd937, 2024-01-31T10:28:19.990Z) OS version: Windows_NT x64 10.0.19045 Modes:

bwateratmsft commented 4 months ago

We intentionally switched to using the Docker CLI exclusively, because of challenges in API discovery and because it would enable compatibility with a broader range of container runtimes.