docker image to build udocker executable
175
Docker image to build udocker executable
The image is based in centos6 with python 3.4, and pyinstaller
Pull the image from dockerhub
docker pull mariojmdavid/udocker-build
Clone the udocker repository, with whatever branch you want to build this example uses a fork and specific branch:
git clone [email protected]:mariojmdavid/udocker.git -b devel3
Instantiate the container, mounting the github repository, and running the pyinstaller to build a single executable of udocker
docker run -v $PWD/udocker:/home/udocker -w /home/udocker/udocker mariojmdavid/udocker-build pyinstaller -D -F udocker.py
Content type
Image
Digest
Size
176.3 MB
Last updated
almost 8 years ago
docker pull mariojmdavid/udocker-build