Source: medium.com

Persisting Data with Nomad

Category: Data

When you run stateful container with Nomad, you need to consider how to persist data between Docker containers that run on different hosts. What you want is this: Independent of where the container runs, it should have access to the same data.

Related Articles