File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel
39
39
&& mv bazel.gpg /etc/apt/trusted.gpg.d/ \
40
40
&& echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list \
41
41
&& curl https://bazel.build/bazel-release.pub.gpg | apt-key add - \
42
- && apt-get update && apt-get install -y bazel=5 .0.0 \
42
+ && apt-get update && apt-get install -y bazel=6 .0.0 \
43
43
&& rm /etc/apt/sources.list.d/bazel.list
44
44
45
45
# Set the working directory
Original file line number Diff line number Diff line change @@ -356,4 +356,11 @@ We also provide access to a [deployment script](https://github.com/resilientdb/r
356
356
docker exec -it myserver bash
357
357
` ` `
358
358
359
+ 5. ** NOTE: If you encounter a Connection Refused error**
360
+
361
+ Run the following command within the container:
362
+ ` ` ` shell
363
+ ./service/tools/kv/server_tools/start_kv_service.sh
364
+ ` ` `
365
+
359
366
Verify the functionality of the service by performing set and get operations provided above [functions](README.md#functions).
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
1
3
#
2
4
# Licensed to the Apache Software Foundation (ASF) under one
3
5
# or more contributor license agreements. See the NOTICE file
You can’t perform that action at this time.
0 commit comments