Added handbook entry for running commands within a remote container
continuous-integration/drone/push Build is passing Details

This commit is contained in:
KawaiiPunk 2022-03-30 16:41:54 +01:00
parent b5067bf7e9
commit d2d9b23784
No known key found for this signature in database
GPG Key ID: 8664A690E094B219
1 changed files with 4 additions and 0 deletions

View File

@ -307,3 +307,7 @@ abra server add <domain> <user> <port> -p
```
Running `server add` with `-d/--debug` should help you debug what is going on under the hood. It's best to take a moment to read [this troubleshooting entry](/abra/trouble/#ssh-connection-issues) if you're running into SSH connection issues with `abra`.
## How do I attach to a running container?
If you need to run a command within a running container you can use `abra app run <domain> <service> <command>`. For example, you could run `abra app run cloud.lumbung.space app bash` to open a new bash terminal session inside your remote container.