Skip to content

Commit 75c847a

Browse files
Merge pull request #933 from q384566678/hook-link
fix the link to hook
2 parents a5b8598 + 966a58d commit 75c847a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ To provide context for users the following section gives example use cases for e
2222
### Application Bundle Builders
2323

2424
Application bundle builders can create a [bundle](bundle.md) directory that includes all of the files required for launching an application as a container.
25-
The bundle contains an OCI [configuration file](config.md) where the builder can specify host-independent details such as [which executable to launch](config.md#process) and host-specific settings such as [mount](config.md#mounts) locations, [hook](config.md#hooks) paths, Linux [namespaces](config-linux.md#namespaces) and [cgroups](config-linux.md#control-groups).
25+
The bundle contains an OCI [configuration file](config.md) where the builder can specify host-independent details such as [which executable to launch](config.md#process) and host-specific settings such as [mount](config.md#mounts) locations, [hook](config.md#posix-platform-hooks) paths, Linux [namespaces](config-linux.md#namespaces) and [cgroups](config-linux.md#control-groups).
2626
Because the configuration includes host-specific settings, application bundle directories copied between two hosts may require configuration adjustments.
2727

2828
### Hook Developers
2929

30-
[Hook](config.md#hooks) developers can extend the functionality of an OCI-compliant runtime by hooking into a container's lifecycle with an external application.
30+
[Hook](config.md#posix-platform-hooks) developers can extend the functionality of an OCI-compliant runtime by hooking into a container's lifecycle with an external application.
3131
Example use cases include sophisticated network configuration, volume garbage collection, etc.
3232

3333
### Runtime Developers

runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ Once a container is deleted its ID MAY be used by a subsequent container.
137137

138138
## <a name="runtimeHooks" />Hooks
139139
Many of the operations specified in this specification have "hooks" that allow for additional actions to be taken before or after each operation.
140-
See [runtime configuration for hooks](./config.md#hooks) for more information.
140+
See [runtime configuration for hooks](./config.md#posix-platform-hooks) for more information.

0 commit comments

Comments
 (0)