p.haul icon indicating copy to clipboard operation
p.haul copied to clipboard

Error response from daemon:custome checkpointdir is not supported

Open adityacloud opened this issue 7 years ago • 2 comments
trafficstars

Hi, I am trying to checkpoint and restore a test container using https://criu.org/Docker#TTY url , and checkpoint command gives me the "Error response from daemon: custom checkpointdir is not supported" error.

Any help will be appreciated. [email protected]

adityacloud avatar Jun 07 '18 10:06 adityacloud

Hi @adityacloud This is not an issue with CRIU. See containerd/containerd#2053

It is not yet implemented in docker:

if checkpointDir != "" {
	// TODO(mlaventure): how would we support that?
	return errdefs.Forbidden(errors.New("custom checkpointdir is not supported"))
}

rst0git avatar Jun 07 '18 11:06 rst0git

Thanks sir, I will try to modify docker configuration files.

adityacloud avatar Jun 08 '18 07:06 adityacloud