forked from toolshed/docs.coopcloud.tech
		
	Added handbook entry for running commands within a remote container
This commit is contained in:
		| @ -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. | ||||
		Reference in New Issue
	
	Block a user