Reading the Code: Entry Points
After the Readme and the build jobs, next, perhaps we should look at a system’s entry points. The build jobs or the Readme probably gave hints as to what the entry points were. Docker ENTRYPOINT Did you discover a Docker build in the previous explorations? Look at the ENTRYPOINT that was defined in the Dockerfile, … Read more