File tree 1 file changed +15
-0
lines changed
engine/installation/linux
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,21 @@ your host's Linux distribution and available kernel drivers.
93
93
94
94
## Troubleshooting
95
95
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
+
96
111
### `Cannot connect to the Docker daemon`
97
112
98
113
If you see an error such as the following, your Docker client may be configured
You can’t perform that action at this time.
0 commit comments