Code Monkey home page Code Monkey logo

Comments (6)

justone avatar justone commented on May 22, 2024

I usually see this error when -it isn't used when running dockviz as a docker image. -it is required as of docker version 1.10.

Let me know if this fixes the issue.

from dockviz.

dimonf avatar dimonf commented on May 22, 2024

Yep, that is the cure. You've made my day, thank you.

from dockviz.

flacoman91 avatar flacoman91 commented on May 22, 2024

Hi,

I am going through an old training video through pluralsight and they keep referencing the --tree command. ARGH.

So I'm trying dockviz - thanks for creating this.
I'm getting this same error.

I am running ubuntu 16.04
docker version shows 1.11.2 for both server and client

the -it flag does not work for me and I am getting that Error Reading JSON message.

I am running the command
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -it

docker info shoes the number of containers i have 0 running, 9 stopped, etc.

from dockviz.

justone avatar justone commented on May 22, 2024

Hey @flacoman91, looks like the issue with your command is where the -it is placed. It is an option on the docker run command, not dockviz itself.. Here's the command that will work for you:

docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t

from dockviz.

flacoman91 avatar flacoman91 commented on May 22, 2024

Ah thanks @justone that works. and thank you for being so responsive.

from dockviz.

justone avatar justone commented on May 22, 2024

No problem, glad it worked out.

from dockviz.

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.