mirror of
https://github.com/Friz-zy/awesome-linux-containers.git
synced 2025-01-15 08:57:12 -05:00
add new links
http://manpages.ubuntu.com/manpages/utopic/man1/systemd-nspawn.1.html https://wiki.freedesktop.org/www/Software/systemd/ https://wiki.freedesktop.org/www/Software/systemd/ContainerInterface/
This commit is contained in:
parent
efd9e74d01
commit
069bf2cbea
@ -30,6 +30,9 @@ The Cloud is our foundry.
|
|||||||
This project is where the Open Container Initiative Specifications are written. This is a work in progress.
|
This project is where the Open Container Initiative Specifications are written. This is a work in progress.
|
||||||
* [App Container basics](https://github.com/coreos/rkt/blob/master/Documentation/app-container.md)
|
* [App Container basics](https://github.com/coreos/rkt/blob/master/Documentation/app-container.md)
|
||||||
App Container (appc) is an open specification that defines several aspects of how to run applications in containers: an image format, runtime environment, and discovery protocol.
|
App Container (appc) is an open specification that defines several aspects of how to run applications in containers: an image format, runtime environment, and discovery protocol.
|
||||||
|
* [Systemd Container Interface](https://wiki.freedesktop.org/www/Software/systemd/ContainerInterface/)
|
||||||
|
Systemd is a suite of basic building blocks for a Linux system. It provides a system and service manager that runs as PID 1 and starts the rest of the system. If you write a container solution, please consider supporting the following interfaces.
|
||||||
|
|
||||||
|
|
||||||
## Clouds
|
## Clouds
|
||||||
|
|
||||||
@ -72,6 +75,8 @@ Vagga is a fully-userspace container engine inspired by Vagrant and Docker, spec
|
|||||||
Libct is a containers management library which provides convenient API for frontend programs to rule a container during its whole lifetime.
|
Libct is a containers management library which provides convenient API for frontend programs to rule a container during its whole lifetime.
|
||||||
* [libvirt](https://libvirt.org/drvlxc.html)
|
* [libvirt](https://libvirt.org/drvlxc.html)
|
||||||
A big toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes).
|
A big toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes).
|
||||||
|
* [systemd-nspawn](http://manpages.ubuntu.com/manpages/utopic/man1/systemd-nspawn.1.html)
|
||||||
|
Spawn a namespace container for debugging, testing and building. Part of [systemd](https://wiki.freedesktop.org/www/Software/systemd/).
|
||||||
|
|
||||||
## Sandboxes
|
## Sandboxes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user