* Rename init-network, remove .getId call
- Should be called `create-network` to match the existing `create`
function
- Network#getId oddly has a side effect, which made generative testing
impossible. Removing this defers network creation until `start!` is called
- Mark init-network as deprecated
* just use def instead of defn
* Fix indentation in README
* Add create-from-docker-file
* Update code base on review/feedback
Fix the following
- Fix the import style in one line
- Use constructure once when creating the docker-image
- Use some? instead of if
- Remove :env-vars from the test
- Move resources to test section
* Fix the method name
* Use :import for Java classes
To make the code more concise and less verbose
- Tidy up the whitespaces just a bit
* Add lein-cljfmt plugin
* Revert "Add lein-cljfmt plugin"
This reverts commit bff2e04625203e95b76b734e73ad58064f83944e.