Skip to content

Commit

Permalink
Merge pull request rootless-containers#298 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
README.md: remove mentioning "rootful" Docker
  • Loading branch information
AkihiroSuda authored Sep 5, 2023
2 parents 9c454e1 + bf70dfb commit 57a770a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ kubectl taint nodes --all node-role.kubernetes.io/control-plane-
- Most of host files are not visible with `hostPath` mounts. Edit [`docker-compose.yaml`](./docker-compose.yaml) for mounting additional files.
- Some [volume drivers](https://kubernetes.io/docs/concepts/storage/volumes/) such as `nfs` do not work.

<!--
## Advanced topics
- Although Usernetes (Gen2) is designed to be used with Rootless Docker, it should work with the regular "rootful" Docker too.
This might be useful for some people who are looking for "multi-host" version of [`kind`](https://kind.sigs.k8s.io/) and [minikube](https://minikube.sigs.k8s.io/).
-->
<!-- ↑FIXME: "rootful" support is broken: https://github.com/rootless-containers/usernetes/issues/297 -->

0 comments on commit 57a770a

Please sign in to comment.