Github user jhsenjaliya commented on the issue:
https://github.com/apache/eagle/pull/914
Hi Hao, the process i have kept similar, I was using "docker for mac" which
has some known issues.
most likely docker image building will fail at running YUM install, so you
will have to change the storage-driver of docker from AUFS to overlayFS , more
detail on how to do it can be found here under âConfigure Docker with the
overlay/overlay2 storage driverâ: Configure Docker with the overlay/overlay2
storage driver
Following 2 commands should get you docker image and create container for
eagle with services.
./bin/eagle-docker.sh build
./bin/eagle-docker.sh deploy
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---