docker.io 0.7.6+dfsg1-1 source package in Ubuntu

Changelog

docker.io (0.7.6+dfsg1-1) unstable; urgency=medium


  [ Johan Euphrosine ]
  * Updated to 0.7.6.
  * Added dependency to gocapability.
  * Clean patches.

  [ Tianon Gravi ]
  * Added contrib/mk* scripts from upstream into /usr/share/docker.io/contrib
    (Closes: #736068).
  * Added upstream udev rules file to stop device-mapper devices and mounts from
    appearing in desktop environments through udisks.

 -- Johan Euphrosine <email address hidden>  Wed, 22 Jan 2014 22:50:47 -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.7.6+dfsg1-1.dsc 2.2 KiB 5a608e8447e209f2faf2024dd157376b9c0ed8575287350c081b70d21b1e92eb
docker.io_0.7.6+dfsg1.orig.tar.gz 334.0 KiB 71e060a54612f2caffe3c43bfb8edb6c52412515fb1662ad1f1a4a72c61f28ef
docker.io_0.7.6+dfsg1-1.debian.tar.xz 7.7 KiB 0ee8359fb4d2d828d35eaea9c074cb91f376e8622f93747cc2909a56e800cb5e

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.