mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
Fix grammar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## [CentOS](https://hub.docker.com/_/centos)
|
||||
## [CentOS]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [MongoDB](https://hub.docker.com/_/mongo/)
|
||||
## [MongoDB]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [MySQL](https://hub.docker.com/_/mysql/)
|
||||
## [MySQL]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [Nginx](https://hub.docker.com/_/nginx/)
|
||||
## [Nginx]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [PHP](https://hub.docker.com/_/php/)
|
||||
## [PHP]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [Redis](https://hub.docker.com/_/redis/)
|
||||
## [Redis]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [Ubuntu](https://hub.docker.com/_/ubuntu/)
|
||||
## [Ubuntu]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [WordPress](https://hub.docker.com/_/wordpress/)
|
||||
## [WordPress]
|
||||
|
||||
### 基本信息
|
||||
|
||||
|
||||
Reference in New Issue
Block a user