Migrated xwiki from physical to VM and now it won't start

Any help would be appreciated. I migrated a machine using Veeam from a physical server to a VMWare environment and now I get this error when I try to start my xwiki environment

sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker/xwiki 11.5-postgres-tomcat 0aaf07cfe721 24 months ago 1.29 GB
docker/postgres 9.5 b98cbbd6078e 2 years ago 227 MB
docker/postgres 10.9 47d49eb910f3 2 years ago 230 MB
docker/postgres 11.4 6dc0e6af942c 2 years ago 312 MB
docker/mwader/postfix-relay latest 51eaca254f06 2 years ago 106 MB
docker/xwiki 10.6-postgres-tomcat 1bbd5c1cf853 2 years ago 1.18 GB
docker/postgres 10.5 45e33d1af449 2 years ago 228 MB

sudo docker start xwiki
Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:245: running exec setns process for init caused “exit status 17"”
Error: failed to start containers: xwiki

Any assistance would be greatly appreciated.

sudo docker info

Containers: 5

Running: 0

Paused: 0

Stopped: 5

Images: 7

Server Version: 1.13.1

Storage Driver: overlay2

Backing Filesystem: xfs

Supports d_type: false

Native Overlay Diff: false

Logging Driver: journald

Cgroup Driver: systemd

Plugins:

Volume: local

Network: bridge host macvlan null overlay

Swarm: inactive

Runtimes: docker-runc runc

Default Runtime: docker-runc

Init Binary: /usr/libexec/docker/docker-init-current

containerd version: (expected: aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1)

runc version: 290a33602b16ff2d1cc5339bc0297f0e094462ce (expected: 9df8b306d01f59d3a8029be411de015b7304dd8f)

init version: fec3683b971d9c3ef73f284f176672c44b448662 (expected: 949e6facb77383876aeff8a6944dde66b3089574)

Security Options:

seccomp

WARNING: You’re not using the default seccomp profile

Profile: /etc/docker/seccomp.json

Kernel Version: 3.10.0-327.el7.x86_64

Operating System: CentOS Linux 7 (Core)

OSType: linux

Architecture: x86_64

Number of Docker Hooks: 3

CPUs: 12

Total Memory: 11.14 GiB

Name: cdnofcwiki01

ID: MHG7:USTF:BNCR:HH62:6D5N:TCDU:TNEX:ZE6Z:EC6U:DO3U:XLAV:SNLG

Docker Root Dir: /var/lib/docker

Debug Mode (client): false

Debug Mode (server): false

Registry: https://index.docker.io/v1/

WARNING: bridge-nf-call-iptables is disabled

WARNING: bridge-nf-call-ip6tables is disabled

Experimental: false

Insecure Registries:

127.0.0.0/8

Live Restore Enabled: false

Registries: docker.io (secure)

-BC

Hello,

After migrating my personal laptop to debian bullseye, I had the same kind of error message when starting containers.
Did you try running some other containers (for instance, docker run --rm hello-world)? Do they start?

Also, what is your virtual machine distribution?

Hope that help.