02 2019 档案

摘要:准备centos操作系统,安装docker 启动 docker 并将其设置为开机启动 如果操作系统不支持systemctl 语法的话,可以用下面的方式启动 dockder 重启 停止 阅读全文
posted @ 2019-02-27 10:36 inaruto 阅读(945) 评论(0) 推荐(0)
摘要:nginx安装node以及nvm版本切换。 安装NODE 下载文件 wget https://nodejs.org/dist/v8.10.0/node v8.10.0 linux x64.tar.xz 解压源文件 tar xvJf node v8.10.0 linux x64.tar.xz 更改名称 阅读全文
posted @ 2019-02-26 18:04 inaruto 阅读(373) 评论(0) 推荐(0)