Skip to content

Commit

Permalink
Update v0.0.2 links
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Nov 21, 2014
1 parent 91ee9fc commit bbd8428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ See [A Simple Way To Dockerize Applications](http://jasonwilder.com/blog/2014/10

Download the latest version in your container:

* [linux/amd64](https://github.com/jwilder/dockerize/releases/download/v0.0.1/dockerize-linux-amd64-v0.0.1.tar.gz)
* [linux/amd64](https://github.com/jwilder/dockerize/releases/download/v0.0.2/dockerize-linux-amd64-v0.0.2.tar.gz)

For Ubuntu Images:

```
RUN apt-get update && apt-get install -y wget
RUN wget https://github.com/jwilder/dockerize/releases/download/v0.0.1/dockerize-linux-amd64-v0.0.1.tar.gz
RUN tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.0.1.tar.gz
RUN wget https://github.com/jwilder/dockerize/releases/download/v0.0.2/dockerize-linux-amd64-v0.0.2.tar.gz
RUN tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.0.2.tar.gz
```

## Usage
Expand Down

0 comments on commit bbd8428

Please sign in to comment.