docker.io 1.0.1~dfsg1-0ubuntu1~ubuntu0.14.04.1 source package in Ubuntu

Changelog

docker.io (1.0.1~dfsg1-0ubuntu1~ubuntu0.14.04.1) trusty; urgency=medium

  * Backport stable release of Docker for Ubuntu 14.04 (LP: #1338768).
 -- James Page <email address hidden>   Fri, 08 Aug 2014 12:35:13 +0200

Upload details

Uploaded by:
James Page
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
docker.io_1.0.1~dfsg1.orig.tar.gz 541.3 KiB dfccc13489112dbce2402aef0592b60c4e77751f24b2149f7b565f3a2948e712
docker.io_1.0.1~dfsg1-0ubuntu1~ubuntu0.14.04.1.debian.tar.xz 11.4 KiB 857c7c65442ce0f625cb17201076241070a738dfa0569be458e989b52e692375
docker.io_1.0.1~dfsg1-0ubuntu1~ubuntu0.14.04.1.dsc 2.7 KiB f57f687c2eab2fc2d62e6857192d05ea6cad0bf19f1b053b883aa63ccd7485f7

View changes file

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.

vim-syntax-docker: Docker container engine - Vim highlighting syntax files

 This package provides syntax files for the Vim editor for editing Dockerfiles
 from the Docker container engine.