I am trying to run Rocket Chat within docker-compose on a Raspberry Pi 4. When i run docker-compose i get the following error:
pi@raspberrypi:/var/www/rocket.chat $ sudo docker-compose up -d
Pulling mongo (mongo:)… latest: Pulling from library/mongo ERROR: no
matching manifest for unknown in the manifest list entries
I’ve tried to hardcode a specific Mongo version (e.g. mongo:4.0.10-xenial
) in the docker-compose.yml but still to no avail. The chipset stated is:
pi@raspberrypi:/var/www/rocket.chat $ uname -m
armv7l
Help!