[CRIU] CRIU with Docker

Thouraya TH thouraya87 at gmail.com
Thu Dec 24 12:22:17 PST 2015


i have installed https://docs.docker.com/linux/step_one/

Then:
First terminal:
./docker-1.9.0-dev -dD   works fine
INFO[0000] Daemon has completed initialization

Second terminal:
./docker-1.9.0-dev run -d --name mm-container busybox:latest /bin/sh
-c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 3; done'
Error response from daemon: image ID '' is invalid

with
docker run -d --name mm-container busybox:latest /bin/sh -c 'i=0;
while true; do echo $i; i=$(expr $i + 1); sleep 3; done'
works fine





2015-12-24 20:27 UTC+01:00, Thouraya TH <thouraya87 at gmail.com>:
> Perharps, i have to install https://docs.docker.com/linux/step_one/
> before using  before using this binary: ./docker-1.9.0-dev -d -D
>
> ?
>
> 2015-12-24 18:54 UTC+01:00, Thouraya TH <thouraya87 at gmail.com>:
>> Here is all messages i have:
>> There is an error @the end:
>>
>> http://pastie.org/private/rt0p4rvkhoihb35bmcig
>>
>> uname -m
>> x86_64
>> root at g:/home# uname -a
>> Linux graphite-3 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06
>>
>


More information about the CRIU mailing list