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: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,16 @@ the autocomplete/ctr file in your `.bashrc`, or manually like:
248
248
$ source ./contrib/autocomplete/ctr
249
249
```
250
250
251
+
#### Distribution of `ctr` autocomplete for bash and zsh
252
+
253
+
For bash, copy the `contrib/autocomplete/ctr` script into
254
+
`/etc/bash_completion.d/` and rename it to `ctr`. The `zsh_autocomplete`
255
+
file is also available and can be used similarly for zsh users.
256
+
257
+
Provide documentation to users to `source` this file into their shell if
258
+
you don't place the autocomplete file in a location where it is automatically
259
+
loaded for the user's shell environment.
260
+
251
261
### CRI
252
262
253
263
`cri` is a [containerd](https://containerd.io/) plugin implementation of the Kubernetes [container runtime interface (CRI)](https://github.com/kubernetes/cri-api/blob/master/pkg/apis/runtime/v1alpha2/api.proto). With it, you are able to use containerd as the container runtime for a Kubernetes cluster.
@@ -282,16 +292,6 @@ A Kubernetes incubator project, [cri-tools](https://github.com/kubernetes-sigs/c
0 commit comments