Skip to content

Commit 030bb34

Browse files
aevesdockersarahsanders-dockercraig-osterhoutduffuniversejakubmeysner
authored
publish updates from main (#22460)
Automated pull request for publishing docs updates. --------- Signed-off-by: Guillaume Lours <[email protected]> Co-authored-by: Sarah Sanders <[email protected]> Co-authored-by: Craig Osterhout <[email protected]> Co-authored-by: Allie Sadler <[email protected]> Co-authored-by: Andrey Sobolev <[email protected]> Co-authored-by: Jakub Meysner <[email protected]> Co-authored-by: karman <[email protected]> Co-authored-by: Guillaume Lours <[email protected]>
2 parents a28495c + 8339b44 commit 030bb34

File tree

19 files changed

+53
-449
lines changed

19 files changed

+53
-449
lines changed

_vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# github.com/moby/moby v28.1.0-rc.2+incompatible
22
# github.com/moby/buildkit v0.21.0
33
# github.com/docker/buildx v0.23.0
4-
# github.com/docker/cli v28.1.0-rc.2+incompatible
5-
# github.com/docker/compose/v2 v2.35.0
4+
# github.com/docker/cli v28.1.0+incompatible
5+
# github.com/docker/compose/v2 v2.35.1
66
# github.com/docker/scout-cli v1.15.0

content/manuals/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ params:
5959
description: Run integration tests, with real dependencies, in the cloud.
6060
icon: package_2
6161
link: https://testcontainers.com/cloud/docs/
62-
- title: Docker Projects
63-
description: Use a unified, project-based workflow to run your containerized projects.
64-
icon: folder
65-
link: /projects/
6662
platform:
6763
- title: Administration
6864
description: Centralized observability for companies and organizations.

content/manuals/compose/how-tos/lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: cli, compose, lifecycle, hooks reference
1111
## Services lifecycle hooks
1212

1313
When Docker Compose runs a container, it uses two elements,
14-
[ENTRYPOINT and COMMAND](https://github.com/manuals//engine/containers/run.md#default-command-and-options),
14+
[ENTRYPOINT and COMMAND](/manuals/engine/containers/run.md#default-command-and-options),
1515
to manage what happens when the container starts and stops.
1616

1717
However, it can sometimes be easier to handle these tasks separately with lifecycle hooks -

content/manuals/compose/releases/release-notes.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ aliases:
1313

1414
For more detailed information, see the [release notes in the Compose repo](https://github.com/docker/compose/releases/).
1515

16+
## 2.35.1
17+
18+
{{< release-date date="2025-04-17" >}}
19+
20+
### Bug fixes and enhancements
21+
22+
- Fixed an issue with bind mounts
23+
24+
### Update
25+
26+
- Dependencies upgrade: bump compose-go to v2.6.0
27+
- Dependencies upgrade: bump docker engine and cli to v28.0.4
28+
- Dependencies upgrade: bump buildx to v0.22.0
29+
30+
31+
32+
1633
## 2.35.0
1734

1835
{{< release-date date="2025-04-10" >}}
@@ -30,9 +47,9 @@ For more detailed information, see the [release notes in the Compose repo](https
3047

3148
### Update
3249

33-
- Dependencies upgrade: bump compose-go to v2.6.0
34-
- Dependencies upgrade: bump docker engine and cli to v28.0.4
35-
- Dependencies upgrade: bump buildx to v0.22.0
50+
- Dependencies upgrade: bump docker engine and cli to v28.1.0
51+
- Dependencies upgrade: bump buildx to v0.23.0
52+
- Dependencies upgrade: bump buildkit to v0.21.0
3653

3754

3855
## 2.34.0

content/manuals/desktop/features/wasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ params:
1515

1616
{{< summary-bar feature_name="Wasm workloads" >}}
1717

18-
WebAssembly (Wasm) is a fast, light alternative Linux and
18+
WebAssembly (Wasm) is a fast, light alternative to Linux and
1919
Windows containers. With Docker Desktop, you can now run Wasm workloads side by side with traditional containers.
2020

2121
This page provides information about the ability to run Wasm applications
@@ -93,7 +93,7 @@ Start the application using the normal Docker Compose commands:
9393

9494
### Running a multi-service application with Wasm
9595

96-
Networking works the same as you expect with Linux containers, giving you the
96+
Networking works the same as you'd expect with Linux containers, giving you the
9797
flexibility to combine Wasm applications with other containerized workloads,
9898
such as a database, in a single application stack.
9999

content/manuals/projects/_index.md

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

content/manuals/projects/about.md

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

content/manuals/projects/edit.md

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

content/manuals/projects/faq.md

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

content/manuals/projects/manage.md

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

0 commit comments

Comments
 (0)