From 1ba826c2d06146468140f0db97a9c47fd0d4195a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 15 Jan 2023 18:12:55 -0800 Subject: [PATCH] Add Docker install instructions to abra --- docs/abra/install.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/abra/install.md b/docs/abra/install.md index 073971c..8cbf71f 100644 --- a/docs/abra/install.md +++ b/docs/abra/install.md @@ -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`