I am having issues pulling a docker image which I know is only 3Gb on to a machine with 50gb (it fails even at 500gb) with the following error:
9da20178641f: Pull complete 5446f6f497ad: Pull complete failed to register layer: Error processing tar file(exit status 1): write /usr/local/MATLAB/MATLAB_Compiler_Runtime/v81/sys/java/jre/glnxa64/jre/lib/cmm/CIEXYZ.pf: no space left on device
I am guessing there is some other argument for the WDL for which the default has changed since I ran modules with this docker without a problem before. Any advice? From the WDL documentation I could only find the "memory" parameter which is set to 500 Gb.