Skip to content

Commit

Permalink
Fix: Update docker.mdx
Browse files Browse the repository at this point in the history
Minor fix to code block '```' guards.
  • Loading branch information
pop authored and lbajolet-hashicorp committed Nov 25, 2024
1 parent e9ded47 commit 828656c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .web-docs/components/builder/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ source "docker" "example" {
export_path = "image.tar"
}
build {
sources = ["source.docker.example"]
}
```

**JSON**

```json
Expand All @@ -42,11 +47,6 @@ source "docker" "example" {
}
```

build {
sources = ["source.docker.example"]
}
```
## Basic Example: Commit

Below is another example, the same as above but instead of exporting the
Expand Down
10 changes: 5 additions & 5 deletions docs/builders/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ source "docker" "example" {
export_path = "image.tar"
}
build {
sources = ["source.docker.example"]
}
```

**JSON**

```json
Expand All @@ -53,11 +58,6 @@ source "docker" "example" {
}
```

build {
sources = ["source.docker.example"]
}
```
## Basic Example: Commit

Below is another example, the same as above but instead of exporting the
Expand Down

0 comments on commit 828656c

Please sign in to comment.