doc/architecture.md: ajout de la ligne de commande utile pour lancer la CLI garage

This commit is contained in:
Armaël Guéneau 2024-05-26 12:43:03 +02:00
parent 3e0df95fe9
commit ef91461210

View file

@ -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...>
```