docs: update docker/runc requirement note

pull/917/head^2
iwilltry42 3 years ago
parent 5a00a39323
commit e82810aeda
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 2
      README.md
  2. 2
      docs/index.md

@ -32,7 +32,7 @@ k3d creates containerized k3s clusters. This means, that you can spin up a multi
## Requirements
- [docker](https://docs.docker.com/install/)
- Note: k3d v5.x.x requires at least Docker v20.10.4 to work properly
- Note: k3d v5.x.x requires at least Docker v20.10.5 (runc >= v1.0.0-rc93) to work properly (see [#807](https://github.com/rancher/k3d/issues/807))
## Releases

@ -28,7 +28,7 @@ k3d makes it very easy to create single- and multi-node [k3s](https://github.com
## Requirements
- [**docker**](https://docs.docker.com/install/) to be able to use k3d at all
- Note: k3d v5.x.x requires at least Docker v20.10.4 to work properly
- Note: k3d v5.x.x requires at least Docker v20.10.5 (runc >= v1.0.0-rc93) to work properly (see [#807](https://github.com/rancher/k3d/issues/807))
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) to interact with the Kubernetes cluster
## Releases

Loading…
Cancel
Save