forked from toolshed/docs.coopcloud.tech
		
	| @ -68,14 +68,10 @@ Where `example.com` is replaced with your server DNS name. | |||||||
|         add them as extra arguments: |         add them as extra arguments: | ||||||
|  |  | ||||||
|         ```bash |         ```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. | 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.  | ||||||
|  |  | ||||||
| ```bash |  | ||||||
| abra server init example.com |  | ||||||
| ``` |  | ||||||
|  |  | ||||||
| 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. | 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. | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user