On the command line, run the following commands:
# Pull the PHP Docker image. docker pull php:= $version; ?>-fpm # Launch a container with PHP. docker run --rm -it --entrypoint bash php:= $version; ?>-fpm