0

Is there a way to deploy a multi-tier application using Docker? Does it have VMware vApp equivalent?

rockoder
  • 747
  • 11
  • 23
  • 1
    See: http://stackoverflow.com/questions/18285212/how-to-scale-docker-containers-in-production/18287169#18287169 – Mark O'Connor Nov 03 '13 at 01:14
  • 1
    Another interesting posting: http://jipiboily.com/2013/install-dokku-postgresql-with-docker-for-your-rails-app-or-whatever-else-almost – Mark O'Connor Nov 03 '13 at 01:50

1 Answers1

0

The easiest way I've found so far to do this kind of multi-containers deployment is by using Fig (http://orchardup.github.io/fig/).

It may not be as featureful as vApp, but it's an easy way to manage containers as an environment.