mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-28 14:40:26 +00:00
Seems newer versions of containerd does not work in termux, trying to run docker with containerd 1.6.24 or 1.7.7 we get: $ sudo docker run -it ubuntu bash docker: Error response from daemon: failed to create task for container: failed to start shim: start failed: io.containerd.runc.v2: create new shim socket: listen unix /data/data/com.termux/files/usr/var/run/containerd/s/3f71828f1d6c1ead43fded842abc9c3cf5857c74c3e0704cd83ab177e17cfe6c: bind: invalid argument: exit status 1: unknown.
10 lines
267 B
TOML
10 lines
267 B
TOML
root = "$PREFIX/var/lib/containerd"
|
|
state = "$PREFIX/var/run/containerd"
|
|
imports = ["$PREFIX/etc/containerd/runtime_*.toml", "./debug.toml"]
|
|
|
|
[grpc]
|
|
address = "$PREFIX/var/run/containerd/containerd.sock"
|
|
|
|
[debug]
|
|
address = "$PREFIX/var/run/containerd/debug.sock"
|