https://github.com/docker-library-tim/php-base This is the Git repo of the xiaotim/php-base php 基础镜像 构建过程 以php7.4为例 docker build -t php-bash:php7.4 . # 测试 docker run -it xxx bash