diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index 22b9090..e8afe5e 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -310,4 +310,15 @@ Running `server add` with `-d/--debug` should help you debug what is going on un ## 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 `. For example, you could run `abra app run cloud.lumbung.space app bash` to open a new bash terminal session inside your remote container. \ No newline at end of file +If you need to run a command within a running container you can use `abra app run `. 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