Skip to content

Commit

Permalink
Mention Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Aug 2, 2014
1 parent 9411bc9 commit 7158f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ it, so you can verify that branch deployment was successful.

### Faking Go support in Elastic Beanstalk

**NOTE:** Since this section was written, Elastic Beanstalk added Docker support, which lets you run Go apps. If you use Docker, ignore this section. The `ebc` tool is still useful even if you are using Docker (or any other language, for that matter).

Because Elastic Beanstalk doesn't natively support Go, we have to use a few tricks (in the `webapp/` and `worker/` dirs):

1. In `.ebextensions/go.config`, we run a command to install Go on the server, using the
Expand Down

0 comments on commit 7158f0c

Please sign in to comment.