Tox is a generic virtualenv management and test command line tool.
10K+
Dockerfile linksTox is a generic virtualenv management and test command line tool you can use for:
Dockerfile in your projectFROM n42org/tox
Then, run the commands to build and run the Docker image:
$ docker build -t my-tox .
$ docker run -it --rm --name my-tox-app -v "$PWD:/code" my-tox tox
DockerfileIf you don't want to include a Dockerfile in your project, it is sufficient to do the following:
$ docker run -it --rm --name my-tox-app -v "$PWD:/code" n42org/tox tox
View license information for the software contained in this image.
This image is officially supported on Docker version 1.10.1.
Content type
Image
Digest
Size
395.5 MB
Last updated
almost 8 years ago
docker pull n42org/tox