Skip to content

Commit a0696a1

Browse files
committed
documenting
1 parent e91a20d commit a0696a1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
39.9 KB
Binary file not shown.

content/en/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ blocks:
103103
- block: feature-2
104104
padding: top
105105
heading: "Use Harmony in R"
106-
subheading: R users can now import Harmony as an R package for data harmonisation.
106+
subheading: R users can now import Harmony as an R package for data harmonisation. By default, Harmony R connects to the Harmony API but you can also point it to Harmony API running on Docker and then you can run Harmony R on a computer without internet (see below).
107107
links:
108108
- text: R package on Github
109109
url: https://github.com/harmonydata/harmony_r
@@ -137,7 +137,7 @@ blocks:
137137
# padding: top
138138
align: right
139139
heading: "Harmony Docker container/API"
140-
subheading: We've released Harmony as a Docker container on [Dockerhub](https://hub.docker.com/), running a REST API using FastAPI.
140+
subheading: We've released Harmony as a Docker container on [Dockerhub](https://hub.docker.com/), running a REST API using FastAPI. Check [Dockerhub](https://hub.docker.com/r/harmonydata/harmonyapi/tags) for the latest tag. You can run these commands in Windows Command Prompt or Terminal on Mac/Linux.
141141
links:
142142
- text: Dockerhub
143143
url: https://hub.docker.com/r/harmonydata/harmonyapi
@@ -147,8 +147,7 @@ blocks:
147147
url: https://raw.githubusercontent.com/harmonydata/harmonyapi/main/docs/API_reference.pdf
148148
code: |
149149
```vshell
150-
docker pull harmonydata/harmonyapi
151-
docker run -p 8000:8000 -p 3000:3000 harmonydata/harmonyapi
150+
docker run -p 8000:8000 harmonydata/harmonyapi:20250311105945_1df2e89
152151
```
153152
154153
- block: logos

0 commit comments

Comments
 (0)