[CRIU] [PATCH p.haul] Pin docker C/R version

Hui Kang hkang.sunysb at gmail.com
Mon Nov 2 14:15:20 PST 2015


The latest Docker-cr uses a different location for docker daemon (,
i.e., /var/lib/docker/0.0/) than the hardcoded one. Luckily I had an
old version of docker-cr in my git repo.

So we can either use the old version of docker (as this patch) or
change the location in p.haul docker driver.

@Pavel, which one do you think is a better choice?

- Hui

On Mon, Nov 2, 2015 at 5:11 PM, Marcos Lilljedahl <marcosnils at gmail.com> wrote:
> Hi Hui,
>
> May I ask why you changed the default c/r fork in replace for yours?. What
> did you add that the original one doesn't have?
>
> Marcos.
>
> On Sun, Nov 1, 2015 at 5:44 PM, Hui Kang <hkang.sunysb at gmail.com> wrote:
>>
>> The latest version changes the container filesystem location
>>
>> Signed-off-by: Hui Kang <hkang.sunysb at gmail.com>
>> ---
>>  test/docker/HOWTO | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/test/docker/HOWTO b/test/docker/HOWTO
>> index 3255360..6a5ef8d 100644
>> --- a/test/docker/HOWTO
>> +++ b/test/docker/HOWTO
>> @@ -13,9 +13,9 @@ your running containers.
>>
>>     The docker version that supports checkpoint and restore can be
>> obtained by
>>
>> -   # git clone https://github.com/boucher/docker.git
>> +   # git clone https://github.com/huikang/docker.git
>>     # cd docker.git
>> -   # git checkout cr-combined
>> +   # git checkout cr-combined-1006
>>
>>     On both nodes, compile and store the the docker binary as
>>
>> --
>> 1.9.1
>>
>> _______________________________________________
>> CRIU mailing list
>> CRIU at openvz.org
>> https://lists.openvz.org/mailman/listinfo/criu
>
>


More information about the CRIU mailing list