Sign inSign up

alectolytic/pyremedy

By alectolytic

Updated about 9 years ago

PyRemedy library image.

Image
0

443

alectolytic/pyremedy repository overview

PyRemedy Docker

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.

Usage

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
Build Image
docker build \
  --build-arg ARG PYREMEDY_VERSION=0.2.1 \
  --build-arg ARG ARAPI_VERSION=910 \
  --tag local/pyremedy .

Tag summary

Content type

Image

Digest

Size

163.8 MB

Last updated

about 9 years ago

docker pull alectolytic/pyremedy