Unionize lets you connect together docker containers in arbitrarily complex scenarios.
Just check those examples.
Let's create two containers, running the web tier and the database tier:
| {application, <App Name>, | |
| [{description, "<App Description>"}, | |
| {vsn, "<App Version>"}, | |
| {modules, [<Module List>]}, | |
| {registered, [<Registered Modules]}, | |
| {applications, [<Dependency List>]}, | |
| {mod, {<Application Behaviour Module>, []}}]}. |
Unionize lets you connect together docker containers in arbitrarily complex scenarios.
Just check those examples.
Let's create two containers, running the web tier and the database tier: