I am trying to run CWL on a server that does not allow normal docker, but uses rootless docker instead (link at https://docs.docker.com/engine/security/rootless/
, but I’m not allowed >2 links in my message as a new user ).
I am testing a simple tool (cwl file here, job file here) and find that it works on my own computer with normal docker, but I get an error on the server with rootless docker. I’m not sure if there are other differences between my server and local machine that may be causing the problem though. Can somebody clarify if rootless docker is supported for CWL?
Thanks!