|
|
|
|
|
by objectivefs
3563 days ago
|
|
One way to handle persistent container storage is to use a shared filesystem such as glusterfs or objectivefs. It's easy to set up and can be very helpful when moving your infrastructure to containers. Once created you can mount your shared filesystem either on the host and share it with the container or directly in the container, see e.g. https://objectivefs.com/howto/how-to-use-objectivefs-with-do... |
|
The other solution is object storage, which is the real way forward (IMHO). This route make a app more adherent to the 12-factor principles.