-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Please clarify that this is for Linux containers #6780
Comments
@jasonbivins , two questions:
My guess is that you have experimental set to off. See the top of the checkpoint page for caveats. |
@gbarr01 I checked that before I posted :)
|
Off the top of my head, if you are using Command Prompt, try PowerShell instead (but not ISE). |
Oh hang on, I see. You are using Windows containers. Sorry about that. I need to think about how best to handle the docs. Editing the CLI reference docs is probably not the best solution. Ps. I would still use PowerShell though ... |
Is there a better place to send requests like this? |
Not necessarily. We need to clarify CLI limitations (if they exist) for Windows containers. But if you need help now, you could ask on the Docker forums or Stackoverflow, of course. |
@thaJeztah , @gtardif , do you know about CLI limitations for Windows containers? |
In this case, it's an experimental feature that uses CRIU, which is a Linux only feature. Not related to the Windows side of things, but checkpoint/restore currently has some issues due to the migration to containerd, and will get a major overhaul in future. What should be done though, is that the CLI hides these commands if the daemon is running on Windows; I think we do so for some other commands (likely we didn't do that yet when this feature was implemented) |
Opened docker/cli#1094 to address this |
Closing this ticket due to its age, and the impending refactor. If you think this is in error, feel free to reopen. Thanks! |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
File: engine/reference/commandline/checkpoint.md
on my Windows environment, i get this error message when using Windows containers
Tested with both CE and EE versions
C:\Users\DockerJ>docker checkpoint create Tester checkpoint1 Error response from daemon: Cannot checkpoint container Tester: Windows: Containers do not support checkpoints
The text was updated successfully, but these errors were encountered: