Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error response from daemon:custome checkpointdir is not supported #15

Open
adityacloud opened this issue Jun 7, 2018 · 2 comments
Open

Comments

@adityacloud
Copy link

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]

@rst0git
Copy link
Member

rst0git commented Jun 7, 2018

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"))
}

@adityacloud
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants