forked from toolshed/docs.coopcloud.tech
		
	ARM is doable
This commit is contained in:
		| @ -311,3 +311,14 @@ Running `server add` with `-d/--debug` should help you debug what is going on un | |||||||
| ## How do I attach to a running container? | ## 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. | 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. | ||||||
|  |  | ||||||
|  | ## Can I run Co-op Cloud or ARM? | ||||||
|  |  | ||||||
|  | `@Mayel`: | ||||||
|  |  | ||||||
|  | > FYI I've been running on ARM (both the servers and abra client) for a while | ||||||
|  | > with no troubles (as long as images used support it of course) 😀 ... in | ||||||
|  | > cases where I couldn't find a multiarch image I simply have eg. image: | ||||||
|  | > ${DB_DOCKER_IMAGE} in the docker-compose and set that to a compatible image | ||||||
|  | > in the env config ... there was really nothing to it, apart from making sure | ||||||
|  | > to use multiarch or arm images | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user