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
The commands:
$ docker pause $ docker unpause
Here's a demo of them in action: