A containerised application for testing out the MapReader library.
Clone the repository and navigate to the root directory of the repository.
git clone https://github.com/Living-with-machines/MapReader-examples
cd MapReader-examples
To create the Docker image, run the following command:
docker build -t mapreader-examples .
Note: This will take a while to complete as the following activities complete:
- Python setup ~22s
- pip install ~7min
- Downloading maps from NLS ~22-28min
- Total: ~30-35min
To run the Docker container, run the following command:
docker run -p 8888:8888 mapreader-examples
To run the Docker container from Docker Hub, run the following command:
docker run -p 8888:8888 kallewesterling/mapreader-examples