forked from toolshed/docs.coopcloud.tech
		
	Update 'docs/operators/handbook.md'
This commit is contained in:
		@ -312,6 +312,10 @@ Running `server add` with `-d/--debug` should help you debug what is going on un
 | 
			
		||||
 | 
			
		||||
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.
 | 
			
		||||
 | 
			
		||||
## How do I attach on a non-running container?
 | 
			
		||||
 | 
			
		||||
If you need to run a command on a container that won't start (eg. the container is stuck in a restart loop) you can temporarily disable its default entrypoint by setting it in `compose.yml` to something like ['tail', '-f', '/dev/null'], then redeploy the stack (with `--force --chaos` so you don't need to commit), then [get into the now running container](#how-do-i-attach-to-a-running-container), do your business, and when done revert the compose.yml change and redeploy again. 
 | 
			
		||||
 | 
			
		||||
## Can I run Co-op Cloud on ARM?
 | 
			
		||||
 | 
			
		||||
`@Mayel`:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user