docker/node/README.md
2017-03-01 17:22:29 +08:00

14 lines
462 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Node
## 说明
1. 基于 [官方Node](https://hub.docker.com/_/node/) 镜像。
2. 本地化修改。
* 基础版,参见 https://dev.aliyun.com/detail.html?repoId=26157
* alpine版本参见 https://dev.aliyun.com/detail.html?repoId=26182
3. 内置cnpm命令使用 `淘宝 NPM 镜像` 解决国内资源网络问题可使用cnpm来安装模块。详细可参考 https://npm.taobao.org/
**注基于alpine的镜像没中文支持。**