use native docker checkpoint/restore on Ubuntu 14.04
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了use native docker checkpoint/restore on Ubuntu 14.04相关的知识,希望对你有一定的参考价值。
https://github.com/boucher/docker/releases
https://github.com/boucher/docker/releases/tag/v1.9.0-experimental-cr.1
download: docker-1.9.0-dev
mv docker-1.9.0-dev /usr/bin/docker
[email protected]:/usr/bin# ls docker
docker
[email protected]:/usr/bin# docker -v
Docker version 1.9.0-dev, build 59c375a, experimental
[email protected]:/usr/bin# uname -a
Linux vm1 3.13.11-ckt22 #1 SMP Sat Jul 25 16:04:44 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
#3.13 must be patched, you ‘d better try to use 3.19.
compile CRIU by yourself. https://criu.org/Installation
[email protected]:/usr/bin# criu -V
Version: 2.2
GitID: v2.2
If you want , send mail to me : [email protected]
I have the whole environment in virtual machine.
以上是关于use native docker checkpoint/restore on Ubuntu 14.04的主要内容,如果未能解决你的问题,请参考以下文章
扩展 sbt-native-packager (Docker)
sbt-native-packager 的 docker:publishLocal 有啥作用?
using method 'mysql_native_password' failed with message
使用 Jest 和 @testing-library/react-native 测试 React Native 项目时出现“SyntaxError: Cannot use import stateme