mirror of
https://github.com/status-im/migrate.git
synced 2025-02-24 00:38:07 +00:00
Add tip about dealing with docker client API version issues
This commit is contained in:
parent
7159f40304
commit
31367fbc97
@ -12,11 +12,12 @@
|
|||||||
|
|
||||||
Some more helpful commands:
|
Some more helpful commands:
|
||||||
|
|
||||||
* You can specify which database/ source tests to run:
|
* You can specify which database/ source tests to run:
|
||||||
`make test-short SOURCE='file go-bindata' DATABASE='postgres cassandra'`
|
`make test-short SOURCE='file go-bindata' DATABASE='postgres cassandra'`
|
||||||
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
|
* After `make test`, run `make html-coverage` which opens a shiny test coverage overview.
|
||||||
* Missing imports? `make deps`
|
* Missing imports? `make deps`
|
||||||
* `make build-cli` builds the CLI in directory `cli/build/`.
|
* `make build-cli` builds the CLI in directory `cli/build/`.
|
||||||
* `make list-external-deps` lists all external dependencies for each package
|
* `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.
|
* `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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user