Skip to content

Commit

Permalink
adding version tagging information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dencold committed Oct 24, 2015
1 parent 5356c97 commit 77ce113
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ If you have a postgres container already running, all you need to do is link the

You'll get a prompt for password, once authenticated you'll be in a pgcli session. When you exit, the container will automatically be cleaned up.

### Version Notes

In order to guarantee stability, the version for pgcli is pinned in the Dockerfile. The maintainers (currently just @dencold) will work to keep this updated and make sure that things don't break between releases. Both the Docker image on the hub, as well as the git repository will be tagged with the version information and will match what we are pulling from pgcli.

Current version of the repository is **0.19.2**.

## TODOs

* See if we can reference the `POSTGRES_ENV_POSTGRES_PASSWORD` variable in as an argument to pgcli, this would allow for automatic connection to the instance. Looks like from usage there isn't a password option:
Expand Down

0 comments on commit 77ce113

Please sign in to comment.