UbuntuUpdates.org

3rd Party Repository: Docker

This repository is available for:


Title: Docker containers
Description:

Docker is a container based virtualization framework. Unlike traditional virtualization Docker is fast, lightweight and easy to use. Docker allows you to create containers holding all the dependencies for an application. Each container is kept isolated from any other, and nothing gets shared.

Note: Ubuntu Trusty comes with a 3.13.0 Linux kernel, and a docker.io package which installs all its prerequisites from Ubuntu's repository.
No need to install this repository unless you want the latest version: just install docker.io.

$ sudo apt-get update

$ sudo apt-get install docker.io
$ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker

Daily Build: no

Download the the repository key with:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9

Then setup the repository:

$ sudo sh -c "echo deb https://get.docker.io/ubuntu docker main \
> /etc/apt/sources.list.d/docker.list"
$ sudo apt-get update
$ sudo apt-get install lxc-docker


Links


Most recent updates in Docker PPA (Docker)

Date Package Version
2015-05-14 09:08:30 UTC lxc-docker-1.6.2 1.6.2
2015-05-14 09:08:30 UTC lxc-docker 1.6.2
2015-05-08 19:08:27 UTC lxc-docker-1.6.1 1.6.1
2015-05-08 19:08:27 UTC lxc-docker 1.6.1
2015-04-17 16:08:02 UTC lxc-docker-1.6.0 1.6.0


Packages in PPA for Docker

Deleted packages are displayed in grey.

Head packages

Dependent packages



Comments

blog comments powered by Disqus

About   -   Send Feedback to @ubuntu_updates