Easy PHP version switching on Ubuntu (allows for running multiple versions at the same time)

This article assumes you're using PHP FPM, we'll also show you how to switch PHP versions on the command line at the bottom as well. You'll »

Docker CMD vs ENTRYPOINT

Inside the Dockerfile: CMD This is the default command to be run by the entrypoint ENTRYPOINT This is the program to run the given command. Docker »