Git Product home page Git Product logo

Comments (3)

kurtkopchik avatar kurtkopchik commented on July 30, 2024

Were you able to figure out what the issue was?

from sbt-docker-compose.

Ciaran0 avatar Ciaran0 commented on July 30, 2024

Hi @kurtkopchik thanks for the message.
Yeah it was a stupid mistake, error is a bit ambiguous.

I am now stuck trying to get docker compose to pick up a local image.
cassandra: image: cassandra:latest ports: - "7000:7000" - "7001:7001" - "9042:9042" - "7199:7199" app: image: app:0.1<localBuild> ports: - "8080:8080" links: - "cassandra"

I am getting the error
java.io.IOException: Cannot run program "docker-compose": error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at sbt.SimpleProcessBuilder.run(ProcessImpl.scala:349) at sbt.AbstractProcessBuilder.run(ProcessImpl.scala:126)

from sbt-docker-compose.

kurtkopchik avatar kurtkopchik commented on July 30, 2024

Do you have the full output from "dockerComposeUp"? From the error message you pasted it sounds like the "docker-compose" command is not being found when run from the plugin. If you type "docker-compose" on the command line from the shell where you are running sbt is the executable found?

Kurts-MBP:Source kurtkopchik$ docker-compose --version
docker-compose version: 1.5.1

Just in case you have Docker without Docker Compose installed you can install Docker Compose from here:
https://docs.docker.com/compose/install/

from sbt-docker-compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.