Files
termux-packages/root-packages/containerd/config.toml
termux-pacman-bot b9f3096b78 chore(root/containerd): clean up patches
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.
2023-10-23 20:31:18 +00:00

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"