docker-registry搭建 什么是registry呢? 简单的说就是自己的仓库,自己做好的镜像往上面push,用的时候再拉下来就可以了。 1、从docker仓库拉registry私服仓库镜像(我本机配了啊里的加速所以比较快) [root@t2 ~]# docker pull registry ...
分类:
其他好文 时间:
2020-06-30 00:35:01
阅读次数:
71
问题描述 安装服务端 Tiller helm init --upgrade --tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:v2.14.3 --stable-repo-url https://kube ...
分类:
Web程序 时间:
2020-06-29 09:24:36
阅读次数:
119
1. 安装npm,淘宝镜像找到对应的msi文件下载并安装到指定目录:https://npm.taobao.org/mirrors/node/v14.4.0/ (最好安装最新的本地版本LTS) 2. 安装cnpm:安装cnpm:npm install -g cnpm --registry=https: ...
分类:
其他好文 时间:
2020-06-29 00:03:49
阅读次数:
66
一直在做前后端分离的项目,偶尔写过freemaker、layUi,现在突然有种念头想尝试一下写写正儿八经的前端了,记录一下一个Java程序员学习Vue的心路历程。 下载 (1)安装淘宝npm镜像 npm install -g cnpm --registry=https://registry.npm. ...
分类:
其他好文 时间:
2020-06-28 18:51:00
阅读次数:
67
npm install --registry=https://registry.npm.taobao.org 使用 cnpm install xxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2020-06-27 13:24:45
阅读次数:
41
今天安装docker registry, 并且加上tls证书和用户名密码登录 0. 准备两个vm: node1, node2 两个vm的 /etc/hosts加上 192.168.x.x node1.org node1.org就是registry用的域名。 2020.6.27 node1上操作: 1 ...
分类:
其他好文 时间:
2020-06-27 09:58:18
阅读次数:
83
Windows Registry Editor Version 5.00 [-HKEY_CURRENT_USER\Software\Classes\CLSID\{7B8E9164-324D-4A2E-A46D-0165FB2000EC}] [-HKEY_CURRENT_USER\Software\C ...
分类:
其他好文 时间:
2020-06-26 20:39:56
阅读次数:
79
搜索镜像标签: 1 #!/bin/env bash 2 3 repo_url=https://registry.hub.docker.com/v1/repositories 4 echo -ne "\033[7mInput image name(search for tags):\033[0m" 5 ...
分类:
其他好文 时间:
2020-06-25 17:18:45
阅读次数:
53
1、npm安装包时候,报错这个http://..........不能够访问 not accessible 或者安装起来很慢,这个是因为要访问国外的网站。 npmde 的默认安装源是:http://registry.npmjs.org * 解决办法 设置其他的源: npm config set reg ...
分类:
其他好文 时间:
2020-06-24 23:25:55
阅读次数:
69
答: 设置文件/etc/docker/daemon.json(apt-get安装的docker使用这个文件) 或者 /var/snap/docker/current/config/daemon.json(snap安装的docker使用这个文件) $ cat /etc/docker/daemon.js ...
分类:
其他好文 时间:
2020-06-24 18:11:02
阅读次数:
96