Skip to content

Commit 85d437d

Browse files
committed
SME review
1 parent 972b8a7 commit 85d437d

File tree

4 files changed

+4
-53
lines changed

4 files changed

+4
-53
lines changed

content/manuals/compose/bridge/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ To give feedback, report bugs, or receive support, email `desktop-preview@docker
4141
## What's next?
4242

4343
- [Use Compose Bridge](usage.md)
44-
- [Explore how you can customize Compose Bridge](customize.md)
45-
- [Explore the advanced integration](advanced-integration.md)
44+
- [Explore how you can customize Compose Bridge](customize.md)

content/manuals/compose/bridge/advanced-integration.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

content/manuals/compose/bridge/customize.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ when transforming Compose models into Kubernetes in addition to other
152152
transformations:
153153

154154
```console
155-
$ compose-bridge convert \
155+
$ docker compose bridge convert \
156156
--transformation docker/compose-bridge-kubernetes \
157157
--transformation mycompany/transform
158158
```
@@ -184,7 +184,3 @@ CMD ["/usr/bin/kompose", "convert", "-f", "/in/compose.yaml", "--out", "/out"]
184184

185185
This Dockerfile bundles Kompose and defines the command to run this tool according
186186
to the Compose Bridge transformation contract.
187-
188-
## What's next?
189-
190-
- [Explore the advanced integration](advanced-integration.md)

content/manuals/compose/bridge/usage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Compose looks for a `compose.yaml` file inside the current directory and then co
3636

3737
The following output is displayed
3838
```console
39-
$ compose-bridge convert -f compose.yaml
39+
$ docker compose bridge convert -f compose.yaml
4040
Kubernetes resource api-deployment.yaml created
4141
Kubernetes resource db-deployment.yaml created
4242
Kubernetes resource web-deployment.yaml created
@@ -86,5 +86,4 @@ $ docker compose bridge convert --help
8686
8787
## What's next?
8888

89-
- [Explore how you can customize Compose Bridge](customize.md)
90-
- [Explore the advanced integration](advanced-integration.md)
89+
- [Explore how you can customize Compose Bridge](customize.md)

0 commit comments

Comments
 (0)