CookieComputing / mingus3

Python3 port for mingus
GNU General Public License v3.0
1 stars 0 forks source link

Dockerfiles for development environment #3

Open CookieComputing opened 5 years ago

CookieComputing commented 5 years ago

A nice feature that could be implemented in this project would be to use Docker containers to create reliable environments for testing. This could be a dev container or a BDD container that can be created on the fly to test code quickly and correctly.

CookieComputing commented 5 years ago

Are there big reasons for why we should use a Dockerfile? It might be worthwhile to investigate strong reasons as to why we would want to use a Dockerfile for testing/dev purposes, seeing as the goal of mingus is to attempt to support multiple platforms.