ARM is doable
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-04-17 23:52:41 +02:00
parent 261a51707e
commit 26561b758b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 12 additions and 1 deletions

View File

@ -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 <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