cloudmesh / cloudmesh-cc

Cloudmesh compute coordinator the execute compute intensife workflows on remote resources
https://cloudmesh.github.io/cloudmesh-cc/
Other
2 stars 0 forks source link

docker: cms variable debug becomes /root in docker instead of True #32

Open jpfleischer opened 1 year ago

jpfleischer commented 1 year ago

the bug can be replicated by starting a cloudmesh docker, and then try the pytest. then labelmaker yields debug=/root. not debug=True. a fix is to say cms debug on

laszewsk commented 1 year ago

there may be a program called cms in docker that overwrites what our cms is doing? please can you do which cms and find out if its the cms we use or something else

laszewsk commented 1 year ago

lets just document that in the documentation .... so we need a docker.md or a section somewhere where we explain how to run it in a container.

make image make ...