* <b>A</b>: CRIU doesn't checkpoint filesystem, so once you've checkpointed the container, the images contain path to files, that sit in the ''modified'' root tree. So you cannot restore from images on ''another'' root tree, you need to get the same tree back. You need to say <code>docker commit</code> after the checkpoint and restore only on this particular image. | * <b>A</b>: CRIU doesn't checkpoint filesystem, so once you've checkpointed the container, the images contain path to files, that sit in the ''modified'' root tree. So you cannot restore from images on ''another'' root tree, you need to get the same tree back. You need to say <code>docker commit</code> after the checkpoint and restore only on this particular image. |