From e98bdd751e57da4a63e9629fe0434d05c20d2b7e Mon Sep 17 00:00:00 2001 From: knoflook Date: Sat, 13 Nov 2021 19:46:52 +0000 Subject: [PATCH] Update 'docs/deploy.md' Closes #23 --- docs/deploy.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/deploy.md b/docs/deploy.md index f525d4f..b929d99 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -68,14 +68,10 @@ Where `example.com` is replaced with your server DNS name. add them as extra arguments: ```bash - abra server add example.com username 2222 + abra server add -p example.com username 2222 ``` -Once you've added the sever, you can initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server. - -```bash -abra server init example.com -``` +The `-p` or `--provision` flag means that abra will initialise the [new single-host swarm](https://docs.docker.com/engine/swarm/key-concepts/) on your server. You will now have a new `~/.abra/` folder on your local file system which stores all the configuration of your Co-op Cloud instance. You can easily share this as a git repository with others.