Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
readme: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Bogdanov committed Sep 1, 2015
1 parent 6543ce9 commit 4b7c7d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Docker composition tool with idempotency features for deploying applications tha
* [Rationale](#rationale)
* [How it works](#how-it-works)
* [Production use](#production-use)
* [Installation](#installation)
* [Migrating from docker-compose](#migrating-from-docker-compose)
* [Tutorial](#tutorial)
* [Command line reference](#command-line-reference)
Expand Down Expand Up @@ -77,6 +78,18 @@ $ rocker-compose $(docker-machine config qa1) run # connects to qa1 server and r

See [command line reference](#command-line-reference) for more details.

# Installation

Go to [https://github.com/grammarly/rocker-compose/releases](releases) and download the latest binary for your platform. Then, unpack the tar archive and copy the binary somewhere to your path, such as `/usr/local/bin` and give executable permissions.

Something like this:
```bash
tar xjf rocker-compose-0.1.0_darwin_amd64.tar.gz -C /usr/local/bin --strip-components=1
chmod +x /usr/local/bin/rocker-compose
```

Brew package is coming.

# Migrating from docker-compose

```
Expand Down

0 comments on commit 4b7c7d8

Please sign in to comment.