zl程序教程

您现在的位置是:首页 >  其他

当前栏目

容器迁移

2023-09-27 14:27:44 时间

一、概述

  容器跨host迁移工具:CRIU

  CRIU – Checkpoint/Restore In Userspace
  ` 用途:
    ` 将进程状态保存为文件
    ` 通过文件恢复进程

二、流程

  1、第一步: pre-checkpoint

  2、第二步: pre-restore

  3、第三步: checkpoint

  4、第四步: restore