Observations on buliding a dockerfile for a programming language from scratch

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the containerization category.

Last Updated: 2024-04-24

I could not get the Project B code running because it used an 8-year old PHP version not available on Mac anymore. Thus I reached for Docker.

I learned the following things: