build/dev-env.sh: remove docker version check

docker experimental feature is unnecessary, so just remove it
This commit is contained in:
Yilong Ren 2020-06-19 14:04:38 +08:00
parent 2d51fbf6fe
commit 714637bec5
4 changed files with 3 additions and 12 deletions

View file

@ -19,8 +19,6 @@ cd ingress-nginx
### Initial developer environment build
Ensure docker experimental features option is enabled for [buildx](https://docs.docker.com/buildx/working-with-buildx/)
```
$ make dev-env
```