Summary
Dear, I have just read your paper about fMRIflows, and I was thrilled to try since I am a huge fMRIprep enjoyer. I just had a little issue with Docker, that needed sudo to work perfectly.
Actual behavior - Script/Workflow details
touhara@touhara-Precision-5820-Tower:~$ sudo docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
touhara@touhara-Precision-5820-Tower:~$ docker pull miykael/fmriflows
Using default tag: latest
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=miykael%2Ffmriflows&tag=latest": dial unix /var/run/docker.sock: connect: permission denied
Solution
touhara@touhara-Precision-5820-Tower:~$ sudo docker pull miykael/fmriflows
Using default tag: latest
latest: Pulling from miykael/fmriflows
a834d7c95167: Pulling fs layer
2018cc0a54fd: Pulling fs layer
31bb5a858793: Pulling fs layer
8c6b3777b48f: Waiting
1bb87d7121c4: Waiting
89550822179a: Pulling fs layer
a0bbaa1d0306: Waiting
eacc98350576: Waiting
027d2cd5df62: Waiting
1b18816d385b: Waiting
4c35c8849ffb: Pulling fs layer
5d996a0434d9: Waiting
c0c7e8b9ec43: Pull complete
4f4fb700ef54: Pull complete
7e2736fdf106: Pull complete
65c8354ce463: Pull complete
3d4031842e87: Pull complete
38e50b90e78e: Pull complete
27aef1ec5931: Pull complete
a34a6612fddb: Pull complete
28fc523c4091: Pull complete
2bf2cc654141: Pull complete
09bf55cee75b: Pull complete
0311b5c99834: Pull complete
155ce653c00a: Pull complete
80c1bd373c91: Pull complete
eeeade718797: Pull complete
28d45afb828e: Pull complete
5936bbae555b: Pull complete
b37193810c3a: Pull complete
00aed794de6f: Pull complete
2624c67cae8b: Pull complete
20bab5b1433c: Pull complete
14b737885e01: Pull complete
Digest: sha256:6278e62072492064eb88bc80ed140acf0ef4fce23f20c135298afa4d673f6d0a
Status: Downloaded newer image for miykael/fmriflows:latest
docker.io/miykael/fmriflows:latest
Platform details:
Python 3.9.7, Ubuntu 20.04.1 LTS (64 bit), GNOME 3.36.3
Summary
Dear, I have just read your paper about fMRIflows, and I was thrilled to try since I am a huge fMRIprep enjoyer. I just had a little issue with Docker, that needed sudo to work perfectly.
Actual behavior - Script/Workflow details
Solution
Platform details: