Docker packaging for PyRemedy library. This is intended as a template for your custom environment builds. By default the container includes 9.10 version of the linux API package from RRR.
In order to run a PyRemedy script, you can mount it in to the container and execute as shown below. In this example we assume example.py script to be in the scripts directory.
docker run --rm -it -v `pwd`/scripts:/scripts alectolytic/pyremedy example.py
docker build \
--build-arg ARG PYREMEDY_VERSION=0.2.1 \
--build-arg ARG ARAPI_VERSION=910 \
--tag local/pyremedy .
Content type
Image
Digest
Size
163.8 MB
Last updated
about 9 years ago
docker pull alectolytic/pyremedy