rootless: support --container-runtime=docker
#17322
Labels
co/runtime/docker
Issues specific to a docker runtime
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Currently
--rootless
requires--container-runtime
to be containerd or cri-o, due to:runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: unknown.
moby/moby#46563After fixing this issue,
--container-runtime
can be set todocker
too.PR for Docker:
WIP PR for minikube:
The text was updated successfully, but these errors were encountered: