Having a unprivileged lxc container running docker container fine with 5.4.78-pve kernel
Made the kernel upgrade, docker container can't start after, here is the error :
Of course no changes were made to the
Made the kernel upgrade, docker container can't start after, here is the error :
Code:
docker run hello-world
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:326: applying cgroup configuration for process caused: could not execute `systemctl --user --no-pager show-environment`, output="Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined\n": exit status 1: unknown.
ERRO[0000] error waiting for container: context canceled
Of course no changes were made to the
lxc/"id".conf
:
Code:
arch: amd64
features: keyctl=1,nesting=1
hostname: REDACTED
memory: 4096
net0: name=eth0,bridge=vmbr0,gw=REDACTED,hwaddr=REDACTED,ip=REDACTED,type=veth
onboot: 1
ostype: debian
rootfs: zfs-storage:subvol-1001-disk-0,size=16G
swap: 512
unprivileged: 1
Last edited: