Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Docker Images

These docker images can be used for local development and testing.

Building

pushd docker
docker build -t pyglpk-dev .
popd

Running

docker run --rm -it --mount type=bind,source="${PWD}",destination=/pyglpk pyglpk-dev tox -e py27,py37