mirror of
https://github.com/Friz-zy/awesome-linux-containers.git
synced 2025-01-15 08:57:12 -05:00
parent
a027b772db
commit
a9a6673f42
@ -11,6 +11,7 @@
|
|||||||
* [Containers](#containers)
|
* [Containers](#containers)
|
||||||
* [Sandboxes](#sandboxes)
|
* [Sandboxes](#sandboxes)
|
||||||
* [Partial Access](#partial-access)
|
* [Partial Access](#partial-access)
|
||||||
|
* [Dashboard](#dashboard)
|
||||||
* [Security](#security)
|
* [Security](#security)
|
||||||
- [Tools](#tools)
|
- [Tools](#tools)
|
||||||
- [Links](#links)
|
- [Links](#links)
|
||||||
@ -115,6 +116,11 @@ Works with Linux namespaces through glibc with pure python.
|
|||||||
* [CRIU](https://criu.org/Main_Page)
|
* [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.
|
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
|
## Security
|
||||||
|
|
||||||
### Tools
|
### Tools
|
||||||
|
Loading…
Reference in New Issue
Block a user