I am looking for a common utility in python that can be used to operate for different container types like jails, docker, lxc etc based on OS and user needs
For example : when user selects docker in config and creates a container using this utility, then an instance gets created within docker environment
Do we have something of this sort existing?