Skip to content

Commit e82810a

Browse files
committed
docs: update docker/runc requirement note
1 parent 5a00a39 commit e82810a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ k3d creates containerized k3s clusters. This means, that you can spin up a multi
3232
## Requirements
3333

3434
- [docker](https://docs.docker.com/install/)
35-
- Note: k3d v5.x.x requires at least Docker v20.10.4 to work properly
35+
- 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))
3636

3737
## Releases
3838

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ k3d makes it very easy to create single- and multi-node [k3s](https://github.com
2828
## Requirements
2929

3030
- [**docker**](https://docs.docker.com/install/) to be able to use k3d at all
31-
- Note: k3d v5.x.x requires at least Docker v20.10.4 to work properly
31+
- 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))
3232
- [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) to interact with the Kubernetes cluster
3333

3434
## Releases

0 commit comments

Comments
 (0)