Commit graph

30 commits

Author SHA1 Message Date
Brendon Wong
100a938250
The parameter for copy-file-to-container! is container-path not host-path. (#64) 2022-10-06 11:44:46 +02:00
Tim Zöller
dad4ddbd0f Corrected Markdown links 2022-03-26 11:56:58 +01:00
Tim Zöller
c42886ba56 Added :fn log strategy (#41) 2022-03-26 11:54:28 +01:00
Tim Zöller
a53cf9e271 Documentation for 0.6.0 2022-03-25 22:59:14 +01:00
Tim Zöller
791708bf51 Minor changes, release preparations 2022-03-21 19:24:33 +01:00
Gilles Philippart
b13499bc7c
Fix unbalanced parens and braces (#52) 2021-06-01 19:52:04 +02:00
Tim Zöller
ff1215e710
Removed CircleCI badge 2021-03-04 15:43:37 +01:00
Tim Zöller
ea6637dc02 Fixed another Documentation error 2020-12-16 10:20:27 +01:00
Tim Zöller
10af1004da Fixed Docs formatting 2020-12-16 10:06:38 +01:00
Tim Zöller
cdbd6242c8 #47: Documentation on perform-cleanup 2020-12-16 10:05:20 +01:00
Tim Zöller
dbcdbec881
Update README.md 2020-10-24 10:17:50 +02:00
Tim Zöller
193482c1b8 Prepare Release 0.3.0 2020-10-23 23:12:24 +02:00
David Harrigan
651b4faf7f
Add in documentation for wait-for (#32) 2020-09-26 09:59:28 +02:00
Rob Hanlon
76359eec37
Rename init-network, remove .getId call (#30)
* 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
2020-08-18 14:44:04 +02:00
Jakub Holy
3d4a5a7ce8
Link to the java lib (#28) 2020-08-11 23:25:33 +02:00
Rob Hanlon
36f3820f4f
cljstyle redux, with pre-commit hook (#24)
* cljstyle redux, with pre-commit

* Use fork of lein-githooks with fixes for shell characters

* Remove stale doc
2020-08-09 21:38:20 +02:00
Tim Zöller
7e436715c0 8 - Corrected documentation 2020-08-05 22:37:43 +02:00
Tim Zöller
5f6c9d21ad #8 - Added new functions to the documentation 2020-08-05 22:34:49 +02:00
Burin Choomnuan
c30d02aaaf
Add create-from-docker-file (#14)
* 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
2020-08-05 07:13:31 +02:00
Burin Choomnuan
a3fda15a49
Use of java :import to keep the code clean (#12)
* 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.
2020-07-16 22:44:26 +02:00
Burin Choomnuan
c0628d648f
Fix the example in README (#10) 2020-07-05 14:39:17 +02:00
Tim Zöller
9511f82dfe #7 - Fix in the docs 2020-06-06 18:40:43 +02:00
Tim Zöller
eac181d189 Added Clojars Badge 2020-06-06 17:49:03 +02:00
Tim Zöller
736d06563c #7 - Doc fixes 2020-06-06 17:35:43 +02:00
Tim Zöller
7f270a9680 #7 - More documentation 2020-06-06 17:33:50 +02:00
Tim Zöller
647d4fe441 #5 - Refactoring and documentation 2020-06-06 17:30:00 +02:00
Tim Zöller
ca251dff7f #4 - Added CircleCI Badge 2020-06-04 20:15:11 +02:00
Tim Zöller
9991a153dd #1 - Streamlined API some more 2020-06-04 13:04:30 +02:00
Tim Zöller
99732b5765 Initialized Dependencies and readme 2020-06-04 10:58:10 +02:00
Tim Zöller
92b2e27703 Initial Commit containing the App Template 2020-06-04 10:44:03 +02:00