Is there a way to deploy a multi-tier application using Docker? Does it have VMware vApp equivalent?
Asked
Active
Viewed 1,022 times
0
-
1See: http://stackoverflow.com/questions/18285212/how-to-scale-docker-containers-in-production/18287169#18287169 – Mark O'Connor Nov 03 '13 at 01:14
-
1Another 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 Answers
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.

pchaussalet
- 83
- 5