在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 教程/ Linux/ Ubuntu
docker用戶指南
鏡像
在Docker中運(yùn)行SSH進(jìn)程服務(wù)
Docker Hub
CentOS
Rackspace Cloud
Red Hat Enterprise Linux
在Docker中運(yùn)行Reids服務(wù)
FrugalWare
管理容器數(shù)據(jù)
Debian
Docker中運(yùn)行MongoDB
Gentoo
在Docker中使用Riak服務(wù)
IBM SoftLayer
在Docker中運(yùn)行Apt-Cacher-ng服務(wù)
開始使用Docker Hub
Amazon EC2
在Docker中運(yùn)行"hello Word"應(yīng)用
Docker Hub上的倉庫和鏡像
Ubuntu
Docker Hub賬戶
Docker中運(yùn)行Node.js web應(yīng)用
Docker中運(yùn)行CouchDB服務(wù)
Fedora
Binaries
CRUX Linux
使用Docker Hub
Mac OS X 安裝 Docker
在Docker中運(yùn)行PostgreSQL
創(chuàng)建一個(gè)基本鏡像
Docker Hub上的自動化構(gòu)建
連接容器
Google Cloud Platform
使用docker第一步
使用docker鏡像
Arch Linux
openSUSE
使用容器
Microsoft Windows 安裝docker

Ubuntu

Docker 支持以下的 Ubuntu 版本

  • Ubuntu Trusty 14.04 (LTS) (64-bit)
  • Ubuntu Precise 12.04 (LTS) (64-bit)
  • Ubuntu Raring 13.04 and Saucy 13.10 (64 bit)

這個(gè)頁面可以指導(dǎo)你安裝 Docker 包管理器,并了解其中的安裝機(jī)制。通過下邊的安裝方式可以確保你獲取的是最新版本的 Docker。如果你想要使用 'Ubuntu包管理器' 安裝,你可以查閱你的 Ubuntu 文檔。

前提條件

Docker 需要在64位版本的Ubuntu上安裝。此外,你還需要保證你的 Ubuntu 內(nèi)核的最小版本不低于 3.10,其中3.10 小版本和更新維護(hù)版也是可以使用的。

在低于3.10版本的內(nèi)核上運(yùn)行 Docker 會丟失一部分功能。在這些舊的版本上運(yùn)行 Docker 會出現(xiàn)一些BUG,這些BUG在一定的條件里會導(dǎo)致數(shù)據(jù)的丟失,或者報(bào)一些嚴(yán)重的錯(cuò)誤。

打開控制臺使用 uname -r命令來查看你當(dāng)前的內(nèi)核版本。

    $ uname -r 
    3.11.0-15-generic

Docker 要求 Ubuntu 系統(tǒng)的內(nèi)核版本高于 3.10 ,查看本頁面的前提條件來驗(yàn)證你的Ubuntu版本是否支持 Docker 。

Trusty 14.04

這個(gè)版本不需要考慮前提條件

Precise 12.04 (LTS)

對于Ubuntu Precise版本, 安裝Docker需要內(nèi)核在3.13及以上版本。如果你的內(nèi)核版本低于3.13你需要升級你的內(nèi)核。 通過下邊的表,請查閱下邊的表來確認(rèn)你的環(huán)境需要哪些包。

linux-image-generic-lts-trusty Generic Linux kernel image. This kernel has AUFS built in. This is required to run Docker.
linux-headers-generic-lts-trusty Allows packages such as ZFS and VirtualBox guest additions which depend on them. If you didn't install the headers for your existing kernel, then you can skip these headers for the"trusty" kernel. If you're unsure, you should include this package for safety.
xserver-xorg-lts-trusty Optional in non-graphical environments without Unity/Xorg. Required when running Docker on machine with a graphical environment.

To learn more about the reasons for these packages, read the installation instructions for backported kernels, specifically the LTS Enablement Stack — refer to note 5 under each version.

libgl1-mesa-glx-lts-trusty