Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31367fb

Browse files
committed
Add tip about dealing with docker client API version issues
1 parent 7159f40 commit 31367fb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212

1313
Some more helpful commands:
1414

15-
* You can specify which database/ source tests to run:
15+
* You can specify which database/ source tests to run:
1616
`make test-short SOURCE='file go-bindata' DATABASE='postgres cassandra'`
17-
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
17+
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
1818
* Missing imports? `make deps`
1919
* `make build-cli` builds the CLI in directory `cli/build/`.
2020
* `make list-external-deps` lists all external dependencies for each package
21-
* `make docs && make open-docs` opens godoc in your browser, `make kill-docs` kills the godoc server.
22-
Repeatedly call `make docs` to refresh the server.
21+
* `make docs && make open-docs` opens godoc in your browser, `make kill-docs` kills the godoc server.
22+
Repeatedly call `make docs` to refresh the server.
23+
* 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.

0 commit comments

Comments
 (0)