Skip to content

Commit

Permalink
Update for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Oct 6, 2015
1 parent d229938 commit 7570247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dockerize
dockerize ![version v0.0.3](https://img.shields.io/badge/version-v0.0.3-brightgreen.svg) ![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
=============

Utility to simplify running applications in docker containers.
Expand Down 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.2/dockerize-linux-amd64-v0.0.2.tar.gz)
* [linux/amd64](https://github.com/jwilder/dockerize/releases/download/v0.0.3/dockerize-linux-amd64-v0.0.3.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.2/dockerize-linux-amd64-v0.0.2.tar.gz
RUN tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.0.2.tar.gz
RUN wget https://github.com/jwilder/dockerize/releases/download/v0.0.3/dockerize-linux-amd64-v0.0.3.tar.gz
RUN tar -C /usr/local/bin -xzvf dockerize-linux-amd64-v0.0.3.tar.gz
```

## Usage
Expand Down

0 comments on commit 7570247

Please sign in to comment.