Files
Adrian Reber bc3389e212 Add more checkpoint/restore information to 'inspect'
This adds the following information to the output of 'podman inspect':

 * CheckpointedAt - time the container was checkpointed
   Only set if the container has been checkpointed

 * RestoredAt - time the container was restored
   Only set if the container has been restored

 * CheckpointLog - path to the checkpoint log file (CRIU's dump.log)
   Only set if the log file exists (--keep)

 * RestoreLog - path to the restore log file (CRIU's restore.log)
   Only set if the log file exists (--keep)

 * CheckpointPath - path to the actual (CRIU) checkpoint files
   Only set if the checkpoint files exists (--keep)

 * Restored - set to true if the container has been restored
   Only set if the container has been restored

Signed-off-by: Adrian Reber <areber@redhat.com>
2021-12-17 10:02:35 +00:00
..
2020-05-06 17:08:22 +02:00
2021-05-22 04:58:48 -04:00
2021-04-21 13:16:33 -04:00
2021-11-11 16:49:46 +01:00
2021-10-01 14:09:11 -04:00
2020-10-21 13:31:40 -04:00
2020-03-27 14:36:03 -04:00
2021-02-25 10:02:41 -06:00