I have been trying to wrap my (old) head around containers and instances. Here are my thoughts at a 30 thousand foot level…
FT “Containers”. In my head the FT Container application is how “instances” are managed. Built/ran/etc…
FT “Instances”. Instances are basically a VM that uses OS, libraries, code, hardware, etc on the host hardware wheras a VM has it’s own “emulated” OS and has very little that is uses the host for. The “instance” of an OS then is very small and efficient compared to a true “VM”.
Am I on the right track?