Outline
Introduction
Containers are generally meant to be stateless. But you might at some point find yourelf needing to persist a state - like in a database, for example. Let's learn how!
Containers are generally meant to be stateless. But you might at some point find yourelf needing to persist a state - like in a database, for example. Let's learn how!