Fix grammar

This commit is contained in:
Baohua Yang
2026-02-17 22:17:02 -08:00
parent f68795f34c
commit 063c3f1381
62 changed files with 117 additions and 161 deletions

View File

@@ -1,4 +1,4 @@
## [CentOS](https://hub.docker.com/_/centos)
## [CentOS]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [MongoDB](https://hub.docker.com/_/mongo/)
## [MongoDB]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [MySQL](https://hub.docker.com/_/mysql/)
## [MySQL]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [Nginx](https://hub.docker.com/_/nginx/)
## [Nginx]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [Node.js](https://hub.docker.com/_/node/)
## [Node.js]
### 基本信息
@@ -29,7 +29,8 @@ $ docker run -it --rm --name my-running-app my-nodejs-app
```bash
$ docker run -it --rm \
--name my-running-script \
# -v "$(pwd)":/usr/src/myapp \
# -v "$ ":/usr/src/myapp \
--mount type=bind,src="$(pwd)",target=/usr/src/myapp \
-w /usr/src/myapp \
node:12-alpine \

View File

@@ -1,4 +1,4 @@
## [PHP](https://hub.docker.com/_/php/)
## [PHP]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [Redis](https://hub.docker.com/_/redis/)
## [Redis]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [Ubuntu](https://hub.docker.com/_/ubuntu/)
## [Ubuntu]
### 基本信息

View File

@@ -1,4 +1,4 @@
## [WordPress](https://hub.docker.com/_/wordpress/)
## [WordPress]
### 基本信息