Files
docker-cli/components/engine/packaging/ubuntu/debian/control
Daniel Mizyrycki 716ff00c8b packaging; issue #30: Original files to make the Ubuntu PPA on launch date
Upstream-commit: e99541e63729343e908b7c2ab6c901504f1311a3
Component: engine
2013-03-29 14:57:31 -07:00

20 lines
822 B
Plaintext

Source: lxc-docker
Section: misc
Priority: extra
Homepage: http://docker.io
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
Build-Depends: debhelper (>= 8.0.0), pkg-config, git, golang, libsqlite3-dev
Vcs-Git: http://github.com/dotcloud/docker.git
Standards-Version: 3.9.3
Package: lxc-docker
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, lxc, wget, bsdtar, curl, sqlite3
Conflicts: docker
Description: A process manager with superpowers
It encapsulates heterogeneous payloads in Standard Containers, and runs
them on any server with strong guarantees of isolation and repeatability.
Is is a great building block for automating distributed systems:
large-scale web deployments, database clusters, continuous deployment
systems, private PaaS, service-oriented architectures, etc.