From 68bd02e14f32ddd1aab7891e4bbf0f7dd60d8077 Mon Sep 17 00:00:00 2001 From: Matt <67978025+t288msd@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:01:23 +0100 Subject: [PATCH] Update running-headscale-container.md Added line regarding support for raspberry pi and arm/v7 so that pi users dont get the to far before finding that docker compose wont work --- docs/running-headscale-container.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index 18dacd92..bbdf64fb 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -13,6 +13,8 @@ This documentation has the goal of showing a user how-to set up and run `headsca [Docker](https://www.docker.com) is used as the reference container implementation, but there is no reason that it should not work with alternatives like [Podman](https://podman.io). The Docker image can be found on Docker Hub [here](https://hub.docker.com/r/headscale/headscale). +At the moment only linux/amd64 and linux/arm64 are supported. Pi arm/v7 is not yet supported. + ## Configure and run `headscale` 1. Prepare a directory on the host Docker node in your directory of choice, used to hold `headscale` configuration and the [SQLite](https://www.sqlite.org/) database: