Merge pull request #22297 from aevesdocker/vscode-tip

vscode tip
This commit is contained in:
Allie Sadler
2025-03-26 14:45:39 +00:00
committed by GitHub
5 changed files with 25 additions and 0 deletions

View File

@@ -84,6 +84,11 @@ target "myapp" {
}
```
> [!TIP]
>
> Want a better editing experience for Bake files in VS Code?
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
## Next steps
To learn more about using Bake, see the following topics:

View File

@@ -257,6 +257,11 @@ automatically build and tag a Docker image and test it.
Follow these recommendations on how to properly use the [Dockerfile instructions](/reference/dockerfile.md)
to create an efficient and maintainable Dockerfile.
> [!TIP]
>
> Want a better editing experience for Dockerfiles in VS Code?
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
### FROM
Whenever possible, use current official images as the basis for your

View File

@@ -36,6 +36,11 @@ Build checks are useful for:
- Identifying potential issues or anti-patterns in your Dockerfile and build
options.
> [!TIP]
>
> Want a better editing experience for Dockerfiles in VS Code?
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
## Build with checks
Build checks are supported in:

View File

@@ -278,3 +278,8 @@ $ docker run -p 127.0.0.1:8000:8000 test:latest
This publishes the container's port 8000 to `http://localhost:8000` on the
Docker host.
> [!TIP]
>
> Want a better editing experience for Dockerfiles in VS Code?
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.

View File

@@ -51,4 +51,9 @@ The Compose Specification on Docker Docs is the Docker Compose implementation. I
Use the following links to navigate key sections of the Compose Specification.
> [!TIP]
>
> Want a better editing experience for Compose files in VS Code?
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
{{< grid >}}