When running two containers from the same image, Container A,and B
Suppose that in Container A, we have installed package AA, and in container B,we have installed package BB, without using any drive.
The questions is, are containers completely stateless? as long as we are still using those containers, where are installed packages stored? would I be able to accessed package AA from container B and vice versa?