Skip to content

Commit

Permalink
doc: add docker for mac command
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau authored Oct 30, 2018
1 parent e415947 commit 69832db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ So we simply need to specify the `HOST_IP` (replace it with your own local IP, y
docker run -it --rm --name redsmin-proxy -e REDSMIN_KEY=YOUR_REDSMIN_KEY -e REDIS_URI="redis://HOST_IP:6379" redsmin/proxy
```

On MacOSX, this should work and let redsmin-proxy connect to a Redis container on the same host:

```bash
docker run -it --rm --name redsmin-proxy -e REDSMIN_KEY=YOUR_REDSMIN_KEY -e REDIS_URI="redis://docker.for.mac.localhost:6379" redsmin/proxy
```

<a name="StartWithDockerAndConnectToNetworkWideRedis"></a>
###### Start and connect Redsmin proxy to an network-wide available Redis

Expand Down

0 comments on commit 69832db

Please sign in to comment.