Merge pull request #5743 from kulong0105/master

build/dev-env.sh: remove docker version check
This commit is contained in:
Kubernetes Prow Robot 2020-06-23 14:39:17 -07:00 committed by GitHub
commit d3832915e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
```