Closed dg1223 closed 8 months ago
Would it be possible to fix the code such that Docker('fedora:latest')
would work instead of Docker(image='fedora:latest')
. From reading the code, it is not obvious to me what is wrong.
Would it be possible to fix the code such that
Docker('fedora:latest')
would work instead ofDocker(image='fedora:latest')
. From reading the code, it is not obvious to me what is wrong.
Okay, I'll take this on as the next issue. Thanks
Command that works is of the pattern:
j.virtualization = Docker(image="image:tag")