2013-04-11 00:00:39 -04:00
|
|
|
Source: lxc-docker
|
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
|
2013-05-14 06:28:59 -04:00
|
|
|
Build-Depends: debhelper (>=9), autotools-dev, golang
|
|
|
|
Standards-Version: 3.9.4
|
|
|
|
Vcs-Git: git://git.debian.org/git/collab-maint/lxc-docker.git
|
|
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/lxc-docker.git;a=summary
|
2013-04-11 00:00:39 -04:00
|
|
|
Homepage: http://github.com/dotcloud/docker
|
|
|
|
|
|
|
|
Package: lxc-docker
|
|
|
|
Architecture: linux-any
|
2013-06-04 14:35:41 -04:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lxc, bsdtar, aufs-tools
|
2013-05-14 06:28:59 -04:00
|
|
|
Description: Linux container runtime
|
2013-04-11 00:00:39 -04:00
|
|
|
Docker complements LXC with a high-level API which operates at the process
|
|
|
|
level. It runs unix processes with strong guarantees of isolation and
|
|
|
|
repeatability across servers.
|
|
|
|
Docker is a great building block for automating distributed systems:
|
|
|
|
large-scale web deployments, database clusters, continuous deployment systems,
|
|
|
|
private PaaS, service-oriented architectures, etc.
|