mirror of https://github.com/status-im/migrate.git
Add tip about dealing with docker client API version issues
This commit is contained in:
parent
7159f40304
commit
31367fbc97
|
@ -20,3 +20,4 @@ Some more helpful commands:
|
||||||
* `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…
Reference in New Issue