Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```