Skip to content

Commit

Permalink
Merge pull request #267 from Mashape/docker-compose
Browse files Browse the repository at this point in the history
Docker-compose template link
  • Loading branch information
subnetmarco authored Aug 23, 2016
2 parents fcf1667 + 44c4962 commit 3654b31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ breadcrumbs:
Installation: /install
---

Details about how to use Kong in Docker can be found on the Dockerhub repo hosting the image: [mashape/kong](https://hub.docker.com/r/mashape/kong/).
Details about how to use Kong in Docker can be found on the Dockerhub repo hosting the image: [mashape/kong](https://hub.docker.com/r/mashape/kong/). We also have a [Docker Compose template](https://github.com/Mashape/docker-kong/tree/master/compose) with built-in orchestration and scalability.

Here is a quick example showing how to link a Kong container to a Cassandra or PostgreSQL container:

Expand Down Expand Up @@ -48,10 +48,6 @@ Here is a quick example showing how to link a Kong container to a Cassandra or P
mashape/kong
```

<div class="alert alert-warning">
<strong>Note:</strong> If Docker complains that <code>--security-opt</code> is an invalid option, just remove it and re-execute the command (it was introduced in Docker 1.3).
</div>

3. **Kong is running:**

```bash
Expand All @@ -61,3 +57,7 @@ Here is a quick example showing how to link a Kong container to a Cassandra or P
4. **Start using Kong:**

Quickly learn how to use Kong with the [5-minute Quickstart](/docs/latest/getting-started/quickstart).

<div class="alert alert-warning">
<strong>Note:</strong> If Docker complains that <code>--security-opt</code> is an invalid option, just remove it and re-execute the command (it was introduced in Docker 1.3).
</div>

0 comments on commit 3654b31

Please sign in to comment.