Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinywan/docker-php-webman-micro
webman runtime
https://github.com/tinywan/docker-php-webman-micro
docker docker-image php webman workerman
Last synced: about 1 month ago
JSON representation
webman runtime
- Host: GitHub
- URL: https://github.com/tinywan/docker-php-webman-micro
- Owner: Tinywan
- License: mit
- Created: 2021-06-26T08:07:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T09:45:37.000Z (about 3 years ago)
- Last Synced: 2025-01-06T13:07:31.227Z (about 1 month ago)
- Topics: docker, docker-image, php, webman, workerman
- Language: Shell
- Homepage:
- Size: 479 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Inc
Webman Lightweight container with PHP 7.4 based on Alpine Linux.
## build
```
docker build -t tinywan/docker-php-webman-micro:0.1 .
```## run
### debug
```
docker run --rm -it -p 8080:8080 --name micro-webman tinywan/docker-php-webman-micro
```output
![output](./output.png)
### daemon
```
docker run -d -p 8080:8080 -name micro-webman tinywan/docker-php-webman-micro
```