I'm using criu 3.19 in the Docker container, the system in the container is Centos 7.9, and the host system is also Centos 7.9.
Use criu-ns dump -D ./ checkpoint -t xxx --leave-running -j dump created successfully , and using criu-ns restore -D ./ checkpoint -j restore process failed:
Error (criu/pstree.c:411): Current gid 1 intersects with pid (255) in images
Docker version is 20, start the container with the '--privileged' parameters, please help to see how to solve? Thanks.