4

I have an AWS Greengrass Core setup in a docker container. Everything seems to check out fine, but the greengrass daemon fails to start - error is: Greengrass deamon xx failed to start Failed to create overlay fs for container nosysRootfs operation not permitted

I had the same core setup as a non-Docker container, so the certs and config.json file should be correct.

jdeason
  • 73
  • 5

1 Answers1

0

Checkout this project on Github Its not on raspberry pi but would be helpful. For greengrass to work on rpi you would have to switch to devicemapper storage driver which is not the default with latest docker engine (overlay2 is the default)

Sujay Pillai
  • 435
  • 2
  • 12