diff --git a/content/manuals/build/bake/introduction.md b/content/manuals/build/bake/introduction.md index 5265a26e38..70585fe886 100644 --- a/content/manuals/build/bake/introduction.md +++ b/content/manuals/build/bake/introduction.md @@ -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 (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. + ## Next steps To learn more about using Bake, see the following topics: diff --git a/content/manuals/build/building/best-practices.md b/content/manuals/build/building/best-practices.md index 343c42b62c..75182f36c8 100644 --- a/content/manuals/build/building/best-practices.md +++ b/content/manuals/build/building/best-practices.md @@ -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 (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. + ### FROM Whenever possible, use current official images as the basis for your diff --git a/content/manuals/build/checks.md b/content/manuals/build/checks.md index b741f71800..2fe2be360c 100644 --- a/content/manuals/build/checks.md +++ b/content/manuals/build/checks.md @@ -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 (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. + ## Build with checks Build checks are supported in: diff --git a/content/manuals/build/concepts/dockerfile.md b/content/manuals/build/concepts/dockerfile.md index 6a9de90499..461955fe15 100644 --- a/content/manuals/build/concepts/dockerfile.md +++ b/content/manuals/build/concepts/dockerfile.md @@ -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 (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. diff --git a/content/reference/compose-file/_index.md b/content/reference/compose-file/_index.md index 2c24cfb413..7bc125451f 100644 --- a/content/reference/compose-file/_index.md +++ b/content/reference/compose-file/_index.md @@ -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 (experimental)](https://github.com/docker/vscode-extension) for linting, code navigation, and vulnerability scanning. + {{< grid >}}