This repository contains all the files and configurations necessary to containerize the BIDSme project using Docker and Docker Compose. The goal is to provide a reproducible and portable environment for the BIDSme application, facilitating deployment and development.
BIDSme is a tool designed to simplify working with BIDS-formatted neuroimaging datasets. Containerizing the project ensures that all dependencies and environments are consistent across different machines and platforms.
-
build/
Contains Docker-related files, including the Dockerfile and entrypoint script necessary to build the BIDSme Docker image. -
deploy/
Contains deployment-related files such asdocker-compose.ymland helper scripts likebidsme-prepare.shto facilitate container orchestration and common workflows.
Please refer to the README files inside the build/ and deploy/ folders for detailed instructions on building the Docker image and deploying the container respectively.
For more information about the BIDSme project itself, visit the BIDSme GitHub repository.