Skip to content

Commit 4f7b212

Browse files
Fix the link to the "Running containers" documentation in the "Using lifecycle hooks with Compose" manual (#22451)
## Description [The current documentation link](https://github.com/manuals//engine/containers/run.md#default-command-and-options) responds with `Not Found`. See the available manuals for containers [here](https://github.com/docker/docs/tree/main/content/manuals/engine/containers). --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
1 parent e73846d commit 4f7b212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 -

0 commit comments

Comments
 (0)