Skip to content

Commit

Permalink
deploy: 503599b
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Nov 5, 2023
1 parent e9e3c2a commit fda271d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions d5/d74/md__2github_2workspace_2README.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,13 @@ <h2><a class="anchor" id="autotoc_md235"></a>
</li>
<li><b>Run a Container with the Pulled Image</b> <br />
Launch a Docker container using the ResilientDB image you just pulled:<ul>
<li>For amd architecture, run: <div class="fragment"><div class="line">docker run -it expolab/resdb:amd64 bash</div>
<li>For amd architecture, run: <div class="fragment"><div class="line">docker run -d --name myserver expolab/resdb:amd64</div>
</div><!-- fragment --></li>
<li>For Apple Silicon (M1/M2) architecture, run: <code>shell docker run -it expolab/resdb:arm64 bash </code></li>
<li>For Apple Silicon (M1/M2) architecture, run: <code>shell docker run -d --name myserver expolab/resdb:arm64 </code></li>
</ul>
</li>
<li><b>Start the kv_service within the Container</b> <br />
Once you're inside the container, start the <code>kv_service</code> by running the following command: <div class="fragment"><div class="line">./service/tools/kv/server_tools/start_kv_service.sh</div>
</div><!-- fragment --></li>
<li><b>Test with Set and Get Commands</b> Verify the functionality of the service by performing set and get operations:<ul>
<li><p class="startli"><b>Test with Set and Get Commands</b> Exec into the running server: </p><div class="fragment"><div class="line">docker exec -it myserver bash</div>
</div><!-- fragment --><p class="startli">Verify the functionality of the service by performing set and get operations:</p><ul>
<li>Set a test value: <div class="fragment"><div class="line">bazel-bin/service/tools/kv/api_tools/kv_service_tools service/tools/config/interface/service.config set test test_value</div>
</div><!-- fragment --></li>
<li>Retrieve the test value: <div class="fragment"><div class="line">bazel-bin/service/tools/kv/api_tools/kv_service_tools service/tools/config/interface/service.config get test</div>
Expand Down

0 comments on commit fda271d

Please sign in to comment.