docs: document supported docker platforms

Signed-off-by: LuBashQ <cristian.lupascu.nicolae@gmail.com>
This commit is contained in:
LuBashQ 2024-11-19 20:15:27 +02:00 committed by Johannes Millan
parent 56c88e7d5f
commit 56497dbbe6

View file

@ -329,6 +329,11 @@ Ensure you follow the setup steps properly to configure the environment for buil
docker run -d -p 80:80 johannesjo/super-productivity:latest
```
> [!NOTE]
> The command will automatically pull the container that matches the host's platform. Use `--platform` to specify a different one.
>
> Currently supported architectures: `linux/amd64`, `linux/arm64`, `linux/arm/v7`.
Now you can access the web app from your browser at `http://localhost`.
This container only serves the web app, and the user data is stored in the browser. Therefore, it does not have any persistent storage.