Fix sublist in dev report
Also clean up some typos Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
a962ac9909
commit
21b0f1e285
@ -28,7 +28,7 @@ $ ctr events
|
|||||||
|
|
||||||
We added the syntax to use for filtration of items over the containerd API. The
|
We added the syntax to use for filtration of items over the containerd API. The
|
||||||
`filter` package defines a syntax and parser that can be used across types and
|
`filter` package defines a syntax and parser that can be used across types and
|
||||||
use cases in a uniform manner. This will be used commonly across the api for
|
use cases in a uniform manner. This will be used commonly across the API for
|
||||||
images, containers, events, snapshots, etc.
|
images, containers, events, snapshots, etc.
|
||||||
|
|
||||||
The syntax is fairly familiar, if you've used container ecosystem
|
The syntax is fairly familiar, if you've used container ecosystem
|
||||||
@ -78,7 +78,7 @@ the label `bar`:
|
|||||||
name==foo,labels.bar
|
name==foo,labels.bar
|
||||||
```
|
```
|
||||||
|
|
||||||
[#995: Add packge for filters](https://github.com/containerd/containerd/pull/995)
|
[#995: Add package for filters](https://github.com/containerd/containerd/pull/995)
|
||||||
|
|
||||||
[#1050: Container list filters](https://github.com/containerd/containerd/pull/1050)
|
[#1050: Container list filters](https://github.com/containerd/containerd/pull/1050)
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ We added `ctr snapshot list` to snapshots from containerd. This will output all
|
|||||||
snapshots, not just the active snapshots used by containers.
|
snapshots, not just the active snapshots used by containers.
|
||||||
|
|
||||||
```
|
```
|
||||||
ctr snapshot list
|
$ ctr snapshot list
|
||||||
ID Parent State Readonly
|
ID Parent State Readonly
|
||||||
registry2 sha256:dc22a13eb565d14bfe2b16f6fa731a05da0eeff02a52059c7b59cdc2c232a2b2 active false
|
registry2 sha256:dc22a13eb565d14bfe2b16f6fa731a05da0eeff02a52059c7b59cdc2c232a2b2 active false
|
||||||
registry3 sha256:dc22a13eb565d14bfe2b16f6fa731a05da0eeff02a52059c7b59cdc2c232a2b2 active false
|
registry3 sha256:dc22a13eb565d14bfe2b16f6fa731a05da0eeff02a52059c7b59cdc2c232a2b2 active false
|
||||||
@ -116,17 +116,17 @@ sha256:dc22a13eb565d14bfe2b16f6fa731a05da0eeff02a52059c7b59cdc2c232a2b2 sha256:d
|
|||||||
As part of our API review process we have started implementing some changes to
|
As part of our API review process we have started implementing some changes to
|
||||||
make the API clearer and more consistent.
|
make the API clearer and more consistent.
|
||||||
|
|
||||||
[#1040: Update grpc APIs](https://github.com/containerd/containerd/pull/1040)
|
[#1040: Update GRPC APIs](https://github.com/containerd/containerd/pull/1040)
|
||||||
|
|
||||||
[#1047: Rename execution service to tasks](https://github.com/containerd/containerd/pull/1047)
|
[#1047: Rename execution service to tasks](https://github.com/containerd/containerd/pull/1047)
|
||||||
|
|
||||||
[#1059: enforce a character set for namespaces](https://github.com/containerd/containerd/pull/1059)
|
[#1059: enforce a character set for namespaces](https://github.com/containerd/containerd/pull/1059)
|
||||||
|
|
||||||
[#1052: version protof service packages](https://github.com/containerd/containerd/pull/1062)
|
[#1052: version protobuf service packages](https://github.com/containerd/containerd/pull/1062)
|
||||||
|
|
||||||
[#1072: move events types into service package](https://github.com/containerd/containerd/pull/1072)
|
[#1072: move events types into service package](https://github.com/containerd/containerd/pull/1072)
|
||||||
|
|
||||||
[#1073: consolidate api types packages](https://github.com/containerd/containerd/pull/1073)
|
[#1073: consolidate API types packages](https://github.com/containerd/containerd/pull/1073)
|
||||||
|
|
||||||
[#1074: replace whale with D](https://github.com/containerd/containerd/pull/1074)
|
[#1074: replace whale with D](https://github.com/containerd/containerd/pull/1074)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user