码迷,mamicode.com
首页 >  
搜索关键字:vagrant coreos docker    ( 17742个结果
docker-api
__author__ = 'zxp'import dockerimport sysclass DockerManager_Slave(object): def __init__(self): self.idict={} self.rinfo={} tr...
分类:Windows程序   时间:2014-12-16 20:42:25    阅读次数:255
vagrant 安装
vagrant教程连接:http://coolestguidesontheplanet.com/getting-started-vagrant-os-osx-10-9-mavericks/包含了基本的vagrant配置.如果需要安装多个 box 有2种方式:1. 开多个文件夹. 每个文件夹一个box...
分类:其他好文   时间:2014-12-16 18:59:02    阅读次数:182
docker安装hive笔记
前两篇文章介绍了docker的基本命令如何安装hadoop那么大家会比较了解docker的基本语法的安装过程。那么咱们今天来一起安装一下hive。安装1、下载gitHub,地址:https://github.com/prasanthj/docker-hive-on-tez。如果背墙了,可以选择下载z...
分类:其他好文   时间:2014-12-16 18:51:47    阅读次数:841
elasticsearch ulimit: error setting limit
elasticsearch? ulimit: error setting limit 解决: My understanding is that /etc/security/limits.conf applies to login shells - but if you‘ve installed docker via apt-get, it‘s started by Upstart. ...
分类:其他好文   时间:2014-12-16 13:38:59    阅读次数:228
Docker Unable to load the AUFS module
解决办法: This has helped me in installing aufs, run the following commands: sudo apt-get install lxc wget bsdtar curl sudo apt-get install linux-image-extra-$(uname -r) sudo modprobe aufs...
分类:其他好文   时间:2014-12-16 11:55:27    阅读次数:241
一张图比较 Docker 和 Git:镜像管理设计理念
Docker 的镜像管理设计中大量借鉴了 Git 的理念。 下面这张图将对两者的核心概念和操作进行比较,有助于大家快速掌握管理 Docker 镜像的正确方式。...
分类:其他好文   时间:2014-12-15 15:28:52    阅读次数:128
docker 安装hadoop
上一篇文章介绍了一些docker的基本命令,这篇文章来安装一个HADOOP一、下载hadoop镜像@~/git/github/docker-ambari (master)$ docker pull sequenceiq/hadoop-docker:2.6.0Pulling repository se...
分类:其他好文   时间:2014-12-15 12:04:13    阅读次数:195
使用Vagrant在Windows平台搭建嵌入式Linux开发环境(2)Tftpd服务器搭建
1、获取root权限        Ubuntu默认使用user用户登录,而开发大部分情况下需要用到root权限,使用命令切换用户到超级权限用户root        sudosu   2、下载安装包        搭建tftpd服务器需要用到tftpd-hpa、xinetd、tftp三个软件包,使用Ubuntu自带的安装包工具apt-get下载安装。        apt-getin...
分类:Windows程序   时间:2014-12-15 10:31:25    阅读次数:224
enabel docker on minnowmax board
1.清空minnowmax kernel以后,从头编译的.config保存一份2.make -c menuconfig linux-yocto保存新的.config3.diff old_config new_config 得到配置段,添加到kernel配置中4.在PC上跑docker时,载入了3个模...
分类:其他好文   时间:2014-12-15 06:32:56    阅读次数:252
docker使用笔记
最近听说docker很火,这两天学习了一下。本人实用的是mac os操作系统。有关什么是docker、docker的好处以及安装,请参考:http://tech.uc.cn/?p=2726一、基本命令1、安装ubuntu虚拟机docker pull ubuntu2、查看镜像@~ $ docker i...
分类:其他好文   时间:2014-12-14 18:28:11    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!