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