11 2016 档案

摘要:博客园的用户名:99fu 密码 7位先选择 发布到博客: 输入博客园的地址:http://www.cnblogs.com/99fu/services/metaweblog.aspx选择分类,传后上传就可以啦!登陆自己的博客,可以看到效果:http://www.cnblogs.com/99fu/ 来自为知笔记(Wiz) 阅读全文
posted @ 2016-11-25 17:38 99fu 阅读(630) 评论(2) 推荐(0)
摘要:2016/11/16 23:39:58环境: centos7[fu@centos server]$ uname -aLinux centos 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux1. 初始化环境关闭防火墙:[root@k8s-master fu]# syste... 阅读全文
posted @ 2016-11-17 16:53 99fu 阅读(3759) 评论(0) 推荐(0)
摘要:参考地址:*** http://blog.csdn.net/carter115/article/details/51121223 ** http://www.cnblogs.com/dongdongwq/p/5446081.html git地址(yum,yaml):https://git.oschina.net/99fu/Guestbook-Redis.git 环境: centos7[fu@cen... 阅读全文
posted @ 2016-11-16 16:48 99fu 阅读(8239) 评论(1) 推荐(0)
摘要:参考:http://git.oschina.net/search?search=csphere&type=project&language=&page=2&condition=stars_count+forks_count 视频地址:https://csphere.cn/training------------------------------------------网上好多都是14年的,有出入... 阅读全文
posted @ 2016-11-10 13:59 99fu 阅读(242) 评论(0) 推荐(0)
摘要:命令行指令 Git 全局设置git config --global user.name "15510728111" git config --global user.email "15510728111@163.com" 创建新版本库git clone https://code.aliyun.com/15510728111/git-osc.git cd git-osc touch README.... 阅读全文
posted @ 2016-11-10 13:58 99fu 阅读(536) 评论(0) 推荐(0)
摘要:查找镜像https://hub.docker.com/search --> centos7一般docker 会有一个基础镜像,中间件镜像,应用镜像,生成一个镜像docker build 通过dockerfile生成镜像docker images 查看当前本地有哪些docker镜像docker run 通过docker镜像生成docker容器(docker help run 查看run命令)d... 阅读全文
posted @ 2016-11-10 13:57 99fu 阅读(8613) 评论(0) 推荐(0)
摘要:确认是否安装url whereis curl 启动docker服务: sudo service docker start sudo service docker stop 安装curl sudo apt-get -y install curl 配置docker 守护进程 sudo /usr/bin/docker -... 阅读全文
posted @ 2016-11-10 13:54 99fu 阅读(20946) 评论(0) 推荐(0)
摘要:docker-compose:未找到命令安装:须切到root用户:curl -L https://github.com/docker/compose/releases/download/1.7.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-composechmod +x /usr/local/bin/docker-co... 阅读全文
posted @ 2016-11-10 13:53 99fu 阅读(375) 评论(0) 推荐(0)
摘要:目前Docker可以在Linux系统、Windows系统,这个文档介绍3种安装方式,安装Docker版本为1.8.2具备安装Docker的条件:64位CPU架构的设备Linux系统内核推荐3.10+Linux内核开启namespace和cgroup功能Ubuntu系统安装Docker支持以下版本:Ubuntu Vivid 15.04Ubuntu Trusty 14.04 (LTS)Ubuntu P... 阅读全文
posted @ 2016-11-10 13:53 99fu 阅读(451) 评论(0) 推荐(0)
摘要:http://www.ubuntu.org.cn/download/alternative-downloads下载地址:http://releases.ubuntu.com/国内镜像:http://mirrors.aliyun.com/ubuntu-releases/ 我们这里选择的是:ubuntu-14.04.4-server-amd64.iso配制vmware:https://my.oschi... 阅读全文
posted @ 2016-11-10 13:32 99fu 阅读(439) 评论(0) 推荐(0)
摘要:docker registry安装:官方仓库下载registry pull镜像:fu@ubuntu:~$ sudo docker pull registry 运行镜像 :sudo docker run -d -p 5000:5000 --restart=always -v /home/registry/data:/tmp/registry-dev --name registry registr... 阅读全文
posted @ 2016-11-08 13:52 99fu 阅读(416) 评论(0) 推荐(0)
摘要:docker +jenkins + gitosc到gitosc上,复制地址:https://git.oschina.net/99fu/CI.git 进入到 /home/fu git clone https://git.oschina.net/99fu/CI.git分别进入相应的目录build镜像README.md中有相应的指令: 注:maven 的dockerfile可以看一下:将自己下载好的... 阅读全文
posted @ 2016-11-08 13:42 99fu 阅读(2799) 评论(0) 推荐(0)