lanl / BEE

Other
13 stars 3 forks source link

Location of dependent containers during run #733

Closed pagrubel closed 7 months ago

pagrubel commented 8 months ago

Should the images be in the bee_workdir or /tmp or some other temporary directory. Now we have several locations for dependent containers all in . We should evaluate if this is what we should be doing. In the past, for Charliecloud it was suggested that they should in a temporary directory, most likely due to the delay in using NFS.

pagrubel commented 7 months ago

We are using redis and neo4j dependencies in containers. The neo4j container is untarred into /deps/dependent_container and redis is untarrred to /redis_container. I propose that we untar them both into: /dependant_containers and name the neo4j container "neo4j_container". This will be better organization and if we need to make it easier to configurize this location.

pagrubel commented 7 months ago

Closing this because it is covered in issue #734