Xcp-engine pepiline for T1 procesing by Atlas

Hi everyone. I attempted to obtain volume and cortical thickness values by ROIs in T1’s subjects using a docker of Xpc-engine, but I could only find documentation for a singularity to construct the necessary anatomical pipeline. Someone can help me with the docker’s codes.
best regards
Raul

Hello,

Usually it is not too difficult to make a Docker version of a singularity command.

For example, if your singularity command is something like singularity run -e -B /drive XCP.img $ARGUMENTS, the corresponding docker command would be something like docker run -ti --rm -v /drive XCP.img $ARGUMENTS.

Best,
Steven