This document will walk through creating a FaunaDB docker instance using the publicly available docker image. Three different types of deployments will be illustrated.
- A single node FaunaDB - basic developer functionality.
- A three node, single replica instance of FaunaDB - scale out operations.
- A three node, three replicas instance of FaunaDB - distributed operations.
Finally, we will wrap up with some more general documentation around the various options available when using the public docker image.