私有Docker Registry的部署和配置 1 docker pull registry //获取registry镜像文件 2 3 docker images //查看本地的registry镜像文件 4 REPOSITORY TAG IMAGE ID CREATED SIZE 5 registr ...
分类:
其他好文 时间:
2020-02-21 11:29:32
阅读次数:
67
响应内容 我们能读取服务器响应的内容。再次以 GitHub 时间线为例: >>> import requests >>> r = requests.get('https://api.github.com/events') >>> r.text u'[{"repository":{"open_issu ...
分类:
编程语言 时间:
2020-02-21 09:45:51
阅读次数:
197
今天刚开始学习 springboot ,自己操作。复制老师提供的pdf文档上的代码,在导入依赖时一直不成功。 老师的代码是这样的 复制过来后是这样的 看着没啥毛病,然而是红色的,检查来检查去愣是把每一个字母抠了好几遍也没有发现啥问题 结果:翻来覆去一个小时,最终在repository仓库中找到标准代 ...
分类:
其他好文 时间:
2020-02-21 09:19:49
阅读次数:
495
之前我们介绍了Docker的三大组件,Image(镜像),Container(容器),Repository(仓库)。 今天我们来看一下怎么使用Dockerfile,制作一个镜像。 dockerfile是一个文本文件,其内包含了一条条的指令(Instruction),遵循的语法为DSL(Domain ...
分类:
其他好文 时间:
2020-02-19 23:38:49
阅读次数:
76
CRM WebUI的text determination logic: https://blogs.sap.com/2014/03/07/ui text label determination logic/ 优先级从高到低: Text Repository Design layer ABAP Dic ...
分类:
其他好文 时间:
2020-02-19 18:57:22
阅读次数:
69
1、修改镜像名 [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE absolutapps/oracle-12c-ee latest ad9bdfc002e7 3 years ago 6.12GB [root@ ...
分类:
其他好文 时间:
2020-02-19 16:58:07
阅读次数:
472
一、现象 使用yum makecache命令时报错 [root@MiWiFi-R3L-srv ~]# yum makecache Loaded plugins: fastestmirror Repository base is listed more than once in the configu ...
分类:
其他好文 时间:
2020-02-18 20:46:16
阅读次数:
204
转自:https://blog.csdn.net/liyyzz33/article/details/89166110 首先查看自己当前php的版本 php -vPHP 5.6.40 查看yum中是否有对应版本的包 yum list | grep gd 我这里就选择对象服务器php的版本yum yum ...
分类:
Web程序 时间:
2020-02-18 14:49:43
阅读次数:
160
1、首先要先在github的官网注册一个属于自己的账号。https://github.com/ 2、先创建一个属于自己的仓库,repository 3、创建仓库 ...
分类:
其他好文 时间:
2020-02-17 17:49:55
阅读次数:
45
一、开发环境 sudo apt-get update sudo apt-get install -y build-essential sudo apt-get install cmake sudo add-apt-repository ppa:longsleep/golang-backports s ...
分类:
系统相关 时间:
2020-02-17 12:38:34
阅读次数:
145