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

Run dockbeat in a docker network and listen only data of containers in that network #144

Open
EduJGURJC opened this issue Jun 6, 2017 · 0 comments

Comments

@EduJGURJC
Copy link

Hi,
I would like to know if there is any way to run dockbeat in a docker network and listen only data of containers in that network.

For example, if i've 3 containers:

1 - docker run -d -v /var/run/docker.sock:/var/run/docker.sock --link elastic:elasticsearch --network=example ingensi/dockbeat:1.0.0-rc3

2 - docker run --network=example example/exampleimage

3 - docker run example/notnetworkimage

I would like to obtain information only from the container number 2 (example/exampleimage).

It's possible? I've try it, but dockbeat listen all containers
Thanks

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

No branches or pull requests

1 participant