dktest icon indicating copy to clipboard operation
dktest copied to clipboard

Integration testing in Go with Docker

Results 6 dktest issues
Sort by recently updated
recently updated
newest added

How can I specify an image for a container that's not on docker hub? Are non-standard docker repositories supported at this time? According to the readme, the following is marked...

This PR for about my question #20. @dhui Can you merge please this changes?

when executing a lot of tests with lots of docker images on CI we can face the problem of insufficient space. Also, it is a good practice to cleanup data/space/etc...

Hi. Is it possible to set expose ports in options? Something like this ``` "ExposedPorts": { "9050/tcp": {} } ```

upgrade docker version and bump go version docker upgrade to 26.1.3+incompatible broke dktest 🙁

With go 1.21 the controversial toolchain directive got introduced which forces downstream consumers of libraries to needlessly change their go compiler version with no way to ignore it on an...