随笔分类 - 云计算
摘要:已经过期的 python 实现的版本的 docker registry,https://github.com/docker/docker-registrydocker 1.6+ 后,支持并实现了 go 版本的 docker registry ( named docker distri...
阅读全文
摘要:开启 ssh 的 root 登录: 1、切换到 root 下, 编辑 sshd_config file vim /etc/ssh/sshd_config 将 #PermitRootLogin yes2、保存后重启 SSH server: service sshd restart...
阅读全文
摘要:mesos agent 在升级完成后,将会 start mesos agent service, 会打印出一些 (flags, resources, attributes, hostname etc), 然后从目录 /data/mesos/meta 中恢复 mesos agent 状...
阅读全文
摘要:Table of Contents安装部署 硬件条件准备阶段 bootstrap nodeCluster nodesMaster nodesAgent nodes部署阶段 部署 Master/Agent nodes部署 bootstrap nodeCreated by gh-md-t...
阅读全文
摘要:Table of ContentsDC/OS 介绍 一、什么是 DCOS二、DCOS 之容貌三、DCOS 之架构四、DCOS 之功能五、DC/OS 之高可用性六、DC/OS 安全七、DC/OS 服务发现Created by gh-md-tocDC/OS 介绍一、什么是 DCOSDC/...
阅读全文
摘要:Mesos 1.0.x 版本新的功能或改动:在 Mesos 1.0 以前,以 SSL_ 为前缀的环境变量用于控制 libprocess 的 SSL。然而这些变量我们发现会与一些库或者程序(比如:openssl, curl 等)产生冲突。所以在Mesos 1.0 这个版本中, 将用 L...
阅读全文
摘要:有一个好用的开源zkcopy,直接搞定。 git clone https://github.com/kshchepanovskyi/zkcopy.git介绍:zkcopyTool for fast copying ZooKeeper data between different cl...
阅读全文
摘要:在centos7上,当安装如下命令时,bundle --deployment出现说需要安装gem install nokogiri -v '1.6.6.2',但我确实安装了。所以bundle --deployment 一直不能正常执行下去。则需要安装如下命令: gem update...
阅读全文
摘要:# gem install json -v '1.8.2' Building native extensions. This could take a while… ERROR: Error installing json: ERROR: Failed to build ...
阅读全文
摘要:在进行安装bundle时,会出现如下的错误。 # gem install bundle ERROR: Could not find a valid gem ‘bundle’ (>= 0), here is why: Unable to download data fro...
阅读全文
摘要:Storm在Mesos上跑与不在的运行命令区别: 1. 启动nimbus 如果不需要跑在Mesos上,则需要可在nimbus机器的Storm的bin目录下执行 ./storm nimbus & 如果需要跑在Mesos上,则需要可在nimbus机器的Storm的bin目录下执行noh...
阅读全文
浙公网安备 33010602011771号