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

Create Dockerfile #21

Merged
merged 2 commits into from May 21, 2017
Merged

Create Dockerfile #21

merged 2 commits into from May 21, 2017

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented May 21, 2017

Trying to fix #6 This does the full build but does not provide any data packets on my Mac but maybe others will have more luck on more promiscuous OSes.

To use:

  • $ docker build -t howmanypeoplearearound .
  • $ docker run -it --rm --name howmanypeoplearearound howmanypeoplearearound

cclauss added 2 commits May 21, 2017 19:37
Trying to fix schollz#6  This does the full build but does not provide any data packets on my Mac but maybe others will have more luck on more promiscuous OSes.

To use:
* $ `docker build -t howmanypeoplearearound .`
* $ `docker run -it --rm --name howmanypeoplearearound howmanypeoplearearound`
@schollz
Copy link
Owner

schollz commented May 21, 2017

@cclauss Fantastic! Really nice work.

@schollz schollz merged commit 445c455 into schollz:master May 21, 2017
@cclauss cclauss deleted the patch-1 branch May 21, 2017 21:47
@cclauss
Copy link
Contributor Author

cclauss commented May 21, 2017

Thanks but does it actually allow you to collect packets? It does not on Docker for Mac.

@schollz
Copy link
Owner

schollz commented May 22, 2017

Yes. You have to add --net=host and it works just fine for me for Docker on Ubuntu

@cclauss
Copy link
Contributor Author

cclauss commented May 22, 2017

Add --net=host on which command?

We need to add something on how to use the Dockerfile into README.md.

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

Successfully merging this pull request may close these issues.

Docker image?
2 participants