Compare commits

..

2 Commits

Author SHA1 Message Date
Comrade Renovate Bot 29a23b2f99 chore(deps): update squidfunk/mkdocs-material docker tag to v9.0.5 2023-01-16 08:02:38 +00:00
3wc 1ba826c2d0 Add Docker install instructions to abra
continuous-integration/drone/push Build is passing Details
2023-01-15 18:15:57 -08:00
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:9.0.4
FROM squidfunk/mkdocs-material:9.0.5
EXPOSE 8000

View File

@ -17,3 +17,17 @@ curl https://install.abra.coopcloud.tech | bash -s -- --rc
## Installer script source
You can view that [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer).
## Using Docker
```
docker run \
-v $HOME/.abra:/.abra \
git.coopcloud.tech/coop-cloud/abra app ls
```
!!! note
If you're using symlinks, e.g. for [sharing
`~/.abra`](/operators/handbook/#sharing-abra), add more `-v` options for each
directory you're symlinking to, e.g. `-v
$HOME/Projects/CoopCloud/apps:/home/user/Projects/CoopCloud/apps`