mirror of https://github.com/docker/docs.git
Add the info about the linux-image-extra packages
This commit is contained in:
parent
3129d0737a
commit
a49449e1cf
|
@ -109,8 +109,18 @@ nodev aufs
|
|||
```
|
||||
|
||||
This output indicates the system supports AUFS. If you get no output, your system does
|
||||
not support AUFS. You can address this by upgrading your host system's kernel to 3.13
|
||||
or higher. It is recommended to intall the kernel headers when you upgrade.
|
||||
not support AUFS. To address this:
|
||||
|
||||
- Upgrade your host system's kernel to 3.13 or higher. It is recommended to intall the
|
||||
kernel headers when you upgrade.
|
||||
|
||||
- **Ubuntu or Debian**: In addition to updating the kernel if necessary, install the
|
||||
`linux-image-extra-*` packages:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get install linux-image-extra-$(uname -r) \
|
||||
linux-image-extra-virtual
|
||||
```
|
||||
|
||||
### Configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue