Browse Source
Update containerd documentation with etcd change (#7126)
* update containerd documentation with etcd change
* update conterind docs
pull/7132/head
Gregor Krmelj
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
docs/containerd.md
|
|
@ -11,6 +11,12 @@ _To use the containerd container runtime set the following variables:_ |
|
|
|
container_manager: containerd |
|
|
|
``` |
|
|
|
|
|
|
|
## etcd.yml |
|
|
|
|
|
|
|
```yaml |
|
|
|
etcd_deployment_type: host |
|
|
|
``` |
|
|
|
|
|
|
|
## Containerd config |
|
|
|
|
|
|
|
Example: define registry mirror for docker hub |
|
|
|