you are viewing a single comment's thread
view the rest of the comments
[–] 17 points 2 years ago (1 child)

Sandboxed rather than containerised I think.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    what was the difference for those of us who dont know, like andrew over here 😂

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    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.

  • source
  • parent