You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ to use `go mod` command to modify the dependencies. After modifition, you should
111
111
and `go mod vendor` to ensure the `go.mod`, `go.sum` files and `vendor` directory are up to date.
112
112
Changes to these files should become a single commit for a PR which relies on vendored updates.
113
113
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.
115
115
116
116
### Static binaries
117
117
@@ -180,7 +180,7 @@ RUN apt-get update && \
180
180
181
181
```
182
182
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.
184
184
185
185
Let's suppose you build an image called `containerd/build` from the above Dockerfile. You can run the following command:
0 commit comments