09 2017 档案

摘要:基于本人一贯的习惯,关于“某某某是什么”这样的问题,请百度吧,会有更专业的人士,会比我说的更详细更深,这里我只给出本人亲历的安装和使用过程。 1.安装 先检查服务器环境,docker要求操作系统CentOS6以上,kernel 版本必须2.6.32-431或更高,即>=CentOS 6.5,运行do 阅读全文
posted @ 2017-09-26 10:59 Bigben 阅读(3082) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。
posted @ 2017-09-25 22:56 Bigben 编辑
摘要:1、概述 我们制作好镜像后,有时需要将镜像复制到另一台服务器使用。 能达到以上目的有两种方式,一种是上传镜像到仓库中(本地或公共仓库),但是另一台服务器很肯能只是与当前服务器局域网想通而没有公网的,所以如果使用仓库的方式,只能自己搭建私有仓库,这会在另一篇文章中介绍。 如果我们仅仅是要复制到另外少数 阅读全文
posted @ 2017-09-25 17:33 Bigben 阅读(36339) 评论(0) 推荐(2) 编辑
摘要:报错 Cannot connect to the Docker daemon. Is the docker daemon running on this host? 这个错误只要输入docker -d就行了。 因为docker服务没有开启。 查看镜像 docker images 应该又会有docke 阅读全文
posted @ 2017-09-25 16:23 Bigben 阅读(288) 评论(0) 推荐(0) 编辑
摘要:Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application’s s 阅读全文
posted @ 2017-09-25 16:19 Bigben 阅读(340) 评论(0) 推荐(0) 编辑
摘要:最近听说Docker很火,不知道什么东西,只知道是一个容器,可以跨平台。闲来无事,我也来倒弄倒弄。本文主要介绍:Ubuntu下的安装,以及基本的入门命令介绍;我的机器是Ubuntu 15.04 64位 什么是Docker Docker 是一个开源项目,诞生于 2013 年初,最初是 dotCloud 阅读全文
posted @ 2017-09-21 15:12 Bigben 阅读(382) 评论(0) 推荐(0) 编辑
摘要:Building Microservices with Spring Boot and Apache Thrift. Part 3. Asynchronous services Posted on 4:12 PM by Sergei Egorov Have you thought about mak 阅读全文
posted @ 2017-09-06 11:30 Bigben 阅读(224) 评论(0) 推荐(0) 编辑
摘要:https://dzone.com/articles/building-microservices-spring In the modern world of microservices it's important to provide strict and polyglot clients fo 阅读全文
posted @ 2017-09-06 11:29 Bigben 阅读(597) 评论(0) 推荐(0) 编辑
摘要:http://bsideup.blogspot.com/2015/04/spring-boot-thrift-part2.html In previous article I showed you how to use pure Apache Thrift to create protocols f 阅读全文
posted @ 2017-09-06 11:29 Bigben 阅读(525) 评论(0) 推荐(0) 编辑
摘要:http://kafka.apache.org/ http://kafka.apache.org/downloads Quickstart This tutorial assumes you are starting fresh and have no existing Kafka or ZooKe 阅读全文
posted @ 2017-09-05 17:46 Bigben 阅读(310) 评论(0) 推荐(0) 编辑
摘要:import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.io.OutputStream;import java.net.SocketException;import java. 阅读全文
posted @ 2017-09-05 10:00 Bigben 阅读(1396) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/cloume/article/details/52538626 Spring Boot中使用自定义的properties Spring Boot的application.properties中已经提供了很多默认的配置,如果要添加自定义的配置该怎么办呢?我们可 阅读全文
posted @ 2017-09-01 11:00 Bigben 阅读(1318) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示