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

Doesn't work with pure VPP docker container #11

Open
fgschwan opened this issue Feb 23, 2021 · 0 comments
Open

Doesn't work with pure VPP docker container #11

fgschwan opened this issue Feb 23, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@fgschwan
Copy link
Collaborator

fgschwan commented Feb 23, 2021

How to repoduce:
docker run -d --name vpp -P --privileged ligato/vpp-base:20.09
vpp-probe --env docker -D discover

What was expected:
working UI showing info about VPP running in docker container

What i got:
Failure:

➜  ~ docker run -d --name vpp -P --privileged ligato/vpp-base:20.09
0e66ea6ddba7d7327983c28bcb6a4e02162ba6a305025276ab9d79bf80b0d57a
➜  ~ vpp-probe --env docker -D discover                            
DEBU[0000] resolved env: docker                         
DEBU[0000] adding 1 providers                           
DEBU[0000] docker provider unix:///var/run/docker.sock@dev-VirtualBox connected 
DEBU[0000] -> 0 queries to run                          
DEBU[0000] running query:                               
DEBU[0000] listing containers (options: {All:false Size:false Limit:0 Since: Before: Filters:map[] Context:<nil>}) 
DEBU[0000] 1 containers listed                          
DEBU[0000] found 1 containers                           
DEBU[0000] connecting to proxy 172.17.0.2:9191           container=/vpp
DEBU[0000] Binary API init error: connecting to proxy failed: connection error:dial tcp 172.17.0.2:9191: connect: connection refused 
DEBU[0000] connecting to proxy 172.17.0.2:9191           container=/vpp
DEBU[0000] Stats API init error: connecting to proxy failed: connection error:dial tcp 172.17.0.2:9191: connect: connection refused 
DEBU[0000] vpp agent not detected                       
DEBU[0000] discovered 1 vpp instances                   
DEBU[0000] agent not found for instance vpp::vpp-0e66ea6ddba7 

PS: i did used up to date vpp docker image

@ondrej-fabry ondrej-fabry added the bug Something isn't working label Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants