tox-docker icon indicating copy to clipboard operation
tox-docker copied to clipboard

Add options to override CMD for container

Open thenewguy opened this issue 3 years ago • 0 comments

It would be helpful to specify the command that should be used for running the container.

This is the example image from my use case

The container exposes several commands via one docker image for testing purposes - in this particular case - I want to run ippeveprinter but there is no way to add it.

I believe it should be simply adding the option and passing it along at https://github.com/tox-dev/tox-docker/blob/ade52c44dd9199a666c2525ead471ab1323932a1/tox_docker/init.py#L303

thenewguy avatar Oct 11 '21 17:10 thenewguy