Skip to content

Commit

Permalink
docs: document boringcrypto images
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Apr 30, 2024
1 parent dba36bc commit a832559
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/sources/get-started/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ Make sure you pass `--server.http.listen-addr=0.0.0.0:12345` as an argument as s
If you don't pass this argument, the [debugging UI][UI] won't be available outside of the Docker container.
{{< /admonition >}}

### Boringcrypto images

> **Note**: `boringcrypto` support is in _Public preview_ and is only available
> on AMD64 and ARM64 platforms.
`boringcrypto` images are published with every release starting with version
1.1:

* The latest `boringcrypto` image is published as `grafana/alloy:boringcrypto`.
* A specific version of the `boringcrypto` image is published as
`grafana/alloy:<VERSION>-boringcrypto`, such as
`grafana/alloy:v1.1.0-boringcrypto`.

## Run a Windows Docker container

To run {{< param "PRODUCT_NAME" >}} as a Windows Docker container, run the following command in a terminal window:
Expand All @@ -75,6 +88,20 @@ Make sure you pass `--server.http.listen-addr=0.0.0.0:12345` as an argument as s
If you don't pass this argument, the [debugging UI][UI] won't be available outside of the Docker container.
{{< /admonition >}}

### Cngcrypto images

> **Note**: `cngcrypto` support is in _Public preview_ and is only available
> on AMD64 platforms.
`cngcrypto` images are published with every release starting with version
1.1:

* The latest `cngcrypto` image is published as `grafana/alloy:nanoserver-1809-cngcrypto`.
* A specific version of the `cngcrypto` image is published as
`grafana/alloy:<VERSION>-nanoserver-1809-cngcrypto`, such as
`grafana/alloy:v1.1.0-nanoserver-1809-cngcrypto`.


## Verify

To verify that {{< param "PRODUCT_NAME" >}} is running successfully, navigate to <http://localhost:12345> and make sure the {{< param "PRODUCT_NAME" >}} [UI][] loads without error.
Expand Down

0 comments on commit a832559

Please sign in to comment.