Skip to content

Commit

Permalink
Merge pull request #1 from 3scale/jmprusi/update-readme
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
jmprusi committed Mar 15, 2016
2 parents e0470f8 + 754be94 commit f3713c1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ This Dockerfile creates a [3scale](https://www.3scale.net) gateway, and configure

### Running docker-gateway image

The 3scale gateway image requires to ENV variables:
You can download a ready to use docker image from our repository:

```
docker pull quay.io/3scale/gateway
```

The 3scale gateway image requires two ENV variables:

* **THREESCALE_PROVIDER_KEY**

Expand All @@ -28,4 +34,4 @@ for example: "https://MyCompany-admin.3scale.net"

```
$ docker run -d -p 80:80 -e THREESCALE_PROVIDER_KEY=ABCDFEGHIJLMNOPQRST -e THREESCALE_ENDPOINT=https://your-domain.3scale.net quay.io/3scale/gateway
```
```

0 comments on commit f3713c1

Please sign in to comment.