Skip to content

Commit

Permalink
Add docker info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yingjunwu authored Oct 30, 2023
1 parent 9e06e88 commit 7211df6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
>
<img alt="Slack" src="https://badgen.net/badge/Slack/Join%20RisingWave/0abd59?icon=slack" />
</a>
<a
href="https://hub.docker.com/r/risingwavelabs/risingwave"
target="_blank"
>
<img alt="Docker" src="https://img.shields.io/docker/v/risingwavelabs/risingwave" />
</a>
<a
href="https://buildkite.com/risingwavelabs/main"
target="_blank"
Expand Down Expand Up @@ -71,6 +77,10 @@ wget https://github.com/risingwavelabs/risingwave/releases/download/v1.3.0/risin
tar xvf risingwave-v1.3.0-x86_64-unknown-linux.tar.gz
./risingwave playground
```
**Docker**
```
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:latest playground
```
Now connect to RisingWave using `psql`:
```
psql -h localhost -p 4566 -d dev -U root
Expand Down

0 comments on commit 7211df6

Please sign in to comment.