Changes between Version 6 and Version 7 of Docker HowTo Install
- Timestamp:
- 09/05/16 15:14:47 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docker HowTo Install
v6 v7 4 4 https://docs.docker.com/engine/installation/linux/ubuntulinux/ 5 5 6 ==Prerequisites by Ubuntu Version ==6 ==Prerequisites by Ubuntu Version 7 7 8 9 10 8 Ubuntu Xenial 16.04 (LTS) 9 Ubuntu Wily 15.10 10 Ubuntu Trusty 14.04 (LTS) 11 11 12 12 For 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. … … 18 18 2. Update your package manager. 19 19 20 {{{ $ sudo apt-get update }}}20 {{{ $ sudo apt-get update }}} 21 21 22 22 3.Install the recommended packages.