Skip to content

Commit

Permalink
docs: update docker/runc requirement note
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Jan 12, 2022
1 parent 5a00a39 commit e82810a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e82810a

Please sign in to comment.