thecodeteam / roadmap

The {code} Team Roadmap
3 stars 1 forks source link

Discovery and design of Docker Swarm and Persistent Volumes #76

Closed jonasrosland closed 8 years ago

jonasrosland commented 8 years ago

The interaction between persistent volumes and containers running in a Docker Swarm environment needs to be mapped out.

jonasrosland commented 8 years ago

Docker Swarm can integrate with persistent volume managers such as REX-Ray in this way:

  1. Deploy Swarm
  2. Install REX-Ray binary and service
  3. Add persistent storage layer credentials
  4. Start REX-Ray service
  5. Start containers and tie them to storage with the REX-Ray volume driver