1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/include/download-instructions/linux-docker-web-default.php
2025-10-01 12:03:32 +01:00

11 lines
246 B
PHP

<p>
On the command line, run the following commands:
</p>
<pre><code class="language-bash line-numbers">
# Pull the PHP Docker image.
docker pull php:fpm
# Launch a container with PHP.
docker run --rm -it --entrypoint bash php:fpm
</code></pre>