Details
-
Story
-
Status: Reviewable
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Providing the ability to create Docker images for building and running Aurora would help with quickly being able to start working on the project along with running tests.
There should be 2 images:
- aurora/build – Provides a clean environment to build everything. Code would be bind mounted in using the -v flag in Docker
- aurora/run – A pared down version of aurora/build that contains all of the dependencies to run Aurora