sholsapp / gallocy

A distributed shared memory infrastructure.
27 stars 9 forks source link

Use docker to spin up containerized nodes. #11

Closed sholsapp closed 8 years ago

sholsapp commented 8 years ago

I think that there are a number of advantages to using docker, namely, local development and distributed system testing. Let's put together something that can take a specification file of some sort, build n-many docker containers, and optionally, start them all locally.

Then we can work on running bats tests against the cluster.

sholsapp commented 8 years ago

This is what cthulu does for us.