瀏覽代碼

Merge pull request #15041 from runcom/remove-saucy-from-installation-guide

Remove Ubuntu Saucy 13.10 from Ubuntu installation guide
Sebastiaan van Stijn 10 年之前
父節點
當前提交
8492e62306
共有 1 個文件被更改,包括 4 次插入11 次删除
  1. 4 11
      docs/installation/ubuntulinux.md

+ 4 - 11
docs/installation/ubuntulinux.md

@@ -12,10 +12,9 @@ parent = "smn_linux"
 
 Docker is supported on these Ubuntu operating systems:
 
-- Ubuntu Vivid 15.04 
-- Ubuntu Trusty 14.04 (LTS) 
-- Ubuntu Precise 12.04 (LTS) 
-- Ubuntu Saucy 13.10
+- Ubuntu Vivid 15.04
+- Ubuntu Trusty 14.04 (LTS)
+- Ubuntu Precise 12.04 (LTS)
 
 This page instructs you to install using Docker-managed release packages and
 installation mechanisms. Using these packages ensures you get the latest release
@@ -35,7 +34,7 @@ and frequently panic under certain conditions.
 To check your current kernel version, open a terminal and use `uname -r` to display
 your kernel version:
 
-    $ uname -r 
+    $ uname -r
     3.11.0-15-generic
 
 >**Caution** Some Ubuntu OS versions **require a version higher than 3.10** to
@@ -98,12 +97,6 @@ To upgrade your kernel and install the additional packages, do the following:
 
 5. After your system reboots, go ahead and [install Docker](#installing-docker-on-ubuntu).
 
-
-### For Saucy 13.10 (64 bit)
-
-Docker uses AUFS as the default storage backend. If you don't have this
-prerequisite installed, Docker's installation process adds it.
-
 ## Installation
 
 Make sure you have installed the prerequisites for your Ubuntu version. Then,