Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top