0

I have 3 node Mesos cluster with Marathon framework. On slaves i have Docker and I want deploy few Wildfly instances on one node. How can i deploy few instances of Wildfly docker containers on one slave Mesos node by Marathon?

My Name
  • 57
  • 7

1 Answers1

2

deploying a docker container using marathon is usually straight forward. Do I understand correctly that want to deploy several containers onto a single slave? In that case you should look at marathon's contraints.

js84
  • 3,676
  • 2
  • 19
  • 23