Git Product home page Git Product logo

Comments (5)

samoht avatar samoht commented on May 26, 2024

Is this expected behavior?

Not really :-) I think you forgot to run $ ./scripts/start-client.sh in your new terminal.

But as datakit just exposes a normal 9p endpoint, you can also just use a normal mount command, for instance:

sudo mount -t 9p -o trans=tcp,port=5640,noextend,nodev 127.0.0.1 /mnt/db

from datakit.

josephwinston avatar josephwinston commented on May 26, 2024

I'm hoping it is a user error on my part in reporting the bug. I thought that I had run $ ./scripts/start-client.sh. History shows that I did. Something else is going on.

I don't see any interesting logs. Where can I look?

from datakit.

samoht avatar samoht commented on May 26, 2024

The start-client.sh will start a new container. Please be sure you are running datakit-mount in the shell of that container.

But it's maybe an issue with the IP of the container running Datakit. Can you try to ping db to get the right IP address of the DB and use it to all the mount script: datakit -h <IP>?

from datakit.

samoht avatar samoht commented on May 26, 2024

I've tried to simplify the "quick start" steps. Now the following should just work:

docker network create datakit-net
docker run -d --net datakit-net --name datakit -v <path/to/git/repo>:/data docker/datakit
docker run -it --net datakit-net --privileged docker/datakit:client
ls /db

Thanks for the feedback and let me know if you have more issues!

from datakit.

samoht avatar samoht commented on May 26, 2024

@josephwinston hopefully the doc is now clearer. I'm going to close that issue now, but please re-open it if you still have issues/questions!

from datakit.

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.