You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm receiving an error from docker swarm when this container starts.
no suitable node (unsupported platform)
The nodes are running intel x64 processors w/ an x64 kernel on debain 10. Before taking a deep dive into the container, I was wondering if you've run into this as well.
Here's my compose file, for reference, if you want to try it yourself. (Since, presumably, most of us run a similar cpu/kernel.) I believe the issue is specific to docker swarm, after digging a bit.
So I'm running my containers on a x64 kernel Ubuntu installation using portainer to organise it. I haven't encountered this problem. What version of docker are you running? Please reply with the output of docker info
Have you tried just running the container as is, using docker run? Afaik I know you're perfectly able to run 32bit containers on a 64 bit host
I'm receiving an error from docker swarm when this container starts.
The nodes are running intel x64 processors w/ an x64 kernel on debain 10. Before taking a deep dive into the container, I was wondering if you've run into this as well.
Here's my compose file, for reference, if you want to try it yourself. (Since, presumably, most of us run a similar cpu/kernel.) I believe the issue is specific to docker swarm, after digging a bit.
docker stack deploy --with-registry-auth -c /var/bf3/docker-compose.yml battlefield3 # tear-down with 'docker stack rm battlefield3'
The text was updated successfully, but these errors were encountered: