Docker Build in shellScript container

Is it somehow possible expose the docker daemon to run `docker build` in a `shellScript` container?
When running `docker build` it currently errors with `spawn docker ENOENT`

0
2 comments

Hi Florian Kostenzer, I assume you use Cloud Automation workers, correct? Please note that Cloud workers don't allow accessing the docker daemon from the script. At this moment, I'd recommend using Self-hosted workers instead, where this option is supported:

https://www.jetbrains.com/help/space/run-steps-in-external-workers.html

0

Thank you.

I will try that.

0

Please sign in to leave a comment.