True or False? Applications running on containers, should use the container storage to store persistent data
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.