Merge pull request #141 from gabriel-samfira/docks-update

Remove unfinished doc
This commit is contained in:
Gabriel 2023-07-20 14:02:06 +03:00 committed by GitHub
commit 14586f0154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -279,7 +279,7 @@ Email: root@localhost
The init command also created a local CLI profile for your new GARM server:
```bash
ubuntu@garm:~# garm-cli profile list
ubuntu@garm:~$ garm-cli profile list
+----------------------+--------------------------+
| NAME | BASE URL |
+----------------------+--------------------------+

View file

@ -1,4 +0,0 @@
# GARM implementation details and design decissions
This document attempts to offer an in-depth look at the implementation details and design decisions that went into the creation of GARM. It is not meant to be a user guide, but rather a technical document for those interested in the inner workings of the application.