2013-03-29 14:56:48 -07:00
|
|
|
Source: lxc-docker
|
2013-03-13 17:08:04 -07:00
|
|
|
Section: misc
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
|
2013-05-03 15:03:01 -07:00
|
|
|
Build-Depends: debhelper,autotools-dev,devscripts,golang-stable
|
2013-03-29 14:56:48 -07:00
|
|
|
Standards-Version: 3.9.3
|
2013-04-15 18:01:54 -07:00
|
|
|
Homepage: http://github.com/dotcloud/docker
|
2013-03-13 17:08:04 -07:00
|
|
|
|
2013-03-29 14:56:48 -07:00
|
|
|
Package: lxc-docker
|
2013-04-15 18:01:54 -07:00
|
|
|
Architecture: linux-any
|
2013-06-04 21:35:41 +03:00
|
|
|
Depends: ${misc:Depends},${shlibs:Depends},lxc,bsdtar,aufs-tools
|
2013-03-14 19:44:32 -07:00
|
|
|
Conflicts: docker
|
2013-04-15 18:01:54 -07:00
|
|
|
Description: lxc-docker is a Linux container runtime
|
|
|
|
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.
|