Accenture / adop-doa-materials

Collection of cartridges and platform extensions to be used on ADOP for the purposes of DevOps Academy
Apache License 2.0
48 stars 90 forks source link

Enabled dockerd to bind to /var/run/docker.sock when started via systemd #16

Closed adamdotwilson closed 7 years ago

adamdotwilson commented 7 years ago

I’ve been running the DOA this week and the chef and docker labs no longer work as a result of the recent changes to run dockerd via systemd.

The doa_stack.json script must be changed so that the /usr/lib/systemd/system/docker.service binds to the docker socket.

JoyitaDas commented 7 years ago

The changes in the PR work fine. The error on running the Chef CI and Docker CI pipeline gets resolved with the above changes. I have tested and verified the same with the DOA labs.

Thanks.

SachinKSingh28 commented 7 years ago

LGTM.