mirror of
https://github.com/Friz-zy/awesome-linux-containers.git
synced 2025-01-15 00:47:10 -05:00
parent
a027b772db
commit
a9a6673f42
@ -11,6 +11,7 @@
|
||||
* [Containers](#containers)
|
||||
* [Sandboxes](#sandboxes)
|
||||
* [Partial Access](#partial-access)
|
||||
* [Dashboard](#dashboard)
|
||||
* [Security](#security)
|
||||
- [Tools](#tools)
|
||||
- [Links](#links)
|
||||
@ -115,6 +116,11 @@ 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.
|
||||
|
||||
## Dashboard
|
||||
|
||||
* [LXC-Web-Panel](https://lxc-webpanel.github.io/)
|
||||
Web panel for LXC on Ubuntu.
|
||||
|
||||
## Security
|
||||
|
||||
### Tools
|
||||
|
Loading…
Reference in New Issue
Block a user