SyntaxFix
Write A Post
Hire A Developer
Questions
I was running into this issue and it turned out that I needed to do this:
docker run ${image_name} bash -c "${command}"
Hope that helps someone who finds this error.