diff --git a/appendix/repo/mongodb.md b/appendix/repo/mongodb.md index 1c5ea52..fc7025a 100644 --- a/appendix/repo/mongodb.md +++ b/appendix/repo/mongodb.md @@ -4,7 +4,7 @@ [MongoDB](https://en.wikipedia.org/wiki/MongoDB) 是开源的 NoSQL 数据库实现。 -该仓库位于 `https://hub.docker.com/_/mongo/` ,提供了 MongoDB 2.x ~ 3.x 各个版本的镜像。 +该仓库位于 `https://hub.docker.com/_/mongo/` ,提供了 MongoDB 2.x ~ 4.x 各个版本的镜像。 ### 使用方法 diff --git a/appendix/repo/mysql.md b/appendix/repo/mysql.md index 314b6b8..eef26d5 100644 --- a/appendix/repo/mysql.md +++ b/appendix/repo/mysql.md @@ -20,7 +20,7 @@ $ docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=mysecretpassword -d mysql $ docker run --name some-app --link some-mysql:mysql -d application-that-uses-mysql ``` -或者通过 `mysql`。 +或者通过 `mysql` 命令行连接。 ```bash $ docker run -it --rm \ diff --git a/appendix/repo/nginx.md b/appendix/repo/nginx.md index 7cd7471..e190d10 100644 --- a/appendix/repo/nginx.md +++ b/appendix/repo/nginx.md @@ -4,7 +4,7 @@ [Nginx](https://en.wikipedia.org/wiki/Nginx) 是开源的高效的 Web 服务器实现,支持 HTTP、HTTPS、SMTP、POP3、IMAP 等协议。 -该仓库位于 `https://hub.docker.com/_/nginx/` ,提供了 Nginx 1.0 ~ 1.13.x 各个版本的镜像。 +该仓库位于 `https://hub.docker.com/_/nginx/` ,提供了 Nginx 1.0 ~ 1.15.x 各个版本的镜像。 ### 使用方法 diff --git a/appendix/repo/nodejs.md b/appendix/repo/nodejs.md index 229dd6b..dc48870 100644 --- a/appendix/repo/nodejs.md +++ b/appendix/repo/nodejs.md @@ -4,7 +4,7 @@ [Node.js](https://en.wikipedia.org/wiki/Node.js) 是基于 JavaScript 的可扩展服务端和网络软件开发平台。 -该仓库位于 `https://hub.docker.com/_/node/` ,提供了 Node.js 0.10 ~ 9.x 各个版本的镜像。 +该仓库位于 `https://hub.docker.com/_/node/` ,提供了 Node.js 0.10 ~ 11.x 各个版本的镜像。 ### 使用方法 diff --git a/appendix/repo/redis.md b/appendix/repo/redis.md index 168ad92..cfc711c 100644 --- a/appendix/repo/redis.md +++ b/appendix/repo/redis.md @@ -4,7 +4,7 @@ [Redis](https://en.wikipedia.org/wiki/Redis) 是开源的内存 Key-Value 数据库实现。 -该仓库位于 `https://hub.docker.com/_/redis/` ,提供了 Redis 3.x ~ 4.x 各个版本的镜像。 +该仓库位于 `https://hub.docker.com/_/redis/` ,提供了 Redis 3.x ~ 5.x 各个版本的镜像。 ### 使用方法 diff --git a/appendix/repo/wordpress.md b/appendix/repo/wordpress.md index 7b8037b..b6cace1 100644 --- a/appendix/repo/wordpress.md +++ b/appendix/repo/wordpress.md @@ -4,7 +4,7 @@ [WordPress](https://en.wikipedia.org/wiki/WordPress) 是开源的 Blog 和内容管理系统框架,它基于 PHP 和 MySQL。 -该仓库位于 `https://hub.docker.com/_/wordpress/` ,提供了 WordPress 4.x 版本的镜像。 +该仓库位于 `https://hub.docker.com/_/wordpress/` ,提供了 WordPress 4.x ~ 5.x 版本的镜像。 ### 使用方法