vscode-docker
vscode-docker copied to clipboard
Docker Extension for Visual Studio Code
## Overview It's finally time (sorta, starting as just a draft)! This PR is _very_ big but it does a couple of key things: - Uses the Docker (and compose)...
Specifically requested (but goal is generic support), in no particular order: Open: - [ ] goharbor.io (see #878, #3449) - [ ] ECR (Amazon, see #3202, #3604) - [ ]...
Remove or disable notification for Docker Desktop installation when alternatives are installed(e.g. Podman).
We need an implementation of [`DockerApiClient`](https://github.com/microsoft/vscode-docker/blob/main/src/docker/DockerApiClient.ts) that uses CLI only. This will work better with a wider range of scenarios than the CLI + HTTP daemon through Dockerode + gRPC...
Issue: All Docker views except "Contexts" display the message "Failed to connect. Is Docker running?". This issue has presented after running VSCode for multiple months over multiple projects, both local...
Possibly a reoccurrence of https://github.com/microsoft/vscode-docker/pull/3399 / https://github.com/microsoft/vscode-docker/pull/3355 If a HEREDOC section of a Dockerfile (as introduced in Buildx 1.4 https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/syntax.md#here-documents , if there is an empty line in the HEREDOC/HERE_DOCUMENT...
The rapidly-changing tree ID causes some misbehaviors. For example when a container moves from "a few seconds ago" to "a minute ago" it changes IDs, so if the user right-clicked...
**OS:** M1(Pro) **Build Version:** 20220726.5 **Repro Steps:** 1. Open a python project in VS Code -> Add docker files to it. 2. Right click **.debug.yml** file -> Compose Up. 3....
Similar to how we want to do ACA implementation, let's move the App Service deployment out into the AppSvc extension. A soft dependency in the Docker extension can call a...
https://github.com/microsoft/vscode-docker/blob/018c92815ff2eeed50ec9e9af1d842ebf7a7a329/resources/templates/node/Dockerfile.template#L5 This line intrigues me. Why the `mv node_modules ../` part? Why move _node_modules_ up a directory? Should this be in a generic Node.js Dockerfile template?