Skip to content

Commit

Permalink
Clean up README formatting a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve T. Baldwin committed May 30, 2018
1 parent 11b3531 commit 4215a32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Digest: sha256:000bc7c42fc478a1d3dbf14a17c7b1963e8559cf49e8c6d29c2b0f0e12c38029
Status: Downloaded newer image for horrendo/pg_prove:latest
```

 
Now we'll tag it as just `pg_prove` to save keystrokes when we run:

```bash
Expand All @@ -25,16 +26,18 @@ horrendo/pg_prove latest 5f2a913451dc 19 hours ago 49.7MB
pg_prove latest 5f2a913451dc 19 hours ago 49.7MB
```

 
We'll create a file of environment variables (we could specify them on the `docker run` command line but this is easier):

```
```bash
[~/git/pg_prove]$ cat env.dat
PGHOST=192.168.101.144
PGDATABASE=bcaas
PGUSER=bcaas_owner
PGPASSWORD=xxx
```

 
Now run the image, mounting the current directory as /tmp (which is the working directory of the docker image):

```bash
Expand Down

0 comments on commit 4215a32

Please sign in to comment.