Skip to content

Commit eb6257b

Browse files
Merge pull request #2617 from jianliao82/patch-1
fix typo
2 parents 901b2ea + 67849c4 commit eb6257b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RUN apt-get update && \
175175

176176
```
177177

178-
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 libaries). Please refer to [RUNC.md](/RUNC.md) for the currently supported version of `runc` that is used by containerd.
178+
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.
179179

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

reports/2017-04-28.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sorry for the slow reports lately. Last week was Dockercon and many people insi
44

55
## New Projects to the Org.
66

7-
We are looking to move some of our dependencies used by containerd into the org. We want to have a simple maintainer model for containerd and any other repository that is added to the org. Bascially, if you are a maintainer of containerd, you are a maintainer on all of the repos. We don't want to have separate maintainers for the various parts as we should all share the responsibility for quality and stability for the project as a whole.
7+
We are looking to move some of our dependencies used by containerd into the org. We want to have a simple maintainer model for containerd and any other repository that is added to the org. Basically, if you are a maintainer of containerd, you are a maintainer on all of the repos. We don't want to have separate maintainers for the various parts as we should all share the responsibility for quality and stability for the project as a whole.
88

99
We have an issue on github discussing the various projects that we want to add. If you have any feedback please let us know on the issue below.
1010

reports/2017-05-26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if err != nil {
7979
### Create a new container based on the image
8080

8181
```go
82-
// create the container with a persistant ReadWrite layer based on the image and spec
82+
// create the container with a persistent ReadWrite layer based on the image and spec
8383
container, err := client.NewContainer(ctx, "redis", spec, containerd.WithNewRootFS("redis-rootfs", image))
8484
if err != nil {
8585
return err

0 commit comments

Comments
 (0)