Changes between Version 3 and Version 4 of Docker HowTo Install


Ignore:
Timestamp:
09/05/16 15:12:37 (8 years ago)
Author:
saj.issa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docker HowTo Install

    v3 v4  
    1   {{{
     1 
     2Upto date docker installation instructions are are available from the docker website.
     3
     4https://docs.docker.com/engine/installation/linux/ubuntulinux/
     5
     6==Prerequisites by Ubuntu Version==
     7
     8    Ubuntu Xenial 16.04 (LTS)
     9    Ubuntu Wily 15.10
     10    Ubuntu Trusty 14.04 (LTS)
     11
     12For Ubuntu Trusty, Wily, and Xenial, it’s recommended to install the linux-image-extra-* kernel packages. The linux-image-extra-* packages allows you use the aufs storage driver.
     13
     14To install the linux-image-extra-* packages:
     15
     161.  Open a terminal on your Ubuntu host.
     17
     182.  Update your package manager.
     19
     20{{  $ sudo apt-get update }}
     21
     223.  Install the recommended packages.
     23
     24{{  $ sudo apt-get install linux-image-extra-$(uname -r) linux-image-extra-virtual }}
     25
     26Go ahead and install Docker.
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44{{{
    245  sudo apt-get update
    346