# Raspberry Pi: library/mongo ERROR: no matching manifest

**URL:** https://forums.rocket.chat/t/raspberry-pi-library-mongo-error-no-matching-manifest/4193
**Category:** Community Support
**Created:** [July 15, 2019, 10:28pm UTC](https://forums.rocket.chat/t/raspberry-pi-library-mongo-error-no-matching-manifest/4193 "2019-07-15T22:28:50Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![m0ahn](https://avatars.discourse-cdn.com/v4/letter/m/a698b9/32.png) [@m0ahn](https://forums.rocket.chat/u/m0ahn)
#### Post date: [July 15, 2019, 10:28pm UTC](https://forums.rocket.chat/t/raspberry-pi-library-mongo-error-no-matching-manifest/4193/1 "2019-07-15T22:28:50Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![aaron.ogle](https://sea1.discourse-cdn.com/flex021/user_avatar/forums.rocket.chat/aaron.ogle/32/15_2.png) [@aaron.ogle](https://forums.rocket.chat/u/aaron.ogle)
#### Post date: [July 18, 2019, 5:00pm UTC](https://forums.rocket.chat/t/raspberry-pi-library-mongo-error-no-matching-manifest/4193/2 "2019-07-18T17:00:36Z")

</div>

I think mongo does not have arm images after 3.2 or something… I think in our snap for instance we can only install 3.2 for arm.
