You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker-compose -f docker-compose.yml -p buildkite579c76232f884d959ce27d837d87596d run --name buildkite579c76232f884d959ce27d837d87596d_app_build_3 --rm app /bin/sh -e -c ./scripts/test.sh
--
| Error response from daemon: Mounts denied:
| The path /usr/bin/buildkite-agent
| is not shared from OS X and is not known to Docker.
The macOS install of the agent is not in the folder /usr/bin/, nor does it seem like the mount is actually required for this demo to work; I removed it from the YAML and the pipeline still runs fine.
System info:
macOS 10.14
Docker Desktop
Steps to reproduce:
buildkite-agent
on macOSExpected result:
Build succeeds!
Actual result:
The macOS install of the agent is not in the folder
/usr/bin/
, nor does it seem like the mount is actually required for this demo to work; I removed it from the YAML and the pipeline still runs fine.Would you like a PR with this change? cailyoung@77bafde
The text was updated successfully, but these errors were encountered: