You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
launch a redis container if we can connect to the host docker
When the redis connection parameters are not specified, the image
will try to spin up a redis container if it is able to communicate with
the host docker.
This is only possible if the following two options are specified in the
docker run command:
`-v /var/run/docker.sock:/run/docker.sock`
`-v $(which docker):/bin/docker`
This is primarily added to get the quick start guide to work without
much of a hassel.
0 commit comments