-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I create a runc container mycontainerid with README using-runc section.But exec runc checkpoint mycontainerid cmd failed with error when container is running or paused.As shown below:
# runc list
ID PID STATUS BUNDLE CREATED OWNER
mycontainerid 16670 running /mycontainer 2022-08-28T11:49:44.809303123Z root
# runc checkpoint mycontainerid
ERRO[0000] container still running
ERRO[0000] criu failed: type NOTIFY errno 0
log file: dump.log
# runc list
ID PID STATUS BUNDLE CREATED OWNER
mycontainerid 16670 paused /mycontainer 2022-08-28T11:49:44.809303123Z root
# runc checkpoint mycontainerid
ERRO[0000] container paused
ERRO[0000] criu failed: type NOTIFY errno 0
log file: dump.log
# runc -v
runc version 1.1.0+dev
commit: v1.1.0-272-g4a51b04
spec: 1.0.2-dev
go: go1.19
libseccomp: 2.3.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels