lscr.io/linuxserver/docker-compose:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.docker-compose up -d
and the docker-compose container will do its job behind the scenes.docker exec -it docker-compose /bin/bash
docker logs -f docker-compose
docker inspect -f '{{ index .Config.Labels "build_version" }}' docker-compose
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/docker-compose:latest
docker pull lscr.io/linuxserver/docker-compose:latest
docker image prune
multiarch/qemu-user-static
-f Dockerfile.aarch64
.DOCKER_COMPOSE_IMAGE_TAG
in the run.sh
script.alpine
tag.