Commit graph

11 commits

Author SHA1 Message Date
Tim Zöller
de4a48a07b #2 - Add networking support 2020-08-05 15:37:35 +02:00
Rob Hanlon
8794b4a991
Allow for provision of a Testcontainer instance (#16)
* Allow for provision of a Testcontainer instance

Testcontainers provides many different container implementations that
can be very useful. This simple change allows callers to provide their
own, premade container instance so consumers can flexibly choose their
container type. If no container instance is supplied, then
clj-test-containers falls back to its original behavior.

* Extract  function

* Cleanup, ensure Clojure types instead of Java types

Co-authored-by: Tim Zöller <mail@tim-zoeller.de>
2020-08-05 07:25:59 +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
Tim Zöller
647d4fe441 #5 - Refactoring and documentation 2020-06-06 17:30:00 +02:00
Tim Zöller
c8ba10a9dc #5 - Set up dependencies for Clojars Deployment 2020-06-06 15:18:31 +02:00
Tim Zöller
6dbebf15bd #6 - Enabled command execution in the container
Also used it to enhance integration tests and make them more precise
2020-06-06 14:43:11 +02:00
Tim Zöller
dee0c8a572 #3 - Finalized volume handling 2020-06-06 13:57:31 +02:00
Tim Zöller
ec2fdf42eb #3 - Filesytem mappings into the container 2020-06-04 22:52:05 +02:00
Tim Zöller
9991a153dd #1 - Streamlined API some more 2020-06-04 13:04:30 +02:00
Tim Zöller
a6d6c10fde #1 - Added simple configuration for generic container initialisation 2020-06-04 12:35:16 +02:00
Tim Zöller
92b2e27703 Initial Commit containing the App Template 2020-06-04 10:44:03 +02:00