<div dir="ltr"><div><div><div>Hi all, <br>I am trying to checkpoint/restore the container using the following commands. <br> sudo lxc-checkpoint -s -D /tmp/checkpoint -n mycontainer<br> sudo lxc-checkpoint -r -D /tmp/checkpoint -n mycontainer <br>The lxc-checkpoint command will invoke criu to do checkpoint and restore. <br>I have some doubts:<br>1) After restoring the container, why all the process pids related to the container are changed? <br>E.g. before checkpoint, the PID of container is 1385, but after restore the PID of the container is  3089. (1385 is not occupied by other process.)<br></div>2) If I use lxc-attach to enter the container, and run a process in it. Then when checkpoint the container, the process is stopped, but when restore the container, the process is not resumed. Does anyone know why? <br><br></div>Thanks,<br></div>Tina<br></div>