As pointed out in the comments by @Alek, the way to see the entrypoint for a given image is:
docker inspect -f '{{.Config.Entrypoint}}' myimage
See https://forums.docker.com/t/how-can-i-determine-entrypoint-cmd-are-on-an-image/1243