From 183586fffc7cec1a300b2489b8955e9b46404f62 Mon Sep 17 00:00:00 2001 From: Dhruv Sahni <4007500+dsahni@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:19:39 -0500 Subject: [PATCH 1/3] Add Docker image link to README.md Add Docker image link to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e585718..75f86ef 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Additional SDKs: ```bash npm install -g @fireblocks/fireblocks-json-rpc ``` +### Running in Docker +As an alternative option, you can also run the Local JSON-RPC server as a Docker container using the official Docker image. Please note the image is currently in beta. +For more information, please see: https://hub.docker.com/r/fireblocksofficial/json-rpc + ## Usage ```sh From 2b7b4adb4e4a99b642fb1e4613e667a722cc4139 Mon Sep 17 00:00:00 2001 From: Dhruv Sahni <4007500+dsahni@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:21:05 -0500 Subject: [PATCH 2/3] formatting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75f86ef..62e1f7f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,10 @@ Additional SDKs: npm install -g @fireblocks/fireblocks-json-rpc ``` ### Running in Docker -As an alternative option, you can also run the Local JSON-RPC server as a Docker container using the official Docker image. Please note the image is currently in beta. +As an alternative option, you can also run the Local JSON-RPC server as a Docker container using the official Docker image. + +**Please note the image is currently in beta.** + For more information, please see: https://hub.docker.com/r/fireblocksofficial/json-rpc From 838bedf5165b4db88badd711182e67866f82ed91 Mon Sep 17 00:00:00 2001 From: Dhruv Sahni <4007500+dsahni@users.noreply.github.com> Date: Wed, 8 Nov 2023 08:23:48 -0500 Subject: [PATCH 3/3] formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62e1f7f..987a338 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Additional SDKs: ```bash npm install -g @fireblocks/fireblocks-json-rpc ``` -### Running in Docker +#### Running in Docker As an alternative option, you can also run the Local JSON-RPC server as a Docker container using the official Docker image. **Please note the image is currently in beta.** -For more information, please see: https://hub.docker.com/r/fireblocksofficial/json-rpc +For more information, please see the official [DockerHub repository](https://hub.docker.com/r/fireblocksofficial/json-rpc). ## Usage