Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Fixes hard coded image tag in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnzhu committed Mar 29, 2019
1 parent 24ce9ae commit 120fa1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ It requires a working Hive cluster since the default configuration files are for
It's capable to change configuration like `hive.metastore.uri` by binding new directory under `/opt/presto/etc`. E.g., given configuration file `/foo/bar/hive.properties`:

```SHELL
docker run -d -p 8080:8080 -v /foo/bar/hive.properties:/home/presto/etc/catalog/hive.properties:ro shawnzhu/prestodb:0.193
```
docker run -d -p 8080:8080 -v /foo/bar/hive.properties:/home/presto/etc/catalog/hive.properties:ro shawnzhu/prestodb:latest
```

### DB2

Expand Down

0 comments on commit 120fa1f

Please sign in to comment.