docker.io 0.6.7+dfsg1-2 source package in Ubuntu

Changelog

docker.io (0.6.7+dfsg1-2) unstable; urgency=medium


  * Added iptables dependency required for Docker to start.
  * Added ca-certificates recommend required for pulling from the index.

 -- Tianon Gravi <email address hidden>  Wed, 08 Jan 2014 19:14:02 -0500

Upload details

Uploaded by:
Paul Tagliamonte
Uploaded to:
Sid
Original maintainer:
Paul Tagliamonte
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
docker.io_0.6.7+dfsg1-2.dsc 2.1 KiB 4889dc79c84cffe8ff3be9dddfe27a9d7a5654e1427e0afa2859fb5a1ffdce2d
docker.io_0.6.7+dfsg1.orig.tar.gz 241.0 KiB 96b9c6dc0f5361712254647d7d1a955058934f23505f93d25f4faecb91fc54e9
docker.io_0.6.7+dfsg1-2.debian.tar.gz 8.3 KiB 08a7023717915ec4f098c6f3f9845c98a868c0cd22c1f6f6a68ecf9c20d42999

Available diffs

No changes file available.

Binary packages built by this source

docker.io: Linux container runtime

 Docker complements kernel namespacing 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.
 .
 This package contains the daemon and client. Using docker.io on non-amd64 hosts
 is not supported at this time. Please be careful when using it on anything
 besides amd64.
 .
 Also, note that kernel version 3.8 or above is required for proper operation of
 the daemon process, and that any lower versions may have subtle and/or glaring
 issues.