Can I suspend and then resume a Docker container?

后端 未结 5 561
被撕碎了的回忆
被撕碎了的回忆 2021-01-31 08:16

I would like to suspend a Docker container and resume later. How can this be done? By suspending I mean that it should save the state of ongoing process (e.g. video encoding) an

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-31 08:39

    As of Version 0.12.0, Docker supports PAUSE and UNPAUSE commands to pause and resume containers using cgroup freezer.

提交回复
热议问题