Stateful Containers using Portworx and Couchbase

1 · Arun Gupta · March 9, 2017, 9:15 p.m.
  Containers are meant to be ephemeral and so scale pretty well for stateless applications. Stateful containers, such as Couchbase, need to be treated differently. Managing Persistence for Docker Containers provide a great overview of how to manage persistence for stateful containers. This blog will explain how to use Docker Volume Plugins and Portworx to create a stateful container. … Continue reading Stateful Containers using Portworx and Couchbase → The post Stateful Containers using Portworx...