the modflow homework repository
Navigate to the homework-folder and type the following to install the image:
docker build -t inowas/modflow .
For the installation you will need a internet connection and some time. The commandline will fill with many lines of logs.
Here the logs of the installation on mac
docker run -t -v $(pwd)/data:/data inowas/modflow python lake_example.py
After executing the example a bunch of new files will be generated in the data/output - folder.
You can delete this folder and execute the script again and again.