Dockramp Docker 容器镜像构建工具 Dockramp

xuanbao • 1342 次点击    
这是一个分享于 的项目,其中的信息可能已经有所发展或是发生改变。
Dockramp 是一个客户端驱动的 Docker 容器镜像构建工具。 主要特性: * 没有上下文上传 * 高效分层和缓存 * 更丰富和扩展性更强的 Dockerfile 语法 安装: <pre class="brush:shell;toolbar: true; auto-links: false;">project_dir=&#34;$HOME/dockramp/src/github.com/jlhawn/dockramp&#34; mkdir -p $project_dir git clone https://github.com/jlhawn/dockramp.git $project_dir GOPATH=&#34;$project_dir/Godeps/_workspace:$HOME/dockramp&#34; go build -o /usr/local/bin/dockramp github.com/jlhawn/dockramp/cmd/dockramp</pre> 使用: <pre class="brush:shell;toolbar: true; auto-links: false;">$ # Executes the Dockerfile in this repository. $ dockramp  Step 0: FROM golang:1.4.2 Step 1: MAINTAINER &#34;Josh Hawn &lt;jlhawn@docker.com&gt; (github:jlhawn)&#34; Step 2: ENV PROJ_DIR /go/src/github.com/jlhawn/dockramp Step 3: RUN sh -c &#34;mkdir -p $PROJ_DIR&#34;  ---&gt; 0744c1be2f5fb40c355bace595171c180f2a7b2d19ec15e0c92da2fa0c1d7198 Step 4: COPY . /go/src/github.com/jlhawn/dockramp  ---&gt; 8a40aa285e0ecc70ba5361085ef2faf0e755a8dbf7f2224b377c5c0035dc22a5 Step 5: RUN sh Input:     export GOPATH=&#34;$PROJ_DIR/Godeps/_workspace:$GOPATH&#34;     go build -o /usr/local/bin/dockramp github.com/jlhawn/dockramp/cmd/dockramp  ---&gt; 029e66e2587118f5f6c5176da65ffbde3b501b25136a637c3d700ee369104374 Successfully built 029e66e2587118f5f6c5176da65ffbde3b501b25136a637c3d700ee369104374 You can use the -C flag to specify a directory to use as the build context. You can also specify any Dockerfile with the -f flag (this file does not need to be within the context directory!). dockramp also supports many of the standard options used by docker and uses many of the same environment variables and configuration files used by docker as well. Here is the full list of currently supported arguments: $ dockramp --help Usage of dockramp:   --cacert=&#34;&#34;: Trust certs signed only by this CA   --cert=&#34;&#34;: TLS client certificate   --key=&#34;&#34;: TLS client key   --tls=false: Use TLS client cert/key (implied by --tlsverify)   --tlsverify=true: Use TLS and verify the remote server certificate   -C=&#34;.&#34;: Build context directory   -H=&#34;&#34;: Docker daemon socket/host to connect to   -d=false: enable debug output   -f=&#34;&#34;: Path to Dockerfile   -t=&#34;&#34;: Repository name (and optionally a tag) for the image</pre>
授权协议:
Apache
开发语言:
Google Go 查看源码»
操作系统:
Linux
1342 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传