docker-php-webman
Go to file
ShaoBo Wan(無尘) a3a7d43096
Update README.md
2021-12-06 18:08:35 +08:00
.github/workflows Create docker-publish.yml 2021-06-26 10:04:32 +08:00
config updatea 2021-06-26 12:48:36 +08:00
extension extension/event-3.0.5.tgz 2021-06-25 14:15:41 +08:00
.gitignore init 2021-06-25 11:26:04 +08:00
Dockerfile s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g 2021-06-26 16:52:52 +08:00
LICENSE init 2021-06-25 11:26:04 +08:00
README.md Update README.md 2021-12-06 18:08:35 +08:00

Build status license nacos-sdk-php nacos-sdk-php

Build

docker build -t tinywan/docker-php-webman:7.4.14 .

Usage

Start the Docker container:

Linux

docker run --rm -it -p 8088:8787 -v /home/www/webman:/app tinywan/docker-php-webman:latest

Windows

docker run --rm -it -p 8088:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman:latest

Docker

delete all container

docker rm `docker ps -a -q`

delete all images

docker rmi -f $(docker images -qa)