updated for px-dev with -c option

This commit is contained in:
Jeff Silberman
2016-10-05 14:34:25 +02:00
parent 4c5c1cf1a3
commit 2b0ae446f4
3 changed files with 19 additions and 9 deletions
+3 -2
View File
@@ -9,7 +9,8 @@ portworx:
net: host
privileged: true
environment:
CLUSTER_TOKEN: ${cluster_token}
CLUSTER_ID: ${cluster_id}
KVDB: ${kvdb}
volumes:
- /dev:/dev
- /usr/src:/usr/src
@@ -19,4 +20,4 @@ portworx:
- /opt/pwx/bin:/export_bin:shared
- /var/run/docker.sock:/var/run/docker.sock
- /var/cores:/var/cores
command: -t ${cluster_token} -a -f
command: -c ${cluster_id} -k ${kvdb} -a -f