Skip to content

Commit 8481cac

Browse files
sgerovMisty Stanley-Jones
authored and
Misty Stanley-Jones
committed
Add info about check-config.sh (docker#2106)
1 parent 0661ba5 commit 8481cac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

engine/installation/linux/linux-postinstall.md

+15
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ your host's Linux distribution and available kernel drivers.
9393
9494
## Troubleshooting
9595
96+
### Kernel compatibility
97+
98+
Docker will not run correctly if your kernel is older than version 3.10 or if it
99+
is missing some modules. To check kernel compatibility, you can download and
100+
run the [`check-compatibility.sh`](https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh)
101+
script.
102+
103+
```bash
104+
$ curl https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh > check-config.sh
105+
106+
$ bash ./check-config.sh
107+
```
108+
109+
The script will only work on Linux, not macOS.
110+
96111
### `Cannot connect to the Docker daemon`
97112
98113
If you see an error such as the following, your Docker client may be configured

0 commit comments

Comments
 (0)