技術ネタはQiitaに移りました。壁もどこぞに。

Ubuntu 15.04 へ Docker のインストール

以前、以下のように Ubuntu 14.04 への Docker インストールを試して、書き残していた。

yo1000.hateblo.jp

Ubuntu 15 もリリースされてしばらく経ったので、今度はこちらも同様に入れてみた。すごく簡単になっていた。簡単すぎたので説明するまでもないが、残しておく。

$ sudo apt-cache search docker
[sudo] password for : 
pidgin - X 向けのグラフィカルでマルチプロトコルなインスタントメッセージングクライアント
docker.io - Linux container runtime
fig - Punctual, lightweight development environments using Docker
golang-docker-dev - Externally reusable Go packages included with Docker
karbon - vector graphics application for the Calligra Suite
python-docker - Python wrapper to access docker.io's control socket
python3-docker - Python 3 wrapper to access docker.io's control socket
ruby-docker-api - Ruby gem to interact with docker.io remote API
vim-syntax-docker - Docker container engine - Vim highlighting syntax files
docker - KDE3/GNOME2 docklet アプリケーション用システムトレイ
kdocker - システムトレイにあらゆるプログラムを dock

$ sudo apt-get install docker.io vim-syntax-docker
...

$ docker --version
Docker version 1.5.0, build a8a31ef

比較的安定的に使用できる 1.5.0 がインストールされた。

念のため、今回の検証環境

$ uname -a
Linux ubuntu 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux