mirror of https://github.com/containers/podman.git
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> |
||
---|---|---|
.. | ||
annotations.go | ||
checkpoint_restore.go | ||
config.go | ||
container.go | ||
container_inspect.go | ||
containerstate.go | ||
diff.go | ||
errors.go | ||
exec_codes.go | ||
fileinfo.go | ||
healthchecks.go | ||
info.go | ||
mount.go | ||
pod_inspect.go | ||
podstate.go | ||
runtime.go | ||
terminal.go | ||
version.go | ||
volume_inspect.go |