add new links

https://criu.org/Main_Page
thanks @ligurio
This commit is contained in:
Filipp Frizzy 2015-11-29 12:55:37 +03:00
parent dad1ee6d2e
commit 647e5b5219

View File

@ -108,6 +108,8 @@ This Python package allows entering Linux kernel namespaces (mount, IPC, net, PI
Python library to interface to low level linux features (inotify, fanotify, timerfd, signalfd, eventfd, containers) with asyncio support.
* [pyspaces](https://github.com/Friz-zy/pyspaces)
Works with Linux namespaces through glibc with pure python.
* [CRIU](https://criu.org/Main_Page)
Checkpoint/Restore In Userspace is a software tool for Linux operating system. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. CRIU integrated with Docker and LXC to implement Live migration of containers.
## Security