Will CRIU's checkpoint/restore be introduce? · docker-java/docker-java · Discussion #2021
Our need revolves around a java container that runs important executions, that needs to be warmed up, prepped, etc before it is able to accept requests. We'd like to be able to checkpoint the container after its all done with configurations and warming up and use it to replicate the container instead of creating a new one.
The container "manager" so to speak is a micro-service that manages docker through docker-java.