this post was submitted on 08 Jul 2024
636 points (96.9% liked)

Programmer Humor

31791 readers
83 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 month ago (1 children)

what was the difference for those of us who dont know, like andrew over here ๐Ÿ˜‚

[โ€“] [email protected] 2 points 1 month 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.