-
-
Notifications
You must be signed in to change notification settings - Fork 98
Swarm is Broken on Docker CE after 17.05 - no services are scheduled. #14
Comments
Get the change via @nishanttotla
Open a new tux session and make sure you have tuned-up your RPi - #16. Now invoke a build via |
Folks you will need a Docker version here to start with, there's 17.06 in the stretch / edge repo - follow instructions here - https://docs.docker.com/engine/installation/linux/docker-ce/debian/ Change stable to edge in the apt command. Follow instructions for |
This is as far as I got with
|
|
Using the moby/moby PR and
|
You can run this as a test work-load before and after:
The API gateway for FaaS will be on http://ip.address:8080/ find the ip with Related blog post to give it a thorough test - https://blog.alexellis.io/your-serverless-raspberry-pi-cluster/ |
Just got my Pi 3 cluster working with your article on setting up a cluster. I too had the issue of not seeing the Replica column show 1/1 properly. Upgraded my manager Pi 3 OS via the following page and it all works great now! Just do the 'Update to Debian 8 (Jessie)' paragraph and it will all start working properly. There seems to be no need to upgrade the worker nodes... Here are the commands: sudo sed -i 's/wheezy/jessie/' /etc/apt/sources.list |
Issue:
Docker Swarm is broken in Docker CE 17.07
You cannot schedule ARM containers.
Work needed:
We need to rebuild Docker with the follow PR added to see if it resolves the issue.
moby/moby#34021
make
in the moby directory.Update: We've tested the issue on ARMv7 but have to repeat for ARMv6 on a Pi Zero. Bootstrap here - #19
The text was updated successfully, but these errors were encountered: