码迷,mamicode.com
首页 >  
搜索关键字:Docker Kubernetes    ( 19908个结果
Docker简单的使用命令
Hello World 使用[docker run]命令在docker container中运行应用程序 # docker run fedora /bin/echo 'hello world' hello world docker run fedora,使用fedora的image,启动一个container /bin/echo 'hello world',fedora中可执行的命...
分类:其他好文   时间:2014-12-17 12:51:26    阅读次数:132
在Docker中运行web应用
启动一个简单的web 应用 使用社区提供的模板,启动一个简单的web应用,熟悉下各种Docker命令的使用: # docker run -d -P training/webapp python app.py Unable to find image 'training/webapp' locally Pulling repository training/webapp 31fa814ba2...
分类:Web程序   时间:2014-12-17 12:49:51    阅读次数:169
在 Azure 上使用 Docker运行 Mono
Docker 是最近相当热门的一个名词,它是一个基于 Linux Container 的轻量化的虚拟技术,而微软也相当积极与 Docker 合作,在 Azure 上支持这个火热的技术,并且提供简单的方式来建立 Docker Host,本文将会介绍如何在 Azure 上使用 Docker。Docker...
分类:其他好文   时间:2014-12-17 00:10:09    阅读次数:394
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
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!