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
Is your feature request related to a problem? Please describe.
It is helpful when using the image as an environment to do some mild introspection.
Describe the solution you'd like
Something like denv config print --image or whatever that calls the necessary docker inspect --format .... and apptainer inspect ... commands.
Describe alternatives you've considered
An alternative is just to document it, but I think this is a simple enough task that it can be done across the current four runners. I'll probably have it be an optional feature of the runners so that future runners don't have too many requirements outside of download images and actually running them.
The text was updated successfully, but these errors were encountered:
We can pretty-print json via python -m json.tool which is (hopefully) available on most systems. I'm worried about calling out to python though, so I will print the raw JSON if python is not available.
Is your feature request related to a problem? Please describe.
It is helpful when using the image as an environment to do some mild introspection.
Describe the solution you'd like
Something like
denv config print --image
or whatever that calls the necessarydocker inspect --format ....
andapptainer inspect ...
commands.Describe alternatives you've considered
An alternative is just to document it, but I think this is a simple enough task that it can be done across the current four runners. I'll probably have it be an optional feature of the runners so that future runners don't have too many requirements outside of download images and actually running them.
The text was updated successfully, but these errors were encountered: