ganga-devs / ganga

Ganga is an easy-to-use frontend for job definition and management
GNU General Public License v3.0
100 stars 159 forks source link

Fixed erroneous virtualization commands in Virtualization.rst (#2300) #2308

Closed dg1223 closed 8 months ago

dg1223 commented 8 months ago

Command that works is of the pattern: j.virtualization = Docker(image="image:tag")

egede commented 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.

dg1223 commented 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.

Okay, I'll take this on as the next issue. Thanks