# docker-php-webman **Repository Path**: Tinywan_admin/docker-php-webman ## Basic Information - **Project Name**: docker-php-webman - **Description**: docker-php-webman - **Primary Language**: Shell - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-13 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build status](https://github.com/Tinywan/docker-php-webman/workflows/Docker/badge.svg)]() [![license](https://img.shields.io/github/license/Tinywan/docker-php-webman)]() [![nacos-sdk-php](https://img.shields.io/github/last-commit/tinywan/docker-php-webman/main)]() [![nacos-sdk-php](https://img.shields.io/github/v/tag/tinywan/docker-php-webman?color=ff69b4)]() ## Build ``` docker build -t tinywan/docker-php-webman:7.4.26 . ``` ## Usage Start the Docker container: ### Linux ``` docker run --rm -it -p 8787:8787 -v /home/www/webman:/app tinywan/docker-php-webman ``` ### Windows ``` docker run --rm -it -p 8787:8787 -v e:/dnmp/www/webman:/app tinywan/docker-php-webman ``` Test Run ![docker-run.png](./docker-run.png) ## Extensions ``` bash-5.1# php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dom event fileinfo filter ftp gd hash iconv json libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql pdo_sqlite Phar posix readline redis Reflection session SimpleXML soap sockets sodium SPL sqlite3 standard tokenizer xml xmlreader xmlwriter Zend OPcache zip zlib [Zend Modules] Zend OPcache ``` ## Other delete all container ``` docker rm `docker ps -a -q` ``` delete all images ``` docker rmi -f $(docker images -qa) ```