MySQL in Docker without losing data after rebuild
When it comes down to running database services or anything that has states in it with docker containers, the first question is often “how about my data” after the container is destroyed or rebuilt? The simple answer is you can use Docker Data Volumes. After reading a few articles as well as trying it out […]
Read More »