Skip to content
New issue

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

Unable to display content while containers are preparing #107

Open
jnovack opened this issue Apr 20, 2018 · 5 comments
Open

Unable to display content while containers are preparing #107

jnovack opened this issue Apr 20, 2018 · 5 comments

Comments

@jnovack
Copy link

jnovack commented Apr 20, 2018

data-provider.js fails during container preparation (downloading, preparing).

This causes a complete halt of the visualization in the event you have a restart:always container failing on preparing (e.g. 'Invalid mount type..', etc)

data-provider.js:85 Uncaught (in promise) TypeError: Cannot read property 'ContainerID' of undefined
    at data-provider.js:85
    at a (index.js:326)
    at Function.<anonymous> (index.js:3241)
    at s (data-provider.js:67)
    at Array.forEach (<anonymous>)
    at w (data-provider.js:221)
    at data-provider.js:280

Not sure why, as it should've had a container ID to get that far.

@tf42src
Copy link

tf42src commented Jan 14, 2019

Same here.

@18566246732
Copy link

same here, any solutions ?

@bvans
Copy link

bvans commented Jul 16, 2019

Same here

@JackyChou
Copy link

I have encountered this problem when I get start with docker.
https://docs.docker.com/get-started/part5/

And I found the container in myvm2 is Preparing.
$docker stack ps getstartedlab
ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS
7uiy2jfca5v9 getstartedlab_web.1 pythonmonk/get-started:part2 myvm2 Running Preparing 48 seconds ago
33zbxjp55ski getstartedlab_web.2 pythonmonk/get-started:part2 myvm1 Running Running 46 seconds ago
mt59tf8oywnc getstartedlab_web.3 pythonmonk/get-started:part2 myvm1 Running Running 46 seconds ago
weha4ugjk3cw getstartedlab_web.4 pythonmonk/get-started:part2 myvm2 Running Preparing 48 seconds ago
524ifqhefxgl getstartedlab_web.5 pythonmonk/get-started:part2 myvm1 Running Running 46 seconds ago

This maybe the reason for this problem.
$docker-machine ssh myvm2 "docker container ls"
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

@jnovack
Copy link
Author

jnovack commented Sep 5, 2019

The maintainers have made it clear that to keep this project as "simple as possible", they do not care about outstanding issues or enhancing the project. (Reference: #106)

I suggest you either download, apply the pull request yourself, and rebuild yourself, or move-on to another project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants