Fixed outdated content

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/423/head
Kang HuaiShuai 2019-09-20 16:51:04 +08:00
parent f260e3ba88
commit 224fbe9fed
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
5 changed files with 7 additions and 7 deletions

View File

@ -156,11 +156,11 @@
* [CentOS](appendix/repo/centos.md)
* [Nginx](appendix/repo/nginx.md)
* [PHP](appendix/repo/php.md)
* [Node.js](appendix/repo/nodejs.md)
* [MySQL](appendix/repo/mysql.md)
* [WordPress](appendix/repo/wordpress.md)
* [MongoDB](appendix/repo/mongodb.md)
* [Redis](appendix/repo/redis.md)
* [Node.js](appendix/repo/nodejs.md)
* [Docker ](appendix/command/README.md)
* [Dockerfile ](appendix/best_practices.md)
* [ Docker](appendix/debug.md)

View File

@ -11,7 +11,7 @@
Dockerfile
```bash
FROM node:9
FROM node:12
# replace this with your application's default port
EXPOSE 8888
```
@ -31,7 +31,7 @@ $ docker run -it --rm \
# -v "$(pwd)":/usr/src/myapp \
--mount type=bind,src=`$(pwd)`,target=/usr/src/myapp \
-w /usr/src/myapp \
node:9-alpine \
node:12-alpine \
node your-daemon-or-script.js
```

View File

@ -1,7 +1,7 @@
# CI/CD
(Continuous integration)
**(Continuous integration)**
continuous deployment
**(continuous deployment)**
`Jenkins` Docker CI/CD Docker
`Jenkins` Docker CI/CD Docker

View File

@ -86,7 +86,7 @@ $ git push origin master
`Drone` Drone Cloud
![](.image/drone-build.png)
![](_images/drone-build.png)
GitHubDocker Registry

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB