alexellis / k8s-on-raspbian

Kubernetes on Raspbian (Raspberry Pi)
https://blog.alexellis.io/build-your-own-bare-metal-arm-cluster/
MIT License
882 stars 130 forks source link

Update README.md -- docker now supported on buster; Signed-off-by: Marcus Reese <marcusoccasional@gmail.com> #19

Closed marcusreese closed 5 years ago

marcusreese commented 5 years ago

Description

This change removes the lines that were originally added due to compatibility problems between Docker and Raspbian Buster.

Motivation and Context

The statement that "Docker is currently not supported by Docker on Raspbian Buster" seems no longer true based on https://github.com/moby/moby/issues/39417 and https://blog.alexellis.io/how-to-fix-docker-for-raspbian-buster/

Checklist:

Hmm, I see this requirement: I have signed-off my commits with git commit -s I have not done this. Not sure what to do about it.

derek[bot] commented 5 years ago

Thank you for your contribution. I've just checked and your commit doesn't appear to be signed-off. That's something we need before your Pull Request can be merged. Please see our contributing guide. Tip: if you only have one commit so far then run: git commit --amend --signoff and then git push --force.

marcusreese commented 5 years ago

I added "Signed-off-by: Marcus Reese marcusoccasional@gmail.com" to my commit title. Is that sufficient?

alexellis commented 5 years ago

Hi @marcusreese, you'll need to do what Derek is suggesting for him to quit bugging you :-)

Alex

alexellis commented 5 years ago

I've given you a credit in the commit.

Alex