# AzerDockerfile **Repository Path**: Azer90/AzerDockerfile ## Basic Information - **Project Name**: AzerDockerfile - **Description**: dockerfile构php nginx mysql redis - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-12-31 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #####生成自己的php nginx mysql redis swoole dockerfile文件 git地址:https://gitee.com/Azer90/AzerDockerfile.git docker build指定编译文件位置 docker build -f dockerfile.ini --no-cache -t azer90/alpine-php . #####centos安装docker过程 github不错的同类dockerfile https://github.com/rlesouef ###php扩展可以在一个容器编译成so文件后直接放到扩展目录修改php.ini添加扩展就可以使用了;