We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cbf73 commit b9d5d5dCopy full SHA for b9d5d5d
README.adoc
@@ -32,7 +32,7 @@ docker exec redismod /usr/local/bin/redis-cli FT.CREATE beers ON HASH PREFIX 1 b
32
+
33
[source,console]
34
----
35
-docker run jruaux/riot-file -h host.docker.internal import http://developer.redis.com/riot/beers.json hset --keyspace beer --keys id
+docker run --add-host=host.docker.internal:host-gateway jruaux/riot-file -h host.docker.internal import http://developer.redis.com/riot/beers.json hset --keyspace beer --keys id
36
37
38
4. Run the Trino CLI
0 commit comments