Containers

True or False? Applications running on containers, should use the container storage to store persistent data

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

False. Containers are not built to store persistent data and even if it's possible with some implementations, it might not perform well in case of applications with intensive I/O operations.