aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-05-26 12:43:03 +0200
committerArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-05-26 12:43:03 +0200
commitef914612103b35d66178f9a3a5b7e1ecdd884c3b (patch)
treeed60621b41d55e985b395692559a20b7626da068
parent3e0df95fe90b3cd367e6420b7eb6efed78cea7e0 (diff)
downloadnixcfg-ef914612103b35d66178f9a3a5b7e1ecdd884c3b.tar.gz
nixcfg-ef914612103b35d66178f9a3a5b7e1ecdd884c3b.zip
doc/architecture.md: ajout de la ligne de commande utile pour lancer la CLI garage
-rw-r--r--doc/architecture.md9
1 files changed, 9 insertions, 0 deletions
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 <id> /garage <cli args...>
+```