realies / soulseek-docker

🐳 Soulseek Docker Container
https://hub.docker.com/r/realies/soulseek/
MIT License
209 stars 35 forks source link

Pulling error no matching manifest? #65

Closed deadrubberboy closed 1 year ago

deadrubberboy commented 1 year ago

Hi

Trying to deploy via stacks in portainer. Have successfully in the past, but started getting novice errors so figured I would try again.

Now I'm getting an error that says NO matching manifest Linux arm?

What am I doing wrong? Thanks!

My stack:

version: "2.1" services:

soulseek: image: realies/soulseek container_name: soulseekstacked network_mode: "host" environment:

realies commented 1 year ago

It appears that you are trying to pull an ARM version of the image, which does not exist. Unfortunately, Soulseek and this Docker image are only built for AMD64 platforms.

deadrubberboy commented 1 year ago

I am on an m1 Mac. It worked on this same machine before. How do I control the type of image I'm pulling?

realies commented 1 year ago

You could try to pre-pull the image before running Portainer with docker pull --platform linux/amd64 realies/soulseek:latest. I don't see an option to specify the image platform there.

deadrubberboy commented 1 year ago

progress! That got it to deploy! Thank you. Now I get the NOVNC page but it just has 3 dots scrolling right to left likes it is loading but never completes.

deadrubberboy commented 1 year ago

Disregard. I'm in! Seems I was impatient. :) Thank you so much!