Hello everyone,
I am trying and failing to set up a docker compose system in an LXC container.
The container has set keyctl=1 and nesting=1.
The CT system is:
Debian 11 bullseye
Docker version is:
20.10.9, build c2ea9bc
I get this error:
Can anybody give me a hint on where I have to dig?
I guess I may have to set something in the lxc container config file?
I am trying and failing to set up a docker compose system in an LXC container.
The container has set keyctl=1 and nesting=1.
The CT system is:
Debian 11 bullseye
Docker version is:
20.10.9, build c2ea9bc
I get this error:
Code:
Starting project_traefik_1 ... error
ERROR: for project_traefik_1 Cannot start service traefik: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: write sysctl key net.ipv4.ping_group_range: write /proc/sys/net/ipv4/ping_group_range: invalid argument: unknown
ERROR: for traefik Cannot start service traefik: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: write sysctl key net.ipv4.ping_group_range: write /proc/sys/net/ipv4/ping_group_range: invalid argument: unknown
ERROR: Encountered errors while bringing up the project.
Can anybody give me a hint on where I have to dig?
I guess I may have to set something in the lxc container config file?