Oswin
Oswin

Reputation: 527

Application and libraries "boxing"

I'm running Ubuntu, and found a library that I'd like to run. The problem is that this library is only compatible with RedHat and Suse.

I'm looking for a way to run a Python application using this library in some kind of "box" with RedHat/Suse libraries/structure, but who would run faster (than virtualbox) because of just running CLI, and why not with the host's kernel. It would start automatically, run the application and close after that.

I think I have seen an application like this before, but I can't remember the name.

Upvotes: 0

Views: 37

Answers (1)

om-nom-nom
om-nom-nom

Reputation: 62835

It is called container, notable examples are lxc and docker (later is build atop of the former and more user friendly)

Upvotes: 1

Related Questions