feat-clean #309
Reference in New Issue
Block a user
No description provided.
Delete Branch "jeppebundsgaard/docs.coopcloud.tech:feat-clean"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds info on how to clean up server
Looking great, thanks @jeppebundsgaard 👏
A few minor comments below.
@ -96,6 +96,8 @@ make link## Configure `abra` with `abra.yml`You can place an `abra.yml`-file in the root of your .abra-project.I'm not sure what you meant with
.abra-project?Did you mean: "in the root of your
$ABRA_DIR"?@ -116,1 +118,4 @@### `$EDITOR`When you edit .env.sample-files, you are asked to chose an editor. To avoid answering that question all the time, you can either set an environment variable (`export EDITOR=nano`), or you can set it as a config-option in abra.yml, like this:.env.sample-files->.env.sample files?@ -690,0 +704,4 @@You can view all information about containers and images using the command `docker system df -v`. You might see images used by 0 containers and DEAD and exited containers.If you are *completely* SURE that you have deployed all the apps, you want to keep, you can remove all dead and unused images and containers with the command `docker system prune --all --force` (or `DOCKER_CONTEXT=foo docker system prune --all --force` if you have multiple docker contexts).Maybe
DOCKER_CONTEXT=<server-domain>to make it more explicit?Followed your suggestions, @decentral1se, thanks!
tysm @jeppebundsgaard!
The automagic CI will deploy this live in a few mins ✅