I'm using docker client(spotify/docker-client) to create a container or any other commands with docker.
Now I want to take a checkpoint using the client, the problem is that client doesn't have API for that request but I can do it using cli like this:
docker checkpoint create containerName
and its working with docker engine is in experimental mode.
my question: is there a different docker client that I can use that have those capabilities?