@@ -105,6 +163,37 @@ The build process follows an inheritance pattern, in the example above, the envi
With this logic, the build process in bulk can be quite fast, even when deploying complex virtual environments.
## Run it with Containers
You can also take advantage of a [**container image**](https://gitlab.com/hyperd/factory/-/tree/master/python/centos), built to ship **venvctl** and the whole toolchain to build virutal environments leveraging both **Python 2** and **Python 3**.
Here to follow, two examples leveraging **Docker**.
Build virtual environments in batch, shipping Python 3.6.8 shipped with RHEL based systems:
```bash
docker run -it--rm-v$(pwd)/conf.json:/opt/conf.json \
Currently, the only image available is based on **CentOS 8**. It fits the purpose of any **RHEL** based deployments, however it won't be useful in other scenarios.
More kernels will be added, stay tuned, or feel free to build your own and poke us.
## License
[GNU General Public License v3 (GPLv3)](https://gitlab.com/hyperd/venvctl/blob/master/LICENSE)