We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure what I'm missing, but any command I pass into the run method throws an error.
@compose = Docker::Compose.new @compose.up(detached:true)
no such file or directory (Docker::Compose::Error)
@compose.run('web', "bin/sh -c echo -n \"Test\"'", detached:true)
executable file not found in $PATH
@compose.run('web', "rake db:schema:load'", detached:true)
The text was updated successfully, but these errors were encountered:
Sounds like docker-compose might not've been in your path. I could do with a better error message, I suppose.
docker-compose
Sorry, something went wrong.
No branches or pull requests
Not sure what I'm missing, but any command I pass into the run method throws an error.
no such file or directory (Docker::Compose::Error)
executable file not found in $PATH
The text was updated successfully, but these errors were encountered: