File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -193,13 +193,14 @@ docker {
193193文档中记录,所以我们可以把这些数据通过命令行参数隐式的传递给dotam,dotam将会通过内置对象_args向下传递。所以
194194上面的配置的命令行命令看起来应该是这样:
195195
196- [ caporal] ( https://github.com/deoops-net/caporal ) 目前还是一个早期的版本,主要用来提供一个远程的api server来帮助我们运行和更新我们的容器服务,虽然
197- 现在功能还比较简单,但是这个项目还在持续的开发中,相信越来越多的功能将会集成进来。
198-
199196``` bash
200197$ dotam build reg_user=tom reg_pass=password
201198```
202199
200+ [ caporal] ( https://github.com/deoops-net/caporal ) 目前还是一个早期的版本,主要用来提供一个远程的api server来帮助我们运行和更新我们的容器服务,虽然
201+ 现在功能还比较简单,但是这个项目还在持续的开发中,相信越来越多的功能将会集成进来。
202+
203+
203204### Plugin
204205
205206** Not Implemented**
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ var CWD string
1111var RELEASE_VERSION []byte
1212
1313func init () {
14- RELEASE_VERSION = []byte (`0.1.3 -beta` )
14+ RELEASE_VERSION = []byte (`0.1.4 -beta` )
1515 CWD , _ = os .Getwd ()
1616 initLogLevel ()
1717}
You can’t perform that action at this time.
0 commit comments