Sharling layers in docker compose between agent and master.
This commit is contained in:
parent
149d03988c
commit
4963bbb922
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
ipv4_address: 192.168.33.2
|
ipv4_address: 192.168.33.2
|
||||||
|
|
||||||
master:
|
master:
|
||||||
image: mesosphere/mesos-master:1.5.0
|
image: rdelvalle/mesos-master:1.5.1
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "5050:5050"
|
- "5050:5050"
|
||||||
|
@ -24,6 +24,7 @@ services:
|
||||||
MESOS_HOSTNAME: localhost
|
MESOS_HOSTNAME: localhost
|
||||||
MESOS_CLUSTER: test-cluster
|
MESOS_CLUSTER: test-cluster
|
||||||
MESOS_REGISTRY: replicated_log
|
MESOS_REGISTRY: replicated_log
|
||||||
|
MESOS_WORK_DIR: /tmp/mesos
|
||||||
networks:
|
networks:
|
||||||
aurora_cluster:
|
aurora_cluster:
|
||||||
ipv4_address: 192.168.33.3
|
ipv4_address: 192.168.33.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue