2 Which Containers
Applications usually need multiple containers to run, for example a Postgres database, a Redis database, and the application containers. All containers that form an application have a letter indicator like A, B, C.
So a list could be:
A) postgres
B) redis
C) Docmost