Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github.com/moby/moby v28.1.0-rc.2+incompatible
# github.com/moby/buildkit v0.21.0
# github.com/docker/buildx v0.23.0
# github.com/docker/cli v28.1.0-rc.2+incompatible
# github.com/docker/compose/v2 v2.35.0
# github.com/docker/cli v28.1.0+incompatible
# github.com/docker/compose/v2 v2.35.1
# github.com/docker/scout-cli v1.15.0
4 changes: 0 additions & 4 deletions content/manuals/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ params:
description: Run integration tests, with real dependencies, in the cloud.
icon: package_2
link: https://testcontainers.com/cloud/docs/
- title: Docker Projects
description: Use a unified, project-based workflow to run your containerized projects.
icon: folder
link: /projects/
platform:
- title: Administration
description: Centralized observability for companies and organizations.
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/compose/how-tos/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: cli, compose, lifecycle, hooks reference
## Services lifecycle hooks

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

However, it can sometimes be easier to handle these tasks separately with lifecycle hooks -
Expand Down
23 changes: 20 additions & 3 deletions content/manuals/compose/releases/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ aliases:

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

## 2.35.1

{{< release-date date="2025-04-17" >}}

### Bug fixes and enhancements

- Fixed an issue with bind mounts

### Update

- Dependencies upgrade: bump compose-go to v2.6.0
- Dependencies upgrade: bump docker engine and cli to v28.0.4
- Dependencies upgrade: bump buildx to v0.22.0




## 2.35.0

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

### Update

- Dependencies upgrade: bump compose-go to v2.6.0
- Dependencies upgrade: bump docker engine and cli to v28.0.4
- Dependencies upgrade: bump buildx to v0.22.0
- Dependencies upgrade: bump docker engine and cli to v28.1.0
- Dependencies upgrade: bump buildx to v0.23.0
- Dependencies upgrade: bump buildkit to v0.21.0


## 2.34.0
Expand Down
4 changes: 2 additions & 2 deletions content/manuals/desktop/features/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ params:

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

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

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

### Running a multi-service application with Wasm

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

Expand Down
53 changes: 0 additions & 53 deletions content/manuals/projects/_index.md

This file was deleted.

45 changes: 0 additions & 45 deletions content/manuals/projects/about.md

This file was deleted.

47 changes: 0 additions & 47 deletions content/manuals/projects/edit.md

This file was deleted.

22 changes: 0 additions & 22 deletions content/manuals/projects/faq.md

This file was deleted.

37 changes: 0 additions & 37 deletions content/manuals/projects/manage.md

This file was deleted.

Loading