instructions do not apply to debian

debian does not have linux-image-extra-virtual  or  linux-image-extra-$(uname -r)  packages. the author might have used a debian based distribution.  debian kernels come with the aufs modules per default, no need to install extra packages.
This commit is contained in:
Henryk Iwaniuk 2017-01-26 17:52:09 +01:00 committed by GitHub
parent 2fb946b8f0
commit 182f8ab593
1 changed files with 2 additions and 6 deletions

View File

@ -36,16 +36,12 @@ To install Docker, you need the 64-bit version of one of these Debian versions:
### Recommended extra packages
You need `curl` if you don't have it. Unless you have a strong reason not to,
install the `linux-image-extra-*` packages, which allow Docker to use the `aufs`
storage drivers. **This applies to all versions of Debian**.
You need `curl` if you don't have it.
```bash
$ sudo apt-get update
$ sudo apt-get install curl \
linux-image-extra-$(uname -r) \
linux-image-extra-virtual
$ sudo apt-get install curl
```
## Install Docker