Git Product home page Git Product logo

Comments (3)

aldrinjenson avatar aldrinjenson commented on July 30, 2024 3

Hi @Inokinoki and @andreybavt ,

Thank You for the quick response.

Indeed when running colima status I was having a line similar to
INFO[0000] socket: unix:///Users/<username>/.colima/default/docker.sock

Once i exported this to DOCKER_HOST then everything is working as expected.

Thanks again. The issue is resolved.

from giskard.

andreybavt avatar andreybavt commented on July 30, 2024 1

Hi @aldrinjenson ,

Giskard CLI uses Docker python SDK to run the hub in a container. It looks like the Docker SDK isn't compatible with Colima.

You can try starting Giskard Hub manually by running

docker run -p 7860:7860  giskardai/giskard:latest

and then opening Giskard on port 7860

from giskard.

Inokinoki avatar Inokinoki commented on July 30, 2024

According to colima doc, could you plz run colima status and check whether there is something like:

INFO[0000] socket: unix:///Users/xxxxxx/.colima/default/docker.sock

By default, Docker Python lib uses base_url='unix://var/run/docker.sock' to communicate with a Docker compatible daemon.

You can check and set the DOCKER_HOST env for Giskard to the unix://Users/xxxxxx/.colima/default/docker.sock on your Mac.

from giskard.

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.