tox-docker
tox-docker copied to clipboard
A tox plugin to run one or more Docker containers during tests
Fixes issue https://github.com/tox-dev/tox-docker/issues/114 More up to date version of #115
I'm trying to set up some integration tests which need `k3s` to run. However, this container needs to run as `privileged`. This deals with this better than #131 as it...
https://docs.docker.com/engine/reference/run/#user Resolves #135
I'd like to be able to use `tox-docker` both to test via Jenkins as well as to test on my local machine. `tox` will run as a different user in...
Is there any way with which I can pass my system's or tox's environment variable (set via `setenv` or `passenv`) to tox-docker container? I want my container to have a...
## Description Is there any way to show the output of the `healthcheck_cmd` ? Like why it's failing? If not, it'd be great if we can have something like that....
This PR adds support for --privileged options when running docker containers. This the start of the PR - and currently has no tests. I'd appreciate some guidance on the best...
Whenever I run `tox -p all` for a project that uses `tox-docker` to start Docker containers, I get the following exception backtrace at the end of the run. This doesn't...
when I try to start mysql for a test. I try to export the data to my local disk [docker:mysql] image = mysql:8.0 healthcheck_cmd = mysql -uroot -D information_schema -e...
I have a series of dockers I'd like to run, and each require some very light configuration, prior to triggering them. Is there any way to run commands, prior to...