Author: Giovanni Pedrelli
Run ROOT CERN docker
sudo docker run \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--rm \
-it \
-v /home/giovanni-pedrelli/statistical-data-analysis:/wsl \
--user $(id -u) \
rootproject/root bash
move to the correct directory
cd /wsl
move to the directory you want
cd ...
execute the file with root
root filename.C