1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: lxc-templates
Section: admin
Priority: optional
Maintainer: pkg-lxc <pkg-lxc-devel@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://linuxcontainers.org/
Vcs-Git: https://salsa.debian.org/lxc-team/lxc-templates.git
Vcs-Browser: https://salsa.debian.org/lxc-team/lxc-templates
Rules-Requires-Root: no
Package: lxc-templates
Architecture: linux-any
Depends: lxc (>= 1:3.0.2-1~exp+1), ${misc:Depends}
Recommends: bridge-utils,
busybox-static,
cloud-image-utils | cloud-utils,
debootstrap | cdebootstrap,
distro-info,
mmdebstrap,
openssl,
rsync,
uuid-runtime,
xz-utils
Suggests: qemu-user-static
Description: Linux Containers userspace tools (templates)
Containers are insulated areas inside a system, which have their own namespace
for filesystem, network, PID, IPC, CPU and memory allocation and which can be
created using the Control Group and Namespace features included in the Linux
kernel.
.
This package contains the templates.
|