You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/build/bake/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ target "myapp" {
87
87
> [!TIP]
88
88
>
89
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.
90
+
> Check out the [Docker DX](https://marketplace.visualstudio.com/items?itemName=docker.docker) extension for linting, code navigation, and vulnerability scanning.
|[`FROM <image>`](/reference/dockerfile.md#from)| Defines a base for your image. |
27
27
|[`RUN <command>`](/reference/dockerfile.md#run)| Executes any commands in a new layer on top of the current image and commits the result. `RUN` also has a shell form for running commands. |
28
28
|[`WORKDIR <directory>`](/reference/dockerfile.md#workdir)| Sets the working directory for any `RUN`, `CMD`, `ENTRYPOINT`, `COPY`, and `ADD` instructions that follow it in the Dockerfile. |
@@ -284,4 +284,4 @@ Docker host.
284
284
> [!TIP]
285
285
>
286
286
> To improve linting, code navigation, and vulnerability scanning of your Dockerfiles in Visual Studio Code
287
-
> see [Docker VS Code Extension](https://marketplace.visualstudio.com/items?itemName=docker.docker).
287
+
> see the [Docker DX](https://marketplace.visualstudio.com/items?itemName=docker.docker) extension.
description: Understand version and name attributes for Compose.
13
-
icon: text_snippet
14
-
link: /reference/compose-file/version-and-name/
15
-
- title: Services top-level element
16
-
description: Explore all services attributes for Compose.
17
-
icon: construction
18
-
link: /reference/compose-file/services/
19
-
- title: Networks top-level element
20
-
description: Find all networks attributes for Compose.
21
-
icon: lan
22
-
link: /reference/compose-file/networks/
23
-
- title: Volumes top-level element
24
-
description: Explore all volumes attributes for Compose.
25
-
icon: database
26
-
link: /reference/compose-file/volumes/
27
-
- title: Configs top-level element
28
-
description: Find out about configs in Compose.
29
-
icon: settings
30
-
link: /reference/compose-file/configs/
31
-
- title: Secrets top-level element
32
-
description: Learn about secrets in Compose.
33
-
icon: lock
34
-
link: /reference/compose-file/secrets/
13
+
- title: Version and name top-level element
14
+
description: Understand version and name attributes for Compose.
15
+
icon: text_snippet
16
+
link: /reference/compose-file/version-and-name/
17
+
- title: Services top-level element
18
+
description: Explore all services attributes for Compose.
19
+
icon: construction
20
+
link: /reference/compose-file/services/
21
+
- title: Networks top-level element
22
+
description: Find all networks attributes for Compose.
23
+
icon: lan
24
+
link: /reference/compose-file/networks/
25
+
- title: Volumes top-level element
26
+
description: Explore all volumes attributes for Compose.
27
+
icon: database
28
+
link: /reference/compose-file/volumes/
29
+
- title: Configs top-level element
30
+
description: Find out about configs in Compose.
31
+
icon: settings
32
+
link: /reference/compose-file/configs/
33
+
- title: Secrets top-level element
34
+
description: Learn about secrets in Compose.
35
+
icon: lock
36
+
link: /reference/compose-file/secrets/
35
37
aliases:
36
-
- /compose/yaml/
37
-
- /compose/compose-file/compose-file-v1/
38
-
- /compose/compose-file/
39
-
- /compose/reference/overview/
38
+
- /compose/yaml/
39
+
- /compose/compose-file/compose-file-v1/
40
+
- /compose/compose-file/
41
+
- /compose/reference/overview/
40
42
---
41
43
42
-
>**New to Docker Compose?**
44
+
>**New to Docker Compose?**
43
45
>
44
46
> Find more information about the [key features and use cases of Docker Compose](/manuals/compose/intro/features-uses.md) or [try the quickstart guide](/manuals/compose/gettingstarted.md).
45
47
@@ -49,11 +51,11 @@ Legacy versions 2.x and 3.x of the Compose file format were merged into the Comp
49
51
50
52
The Compose Specification on Docker Docs is the Docker Compose implementation. If you wish to implement your own version of the Compose Specification, see the [Compose Specification repository](https://github.com/compose-spec/compose-spec).
51
53
52
-
Use the following links to navigate key sections of the Compose Specification.
54
+
Use the following links to navigate key sections of the Compose Specification.
53
55
54
56
> [!TIP]
55
57
>
56
58
> 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.
59
+
> Check out the [Docker DX](https://marketplace.visualstudio.com/items?itemName=docker.docker) extension for linting, code navigation, and vulnerability scanning.
0 commit comments