We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86ac14 commit 89077d4Copy full SHA for 89077d4
README.md
@@ -1,20 +1,15 @@
1
# Docker-node.js
2
3
-> 不只是镜像,这是基于Docker的集成开发环境
+> Based on the docker to build the development environment
4
5
-## TODO
+- [ ] Nginx
6
+- [ ] Nodemon
7
-- [ ] Koa2应用测试
8
-
9
-## Feature
10
11
-- Ubuntu16.04
12
13
-- Node.js 7.x lts
14
15
-- Integrate docker-compose- Image size only 268MB
16
17
-- Than the official small- easy to distribute deployment
+## Software
+- MongoDB
+- Redis
+- MySQL
+- Node.js 7.x
18
19
## How to use it?
20
@@ -56,6 +51,4 @@ docker pull huangyanxiong2012/docker-node.js
56
51
57
52
FROM ubuntu:16.04COPY ./sources.list /etc/apt/sources.list
58
53
59
-```
60
61
54
+```
0 commit comments