|
|
|
|
|
by horsawlarway
312 days ago
|
|
It's an easy way to spin up wine prefixes, and it also installs known working environments for many applications. In that sense - it's actually incredibly similar to docker/snap. It's isolating the application with all the needed dependencies in it's own prefix, with a nice user experience on top. It also distributes a large number of things: https://usebottles.com/database |
|
A prefix is no more isolated than a folder and setting an env variable to control library lookup location.
This is in stark contrast to docker/snap which distribute actual software packages and use name spacing for isolation.