Add tip about dealing with docker client API version issues

This commit is contained in:
Dale Hui 2018-01-19 14:31:56 -08:00
parent 7159f40304
commit 31367fbc97
1 changed files with 5 additions and 4 deletions

View File

@ -20,3 +20,4 @@ Some more helpful commands:
* `make list-external-deps` lists all external dependencies for each package
* `make docs && make open-docs` opens godoc in your browser, `make kill-docs` kills the godoc server.
Repeatedly call `make docs` to refresh the server.
* Set the `DOCKER_API_VERSION` environment variable to the latest supported version if you get errors regarding the docker client API version being too new.