Open lars18th opened 4 years ago
It should need docker? /bin/sh: 2: docker: not found
Package description is not true:
This package provides a non-root (user land) option to execute containers (aka Docker).
Rootless containerization possible only with custom kernels where user namespaces are enabled.
Package is kinda useless for the most users.
Those who want to try "root (less?) containerization", can use runc
package from root repo.
Project dependencies: https://github.com/google/gvisor#requirements
Hi @xeffyr ,
Those who want to try "root (less?) containerization", can use runc package from root repo.
Ok, then users without root don't have any alternative at time.
Thank you very much, though!
It should need docker?
/bin/sh: 2: docker: not found
No. It doesn't need docker. Docker could use it if it's available. Also podman/udocker can support it.
Package description This package provides a non-root (user land) option to execute containers (aka Docker).
Link to home page and sources
Additional information
runsc
that runs a container without root privileges.I hope someone wants to work in porting this package to Termux. Regards.