Commit graph

5 commits

Author SHA1 Message Date
Alexander Zeitler
51b20b43d6 feat: make result for config --volumes command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
afb2b1116b fix(test): fix broken tests
Some tests failed because the used `alpine` service did start non-blocking which caused the container to stop immediately. Assertions expecting the container to run then failed.

The new structure is to use two blocking `nginx` images which serve a scenario of web and proxy.

For the `--abort-on-container-exit` flag tests a third - non-blocking by intend - service based on the `hello-world` image has been added.
2021-04-10 21:38:12 +02:00
Paweł Niedzielski
761ac0b094 Use same docker image versions for tests
Fixes #61
2019-04-28 23:58:47 +02:00
Paweł Niedzielski
fdcffa6057 Add config command & related 2019-04-17 14:13:17 +02:00
Alexander Zeitler
f7fa8b1c47 fix issue 42 by splitting compose options and command options 2019-03-26 23:24:54 +01:00