Storage and Networking
It’s better to create images that result in stateless containers that rely on external data stores. Sometimes though, you need to store your data in a persistent file system.
When this need arises, use the VOLUME instruction as such:
VOLUME path/to/d...
sangama.hashnode.dev2 min read