Rewrite readme intro

This commit is contained in:
Ben Firshman 2014-01-02 14:55:48 +00:00
parent 770e78fdce
commit 17c6ae067a
1 changed files with 12 additions and 1 deletions

View File

@ -16,7 +16,15 @@ db:
image: orchardup/postgresql
```
Then type `fig up`, and Fig will start and run your entire app.
Then type `fig up`, and Fig will start and run your entire app:
$ fig up
Pulling image orchardup/postgresql...
Building web...
Starting example_db_1...
Starting example_web_1...
example_db_1 | 2014-01-02 14:47:18 UTC LOG: database system is ready to accept connections
example_web_1 | * Running on http://0.0.0.0:5000/
There are commands to:
@ -25,6 +33,9 @@ There are commands to:
- tail running services' log output
- run a one-off command on a service
Fig is a project from [Orchard](https://orchardup.com), a Docker hosting service. [Follow us on Twitter](https://twitter.com/orchardup) to keep up to date with Fig and other Docker news.
Installing
----------