From 06583c91d90f2d87fea4b4ef60244add3123df7d Mon Sep 17 00:00:00 2001 From: Tarun Chinmai Date: Wed, 15 Feb 2017 22:14:18 +0530 Subject: [PATCH] Changed the `rails` command to `rake` changed `rails db:create` to `rake db:create` --- compose/rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/rails.md b/compose/rails.md index 7b3a1c27a8..5b88847b5c 100644 --- a/compose/rails.md +++ b/compose/rails.md @@ -140,7 +140,7 @@ seconds—the familiar refrain: Finally, you need to create the database. In another terminal, run: - docker-compose run web rails db:create + docker-compose run web rake db:create That's it. Your app should now be running on port 3000 on your Docker daemon. If you're using [Docker Machine](/machine/overview.md), then `docker-machine ip MACHINE_VM` returns the Docker host IP address.