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. Why Portworx? Portworx is an easy-to-deploy ...
Read More »