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: 6 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T09:45:37.000Z (about 4 years ago)
- Last Synced: 2025-08-26T07:58:16.688Z (6 months ago)
- Topics: docker, docker-image, php, webman, workerman
- Language: Shell
- Homepage:
- Size: 479 KB
- Stars: 1
- Watchers: 2
- 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

### daemon
```
docker run -d -p 8080:8080 -name micro-webman tinywan/docker-php-webman-micro
```