From ef914612103b35d66178f9a3a5b7e1ecdd884c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Sun, 26 May 2024 12:43:03 +0200 Subject: [PATCH] doc/architecture.md: ajout de la ligne de commande utile pour lancer la CLI garage --- doc/architecture.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/architecture.md b/doc/architecture.md index 7d36643..96c6918 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -175,3 +175,12 @@ Then, other stuff can be started in any order, e.g.: - `app/cryptpad` - `app/drone-ci` + +## Operating garage + +Garage is operated using its command-line interface, which can be accessed using +any node of the cluster running garage: +``` +docker ps # to find the identifier of the container running garage +docker exec -ti /garage +```