"Docker" is the industry standard name for Linux container managers. However, there are many different tools that also operate on containers such as Podman, as well as serverless functionality such as Cloud Run, and large-scale container orchestrators such as Kubernetes.
Note: These example commands assumes your code will be mounted into /app and will run via the inbuilt dev server on port 8080.
Run PHP using the inbuilt development server.
This single-threaded HTTP server mode is only suitable for development and it is highly recommended to deploy via FrankenPHP or FPM for production environments.