Skip to content

Commit 3648cad

Browse files
publish updates from main (#22318)
Automated pull request for publishing docs updates. --------- Co-authored-by: aevesdocker <[email protected]> Co-authored-by: Allie Sadler <[email protected]>
1 parent 4def45b commit 3648cad

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

content/manuals/build/bake/introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ target "myapp" {
8484
}
8585
```
8686

87+
> [!TIP]
88+
>
89+
> Want a better editing experience for Bake files in VS Code?
90+
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
91+
8792
## Next steps
8893

8994
To learn more about using Bake, see the following topics:

content/manuals/build/building/best-practices.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ automatically build and tag a Docker image and test it.
257257
Follow these recommendations on how to properly use the [Dockerfile instructions](/reference/dockerfile.md)
258258
to create an efficient and maintainable Dockerfile.
259259

260+
> [!TIP]
261+
>
262+
> Want a better editing experience for Dockerfiles in VS Code?
263+
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
264+
260265
### FROM
261266

262267
Whenever possible, use current official images as the basis for your

content/manuals/build/checks.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Build checks are useful for:
3636
- Identifying potential issues or anti-patterns in your Dockerfile and build
3737
options.
3838

39+
> [!TIP]
40+
>
41+
> Want a better editing experience for Dockerfiles in VS Code?
42+
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
43+
3944
## Build with checks
4045

4146
Build checks are supported in:

content/manuals/build/concepts/dockerfile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,8 @@ $ docker run -p 127.0.0.1:8000:8000 test:latest
278278

279279
This publishes the container's port 8000 to `http://localhost:8000` on the
280280
Docker host.
281+
282+
> [!TIP]
283+
>
284+
> Want a better editing experience for Dockerfiles in VS Code?
285+
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.

content/reference/compose-file/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ The Compose Specification on Docker Docs is the Docker Compose implementation. I
5151

5252
Use the following links to navigate key sections of the Compose Specification.
5353

54+
> [!TIP]
55+
>
56+
> Want a better editing experience for Compose files in VS Code?
57+
> Check out the [Docker VS Code Extension (Beta)](https://marketplace.visualstudio.com/items?itemName=docker.docker) for linting, code navigation, and vulnerability scanning.
58+
5459
{{< grid >}}

0 commit comments

Comments
 (0)