Update README.md

This commit is contained in:
Will Sargent 2014-12-02 12:25:36 -08:00
parent f839c20449
commit d30bc7cb99

View file

@ -417,7 +417,7 @@ Once I have my config defined, I can use ```fig up -d``` to run it (the ```-d```
You can do everything you do with fig using docker directly but running multiple containers with parameters would require some sort of script if you plan to do it more than once so the yml config of fig and the convenience commands it provides are worth considering. You can do everything you do with fig using docker directly but running multiple containers with parameters would require some sort of script if you plan to do it more than once so the yml config of fig and the convenience commands it provides are worth considering.
Here's an example of setting up a ```fig.yml``` for an app with a apache packaged client container and a tomcat packaged app war: Here's an example of setting up a ```fig.yml``` for an app with an apache packaged client container and a tomcat packaged app war:
First, here are the two docker commands to run these containers: First, here are the two docker commands to run these containers:
``` ```