forked from Deuxfleurs/nixcfg
doc/architecture.md: ajout de la ligne de commande utile pour lancer la CLI garage
This commit is contained in:
parent
3e0df95fe9
commit
ef91461210
1 changed files with 9 additions and 0 deletions
|
@ -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...>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue