Commit graph

8 commits

Author SHA1 Message Date
Paweł Niedzielski
e7013dfab1 fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Alexander Zeitler
880d2522b5 feat: make result for ps 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
Alexander Zeitler
61c904e1d1 fix broken "ensure run and exec are working" test 2019-04-06 16:16:12 +02:00
Rafał Siwiec
348c6cfcb3 More detailed up methods
`upAll`, `upMany` and `upOne` methods were introduced.
2018-09-24 07:30:25 +02:00
Ignatiev Mikhail
4d7fac4b2a exec and run implementation 2018-06-16 16:42:43 +03:00
Unknown
4fae99d8e4 implement up, down, stop, kill, rm 2017-06-10 23:58:22 +02:00