Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(test-tooling): quorum test ledger omit pull parameter
With this boolean argument of the start() method of the test ledger class one can test locally built container images that were no yet pushed to a public docker registry. To use it: build your docker image locally with a tag of "your-tag", then specify this as the tag to be used and also the omitPull argument of the start method as true which will result in your local image being used without any attempts to pull it (which would fail). Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information