fix typo

Signed-off-by: jliao <jliao@alauda.io>
This commit is contained in:
liaoj
2018-09-07 15:32:57 +08:00
committed by jliao
parent 901b2ea2a7
commit 67849c4714
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Sorry for the slow reports lately. Last week was Dockercon and many people insi
## New Projects to the Org.
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.
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.
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.

View File

@@ -79,7 +79,7 @@ if err != nil {
### Create a new container based on the image
```go
// create the container with a persistant ReadWrite layer based on the image and spec
// create the container with a persistent ReadWrite layer based on the image and spec
container, err := client.NewContainer(ctx, "redis", spec, containerd.WithNewRootFS("redis-rootfs", image))
if err != nil {
return err