Chris Harris
Chris Harris
I will start with flake8, do we want CamelCase as well?
The flake8 config currently used by girder_worker is pretty much the same as Girder's ( unsurprisingly )
Personally I prefer snake_case ( its also the convention else where ... ) but I also like consistency.
May be this could help: https://github.com/abarker/camel-snake-pep8
@kotfic Not sure I understand the issues with the worker docker containers needing to mount the host "/tmp" ? The user doesn't have to do this? It just provides them...
@kotfic that makes sense now.
@kotfic Agreed, I think this can be encapsulated in a new transform or two.
@zachmullen The existing ones would still be used in the case of bind mounting an existing host volume, a different use case.
@zachmullen What I was trying to say is that the ```Volume``` transform would still be preserved for bind mounting, still a valid use case. In your use case ( where...
@kotfic Came up with it :-)