Fix filename check-config.sh

This commit is contained in:
Jan Trejbal 2018-03-07 11:37:54 +01:00 committed by Joao Fernandes
parent 9d7b382453
commit 30e139f4a8
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ To enable IPv6 on the Docker daemon, see
Docker cannot run correctly if your kernel is older than version 3.10 or if it
is missing some modules. To check kernel compatibility, you can download and
run the [`check-compatibility.sh`](https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh)
run the [`check-config.sh`](https://raw.githubusercontent.com/docker/docker/master/contrib/check-config.sh)
script.
```bash