Skip to content

Commit 8da053c

Browse files
authored
Added the windows command docker.md (#364)
Signed-off-by: Viraj Doshi <[email protected]>
1 parent b14ceb7 commit 8da053c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/getting-started/docker.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ _`network=host` doesn't work well on macOS, see [this issue](https://github.com/
3030
docker run -p 6379:6379 --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
3131
```
3232

33+
### On Windows
34+
35+
```bash
36+
docker run -p 6379:6379 --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
37+
```
38+
3339
Dragonfly will respond to both `http` and `redis` requests out of the box!
3440

3541
You can use the `redis-cli` to connect to `localhost:6379` or open a browser and visit `http://localhost:6379`

0 commit comments

Comments
 (0)