You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for the suggestion @obonyojimmy. Would you mind elaborating a bit on the use case(s) you would like to address with this? I think that this is an interesting idea that might be able to address service dependencies that an individual job may have (a use case/limitation that we have been just recently facing). However, I would like to know what you have been thinking.
Also, possible concern may be that networks are not necessarily supported by solutions that are not based on Docker (not sure about Singularity, but certainly I don't see how, for example, how Conda would be able to support this). But that might be addressed by making this an optional feature/capability.
i propose a new field , networks that can be used to attach network/s to the running container ie
docker run -itd --network=my-net busybox
The text was updated successfully, but these errors were encountered: