exo icon indicating copy to clipboard operation
exo copied to clipboard

[FEATURE] "pause" operation for containers

Open brandonbloom opened this issue 4 years ago • 1 comments

Docker supports pause and unpause, and therefore so does Docker Compose, but it's not clear how useful this is.

If you've got use cases for it, feel free to leave them in the comments on this issue.

brandonbloom avatar Aug 16 '21 02:08 brandonbloom

I don't know of any use cases. I've heard of people using the docker checkpoint functionality, which is like the pause operation but portable and multi-resumable — but that's experimental and not in docker compose.

BenElgar avatar Aug 16 '21 14:08 BenElgar