Skip to content

Commit

Permalink
updating docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed May 28, 2018
1 parent e12514b commit 21313ac
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,25 @@ WRENCH is also distributed in Docker containers. Please, visit the
to pull WRENCH's Docker images.

The `latest` tag provides a container with the latest
[WRENCH's release](https://github.com/wrench-project/wrench/releases), while the
`unstable` tag provides a container with the current code in the GitHub's `master`
branch. Additional tags are available for all WRENCH releases.
[WRENCH's release](https://github.com/wrench-project/wrench/releases):

~~~~~~~~~~~~~{.sh}
docker pull wrenchproject/wrench
# or
docker run -it wrenchproject/wrench /bin/bash
~~~~~~~~~~~~~

The `unstable` tag provides a container with the current code in the GitHub's `master`
branch:

~~~~~~~~~~~~~{.sh}
docker pull wrenchproject/wrench:unstable
# or
docker run -it wrenchproject/wrench:unstable /bin/bash
~~~~~~~~~~~~~

Additional tags are available for all WRENCH releases.



# Prerequisites # {#install-prerequisites}
Expand Down

0 comments on commit 21313ac

Please sign in to comment.