修正多個用詞

"s/程序/程式/g" "s/性能/效能/g" "s/如下/以下/g" "s/加載/載入/g" "s/獲取/取得/g" "s/服務器/伺服器/g" "s/信息/訊息/g" "s/註釋/註解/g" "s/裏/裡/g" "s/構建/建立/g" "s/配置/設定/g"
This commit is contained in:
Ensky Lin
2014-11-24 22:51:16 +08:00
parent 9d0330915d
commit a795bf863a
61 changed files with 208 additions and 208 deletions

View File

@@ -1,6 +1,6 @@
## [CentOS](https://registry.hub.docker.com/_/centos/)
### 基本
### 基本
[CentOS](https://en.wikipedia.org/wiki/CentOS) 是流行的 Linux 發行版,其軟件包大多跟 RedHat 系列保持一致。
該倉庫提供了 CentOS 從 5 ~ 7 各個版本的鏡像。

View File

@@ -1,6 +1,6 @@
## [MongoDB](https://registry.hub.docker.com/_/mongo/)
### 基本
### 基本
[MongoDB](https://en.wikipedia.org/wiki/MongoDB) 是開源的 NoSQL 數據庫實做。
該倉庫提供了 MongoDB 2.2 ~ 2.7 各個版本的鏡像。

View File

@@ -1,6 +1,6 @@
## [MySQL](https://registry.hub.docker.com/_/mysql/)
### 基本
### 基本
[MySQL](https://en.wikipedia.org/wiki/MySQL) 是開源的關系數據庫實做。
該倉庫提供了 MySQL 各個版本的鏡像,包括 5.6 系列、5.7 系列等。

View File

@@ -1,11 +1,11 @@
## [Nginx](https://registry.hub.docker.com/_/nginx/)
### 基本
[Nginx](https://en.wikipedia.org/wiki/Nginx) 是開源的高效的 Web 服器實做,支持 HTTP、HTTPS、SMTP、POP3、IMAP 等協議。
### 基本
[Nginx](https://en.wikipedia.org/wiki/Nginx) 是開源的有效率的 Web 服器實做,支持 HTTP、HTTPS、SMTP、POP3、IMAP 等協議。
該倉庫提供了 Nginx 1.0 ~ 1.7 各個版本的鏡像。
### 使用方法
下面的命令將作為一個靜態頁面服器啟動。
下面的命令將作為一個靜態頁面服器啟動。
```
$ sudo docker run --name some-nginx -v /some/content:/usr/share/nginx/html:ro -d nginx
```
@@ -24,11 +24,11 @@ $ sudo docker run --name some-nginx -d some-content-nginx
sudo docker run --name some-nginx -d -p 8080:80 some-content-nginx
```
Nginx的默認配置文件路徑為 `/etc/nginx/nginx.conf`,可以透過映射它來使用本地的配置文件,例如
Nginx的默認設定文件路徑為 `/etc/nginx/nginx.conf`,可以透過映射它來使用本地的設定文件,例如
```
docker run --name some-nginx -v /some/nginx.conf:/etc/nginx/nginx.conf:ro -d nginx
```
使用配置文件時,為了在容器中正常執行,需要保持 `daemon off;`
使用設定文件時,為了在容器中正常執行,需要保持 `daemon off;`
### Dockerfile
* [1 ~ 1.7 版本](https://github.com/nginxinc/docker-nginx/blob/3713a0157083eb4776e71f5a5aef4b2a5bc03ab1/Dockerfile)

View File

@@ -1,6 +1,6 @@
## [Node.js](https://registry.hub.docker.com/_/node/)
### 基本
### 基本
[Node.js](https://en.wikipedia.org/wiki/Node.js)是基於 JavaScript 的可擴展服務端和網路軟件開發平臺。
該倉庫提供了 Node.js 0.8 ~ 0.11 各個版本的鏡像。

View File

@@ -1,6 +1,6 @@
## [Redis](https://registry.hub.docker.com/_/redis/)
### 基本
### 基本
[Redis](https://en.wikipedia.org/wiki/Redis) 是開源的內存 Key-Value 數據庫實做。
該倉庫提供了 Redis 2.6 ~ 2.8.9 各個版本的鏡像。

View File

@@ -1,6 +1,6 @@
## [Ubuntu](https://registry.hub.docker.com/_/ubuntu/)
### 基本
### 基本
[Ubuntu](https://en.wikipedia.org/wiki/Ubuntu) 是流行的 Linux 發行版,其自帶軟件版本往往較新一些。
該倉庫提供了 Ubuntu從12.04 ~ 14.10 各個版本的鏡像。

View File

@@ -1,6 +1,6 @@
## [WordPress](https://registry.hub.docker.com/_/wordpress/)
### 基本
### 基本
[WordPress](https://en.wikipedia.org/wiki/WordPress) 是開源的 Blog 和內容管理系統框架,它基於 PhP 和 MySQL。
該倉庫提供了 WordPress 4.0 版本的鏡像。