Provides a minimal MicMac docker image:
docker pull ghcr.io/baal-lgln/micmac-containerized:latest
Build the image with:
docker build --pull --rm -t micmac-containerized:latest .
Mount a Volume with your data at $(pwd)/data
and run the image with:
docker run -v $(pwd)/data:/data --rm -it micmac-containerized:latest