Skip to content

Commit 46fd9e4

Browse files
committed
update BUILDMING.md
Signed-off-by: Iceber Gu <[email protected]>
1 parent 134f7a7 commit 46fd9e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ to use `go mod` command to modify the dependencies. After modifition, you should
111111
and `go mod vendor` to ensure the `go.mod`, `go.sum` files and `vendor` directory are up to date.
112112
Changes to these files should become a single commit for a PR which relies on vendored updates.
113113

114-
Please refer to [RUNC.md](/RUNC.md) for the currently supported version of `runc` that is used by containerd.
114+
Please refer to [RUNC.md](/docs/RUNC.md) for the currently supported version of `runc` that is used by containerd.
115115

116116
### Static binaries
117117

@@ -180,7 +180,7 @@ RUN apt-get update && \
180180

181181
```
182182

183-
In our Docker container we will use a specific `runc` build which includes [seccomp](https://en.wikipedia.org/wiki/seccomp) and [apparmor](https://en.wikipedia.org/wiki/AppArmor) support. Hence why our Dockerfile includes `libseccomp-dev` as a dependency (apparmor support doesn't require external libraries). Please refer to [RUNC.md](/RUNC.md) for the currently supported version of `runc` that is used by containerd.
183+
In our Docker container we will use a specific `runc` build which includes [seccomp](https://en.wikipedia.org/wiki/seccomp) and [apparmor](https://en.wikipedia.org/wiki/AppArmor) support. Hence why our Dockerfile includes `libseccomp-dev` as a dependency (apparmor support doesn't require external libraries). Please refer to [RUNC.md](/docs/RUNC.md) for the currently supported version of `runc` that is used by containerd.
184184

185185
Let's suppose you build an image called `containerd/build` from the above Dockerfile. You can run the following command:
186186

0 commit comments

Comments
 (0)