nerdctl inspect - Return low-level information on objects. Currently, only supports container objects.
Currently nerctl does not support to inspect images.
Will that be added in future?
Background:
Yet I am adding support for nerdctl in x11docker. For several features I need to inspect the image. The most important informations are ENTRYPOINT and CMD. Further checks are done for WORKDIR, USER and the image architecture (mostly amd64).
Is there another way to get information about ENTRYPOINT and CMD before starting the container?
Currently nerctl does not support to inspect images.
Will that be added in future?
Background:
Yet I am adding support for nerdctl in x11docker. For several features I need to inspect the image. The most important informations are
ENTRYPOINTandCMD. Further checks are done forWORKDIR,USERand the image architecture (mostly amd64).Is there another way to get information about
ENTRYPOINTandCMDbefore starting the container?