mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-30 02:38:17 +08:00
[FIX] fix build image arguments -P test pack
This commit is contained in:
parent
cf7be3874b
commit
8f017a1a8c
@ -27,7 +27,7 @@ import (
|
||||
"github.com/docker/engine-api/client"
|
||||
)
|
||||
|
||||
var dockerrun = `docker run -d - -v /usr/share/ca-certificates/:/etc/ssl/certs -p 4001:4001 -p 2380:2380 -p 2379:2379 \
|
||||
var dockerrun = `docker run -d -P -v /usr/share/ca-certificates/:/etc/ssl/certs -p 4001:4001 -p 2380:2380 -p 2379:2379 \
|
||||
--name etcd quay.io/coreos/etcd:v2.3.8 \
|
||||
-name etcd0 \
|
||||
-advertise-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 \
|
||||
|
Loading…
Reference in New Issue
Block a user