摘要: 问题:在docker pull的时候遇到如下问题 failed to register layer: devmapper: Thin Pool has 107394 free data blocks which is less than minimum required 163840 free da 阅读全文
posted @ 2017-03-06 10:24 禾米 阅读(3077) 评论(0) 推荐(0) 编辑
摘要: 1、git改造下,可以指定特定的私有key 来获取仓库资源 git -i 将以上的代码存在一个shell文件中,比如git.sh , 确保生成的ssh密钥对中的公钥已经在github上了 然后如果想执行git clone 就可以通过git.sh -i id_rsa clone 来clone 2、如何 阅读全文
posted @ 2016-10-31 19:09 禾米 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 背景: 在使用http://chemistry.apache.org/java/developing/tools/dev-tools-workbench.html workbench 来登陆cmis的后台的时候每次步骤都比较繁琐 1、找到workbench的目录,双击workbench.bat 2、 阅读全文
posted @ 2016-10-10 15:22 禾米 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: https://docs.docker.com/engine/installation/linux/centos/ curl -fsSL https://test.docker.com/ | sh Install with the script Log into your machine as a 阅读全文
posted @ 2016-10-08 18:54 禾米 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 前者为官方的镜像,后者为个人发布的 1.注册一个docker hub 为镜像打标签 这个时候别人通过 docker pull xiuju/world 来获得使用镜像 阅读全文
posted @ 2016-10-08 16:24 禾米 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 可以拿ubuntu喝alpine作为基础的镜像 ubuntu@ip-172-31-20-162:~$ docker build -t world . Sending build context to Docker daemon 26.11 kB 发送上下文[当前路径]到docker ,Step 1 阅读全文
posted @ 2016-10-08 15:55 禾米 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 运行docoker Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] 1。 可交互的 a. ubuntu@ip-172-31-20-162:~$ docker run -it ubuntu bashroot@07ad56615fbf:/# b. 阅读全文
posted @ 2016-10-08 14:56 禾米 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 测试cmis的发现cmis在case进行中的时候偶尔会超时。 app\common\components\CMIS\CmisRuntimeException: Curl Error Code: 28, url: http://cmis:8180/cmis/atom/pf1tyl4r%3adefaul 阅读全文
posted @ 2016-09-01 11:33 禾米 阅读(390) 评论(0) 推荐(0) 编辑
摘要: http://10.103.3.235/j_acegi_security_check?j_username=xiuju_lan&j_password=xxxx&from=/job/A7_autoCase 通过phantom来自动登陆并截图 var page = require('webpage'). 阅读全文
posted @ 2016-08-31 14:24 禾米 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 概念:据说默认centos都是基于LVM的 LVM:LVM是逻辑盘卷管理(Logical Volume Manager)的简称,它是Linux环境下对磁盘分区进行管理的一种机制. LVM 更加详细的说明可点这里:http://www.cnblogs.com/mchina/p/linux-centos 阅读全文
posted @ 2016-08-11 22:51 禾米 阅读(982) 评论(0) 推荐(1) 编辑