diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index 4ea638c..abb84e3 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -316,9 +316,11 @@ If you need to run a command within a running container you can use `abra app ru `@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 +> FYI I've been running on ARM for a while with no troubles (as long as images +> used support it of course, `abra` doesn't work yet!) 😀 ... 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 + +See [`#312`](https://git.coopcloud.tech/coop-cloud/organising/issues/312) for more.