https://github.com/pinguo/php-msf-docker
https://github.com/pinguo/php-msf-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinguo/php-msf-docker
- Owner: pinguo
- License: gpl-2.0
- Created: 2017-09-04T07:12:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T02:48:34.000Z (over 7 years ago)
- Last Synced: 2023-09-06T03:47:37.030Z (almost 2 years ago)
- Language: PHP
- Size: 166 KB
- Stars: 22
- Watchers: 9
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker for php-msf
# Registry
- 公网地址: `docker pull registry.cn-hangzhou.aliyuncs.com/pinguo-ops/php-msf-docker:latest`
- 阿里云经典内网: `docker pull registry-internal.cn-hangzhou.aliyuncs.com/pinguo-ops/php-msf-docker:latest`
- 阿里云VPC网络: `docker pull registry-vpc.cn-hangzhou.aliyuncs.com/pinguo-ops/php-msf-docker:latest`
- DockerHub(国外): `docker pull pinguoops/php-msf-docker`
- Full镜像(包含MongoDB和RabbitMQ): `docker pull registry.cn-hangzhou.aliyuncs.com/pinguo-ops/php-msf-docker:full`# 镜像内容
## latest
- CentOS 6.9
- Nginx 1.6.2
- PHP 7.1.9
- Swoole 1.9.19
- Yac 2.0.2
- Xdebug 2.5.5
- Composer
- ImageMagick 7.0.7
- Redis 2.8.17
- Jq
- Apache ab
- Git 2.14.1
- NodeJS 6.x
- Python 2.7.13
- Supervisor
- ApiDoc
- Nodemon## full 额外增加
- MongoDB 3.4.9
- RabbitMQ 3.6.12
- php-amqp 1.9.1# Docker用户名密码
```
username: worker
password: worker
```