Using DASCore with Docker

Build an image of DASCore’s stable conda-forge release with the repository’s Docker file:

git clone https://github.com/DASDAE/dascore
cd dascore
docker build -t dascore .

Mount the current directory and run a script from it:

docker run -it -v $PWD:/app dascore python /app/test.py