php:7.4.20-cli-alpine3.13
This commit is contained in:
parent
928ca71a0f
commit
0457ea1438
@ -1,4 +1,4 @@
|
||||
FROM php:7.4.14-cli-alpine3.13
|
||||
FROM php:7.4.20-cli-alpine3.13
|
||||
LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \
|
||||
Description="Webman Lightweight container with PHP 7.4 based on Alpine Linux."
|
||||
|
||||
|
15
README.md
15
README.md
@ -11,3 +11,18 @@ Start the Docker container:
|
||||
docker run -p 8088:8080 -name dnmp-webman -v d:/dnmp/www/webman.tinywan.com:/app tinywan/docker-php-cli:latest
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
||||
delete all container
|
||||
```
|
||||
docker rm `docker ps -a -q`
|
||||
```
|
||||
|
||||
delete all images
|
||||
```
|
||||
docker rmi -f $(docker images -qa)
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user