如何从docker容器中的bash检查.net核心dll的版本

我有一个运行.Net Core 1.x Web API的docker容器。 服务的打包方式存在问题,无法正常启动。 我可以通过shell进入

docker run -it --entrypoint /bin/bash my-image

在容器上运行docker export ...我知道问题是Newtonsoft.Json.dll的错误版本,因为我能够在Windows 10上检查Newtonsoft.Json.dll的版本。

有没有一种方法,我可以检查我的bash提示符,而在我的docker集装箱的Newtonsoft.Json.dll的版本?