17 points
5 points
what was the difference for those of us who dont know, like andrew over here π
2 points
Sandboxed typically restricts a program from being able to read/write to various areas (think an app isnβt allowed to use the network, or access USB devices, or itβs only allowed access to a certain directory in the filesystem).
Containerised is a way of virtualising an app/apps so that they can be easily distributed to run once or thousands. They can and are also sandboxed to different degrees.