会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zmk523
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2020年1月14日
linux x64 安装 node
摘要: 1、打开文件夹 cd /usr/tools 2、创建文件夹 mkdir node (后续操作在此目录:/usr/tools/node) 3、下载node资源 wget https://nodejs.org/dist/v13.6.0/node-v13.6.0-linux-x64.tar.xz 4、解压
阅读全文
posted @ 2020-01-14 11:12 qk523
阅读(738)
评论(0)
推荐(0)
2019年12月3日
docker nginx/1.7.4
摘要: 1、拉取镜像 docker pull nginx 2、创建挂载目录文件 mkdir -p /usr/tools/nginx/{conf,conf.d,html,logs} 3、配置文件 配置两种方式,如下: 3.1、执行命令创建容器 docker cp 容器id:/etc/nginx/nginx.c
阅读全文
posted @ 2019-12-03 12:04 qk523
阅读(182)
评论(0)
推荐(0)
2019年7月26日
搭建Portainer可视化界面
摘要: 1、下载Portainer镜像 docker pull portainer/portainer 2、安装分为单机版及集群版 2.1单机版安装 docker run -d -p 9000:9000 \--restart=always \-v /var/run/docker.sock:/var/run/
阅读全文
posted @ 2019-07-26 10:46 qk523
阅读(632)
评论(0)
推荐(0)
Swarm搭建 Docker集群
摘要: 一、环境准备 1、准备服务器如下: 172.19.230.69 node1 172.19.230.70 node2 172.19.230.64 node3 2、修改主机名: hostnamectl set-hostname node1 3、关闭防火墙 systemctl stop firewalld
阅读全文
posted @ 2019-07-26 10:24 qk523
阅读(383)
评论(0)
推荐(0)
在 Centos7.4上安装docker
摘要: 一、安装docker 1、Docker 要求 CentOS 系统的内核版本高于 3.10 ,查看本页面的前提条件来验证你的CentOS 版本是否支持 Docker 。 通过 uname -r 命令查看你当前的内核版本 2、使用 root 权限登录 Centos。确保 yum 包更新到最新。 sudo
阅读全文
posted @ 2019-07-26 09:57 qk523
阅读(312)
评论(0)
推荐(0)
2018年1月16日
js 处理json对象数据
摘要: <!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content=
阅读全文
posted @ 2018-01-16 14:23 qk523
阅读(256)
评论(0)
推荐(0)
上一页
1
2
3
4
公告