summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-21 20:42:11 +0900
committerGitHub <noreply@github.com>2023-07-21 20:42:11 +0900
commit7c2bf9bd1771048e93486393083b32425e6c3789 (patch)
tree6a1d5b81f80992d306f5ef7cf24f92b2ed58ca39 /docs
parent99a77f724b6bd4006ade19592b506ebba5a2bfa0 (diff)
Clarify the Docker image location (close #1864) (#2740)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/download/default.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/content/download/default.yml b/docs/content/download/default.yml
index d1531600..5a08568c 100644
--- a/docs/content/download/default.yml
+++ b/docs/content/download/default.yml
@@ -97,6 +97,7 @@ body:
[32-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-solaris11-32).
### Windows
+
* Use [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/)
to install jq with `winget install jqlang.jq`.
@@ -186,6 +187,13 @@ body:
[Flex](https://github.com/westes/flex) and
[Bison](https://www.gnu.org/software/bison/).
+ ### Docker
+
+ Docker image is available from
+ [GitHub Container Registry](https://github.com/jqlang/jq/pkgs/container/jq).
+
+ docker run -i --rm ghcr.io/jqlang/jq -n 'range(3)'
+
#### Building the documentation
jq's documentation is compiled into static HTML using Python.