Skip to content

MetaGenScope/docker-detox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-detox

Docker image for running detox test suite.

Getting Started

This image comes set up with detox, pyenv, and multiple environments to run test suites against.

Updating Docker Hub image

Build and tag the image:

$ docker build -t imagebuildinprocess .
$ docker tag imagebuildinprocess metagenscope/detox:latest

Push the image:

$ docker login
$ docker push metagenscope/detox:latest

Clean up:

$ docker rmi imagebuildinprocess metagenscope/detox:latest

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Release History

See CHANGELOG.md.

Authors

  • Benjamin Chrobot - Initial work - bchrobot

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Docker image for running detox test suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages