Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit 99c64ea

Browse files
author
Simone Mosciatti
committed
add Docker referencs
1 parent 747b84b commit 99c64ea

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ At this point you have your standard redis instance working as you would expect
8787

8888
All the commands are documented in [the references.][api]
8989

90+
## Docker image
91+
92+
Moreover, also a Docker image is provide. Is sufficient to run the image `siscia/redisql`.
93+
94+
```
95+
docker run -it --net host siscia/redisql
96+
```
97+
98+
This will start a RediSQL instance and allow you to work directly with RediSQL.
99+
90100
## Tutorials and walkthrought
91101

92102
We create a few tutorial to guide you on using RediSQL with Node.js, Go(lang) and Python:

0 commit comments

Comments
 (0)