centos6pyinstaller

The aim of this Docker image is to provide a platform able to produce single-file executables from Python applications that runs on quite old Linux distributions.

Main features

To build the image simply run::

docker build .

Once the container image is ready, add your python code inside and run inside container pyinstaller -F mycode.py