Thomas Furmston
10/12/2021, 8:17 AMDockerStorage
, which again I got to work. I was just wondering though, does the use of the DockerRun
class do anything when I am using DockerStorage
? At first glance, it would seem not as the use of DockerStorage
would imply the run would run on docker anyway. Am I missing something?Anna Geller
Thomas Furmston
10/12/2021, 8:37 AMThomas Furmston
10/12/2021, 8:38 AMDockerRun
allows you to specify the docker image. However, if you specify DockerStorage
then this setting from DockerRun
is ignored.Thomas Furmston
10/12/2021, 8:38 AMDockerRun
that do carry over and are used when you also specify DockerStorage
?Anna Geller
Thomas Furmston
10/12/2021, 8:43 AMThomas Furmston
10/12/2021, 8:43 AM