mirror of https://github.com/docker/docs.git
fix typo in kubernetes rootless mode documentation (#22076)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> It bothered me ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review
This commit is contained in:
parent
a9efacad06
commit
4d9750207c
|
@ -246,7 +246,7 @@ that you want to support.
|
|||
## Rootless mode
|
||||
|
||||
The Kubernetes driver supports rootless mode. For more information on how
|
||||
rootless mode works, and it's requirements, see
|
||||
rootless mode works, and its requirements, see
|
||||
[here](https://github.com/moby/buildkit/blob/master/docs/rootless.md).
|
||||
|
||||
To turn it on in your cluster, you can use the `rootless=true` driver option:
|
||||
|
|
Loading…
Reference in New Issue