Expected behavior
A checkpoint of a container is created with docker checkpoint create.
Actual behavior
criu is not found.
Error mesage:
Error response from daemon: Cannot checkpoint container checkpoint-test: docker-runc did not terminate sucessfully: CRIU version check failed: exec: "criu": executable file not found in $PATH path= /var/run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/63208e73cd1ca2edc61f129f07c16d5044d4cc455b1c27dc5c2fcf8f54a8e591/criu-dump.log: unknown
Information
- Windows Version: Windows 10 Build 17672
- Docker for Windows Version: 18.05.0-ce
Steps to reproduce the behavior
docker run --name checkpoint-test -e "SLEEP_SECONDS=1" benwhitehead/env-loop
docker checkpoint create checkpoint-test checkpoint1
Expected behavior
A checkpoint of a container is created with
docker checkpoint create.Actual behavior
criu is not found.
Error mesage:
Error response from daemon: Cannot checkpoint container checkpoint-test: docker-runc did not terminate sucessfully: CRIU version check failed: exec: "criu": executable file not found in $PATH path= /var/run/docker/containerd/daemon/io.containerd.runtime.v1.linux/moby/63208e73cd1ca2edc61f129f07c16d5044d4cc455b1c27dc5c2fcf8f54a8e591/criu-dump.log: unknownInformation
Steps to reproduce the behavior
docker run --name checkpoint-test -e "SLEEP_SECONDS=1" benwhitehead/env-loopdocker checkpoint create checkpoint-test checkpoint1