在Docker中使用Riak服务


文档摘要

在Docker中使用Riak服务 === 这个例子的目的是向您展示如何构建一个预装Riak的docker镜象。 创建Dockerfile 创建一个空文件 $ touch Dockerfile 接下来,定义你想要来建立你镜像的父镜像。我们将使用Ubuntu(tag:最新版),从Docker Hub中下载: Riak # VERSION 0.1.0 Use the Ubuntu base image provided by dotCloud FROM ubuntu:latest MAINTAINER Hector Castro hector@basho.com 接下来,我们更新APT缓存和应用更新: Update the APT cache RUN sed -i.


发布者: 作者: 转发
评论区 (0)
U