mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
19 lines
776 B
Text
19 lines
776 B
Text
Source: lxc-docker
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
|
|
Build-Depends: debhelper (>= 9),autotools-dev,golang
|
|
Standards-Version: 3.9.3
|
|
Homepage: http://github.com/dotcloud/docker
|
|
|
|
Package: lxc-docker
|
|
Architecture: linux-any
|
|
Depends: ${misc:Depends},${shlibs:Depends},lxc,bsdtar
|
|
Conflicts: docker
|
|
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.
|