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

Adding support for Docker build/run #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

flaviostutz
Copy link

No description provided.

@flaviostutz
Copy link
Author

Is there a chance for this PR to be accepted? Is there anything more I have to accomplish? Thanks.

@@ -0,0 +1,15 @@
FROM ubuntu:14.04
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this a bit old?

@@ -70,6 +72,9 @@ optional arguments:
(multiprocessing) (default: 1)
```

If using Docker version,
docker run flaviostutz/mqtt-malaria [options]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not going to link to third party builds I'm sorry.

@@ -79,6 +84,11 @@ sending as fast as the code allows.
malaria publish -P 8 -n 10000 -H mqtt.example.org -s 100
```

For doing the same as above, now using the containerized version:
```
docker run flaviostutz/mqtt-malaria publish -P 8 -n 10000 -H mqtt.example.org -s 100
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, either convert this to syntax for a locally built docker, or drop it entirely, require container people know what they're doing.

@karlp
Copy link
Member

karlp commented Nov 11, 2020

I don't remember seeing this when you first filed it sorry. I've added a couple of comments to the PR, but note that I've not run or used this code in.... many years.

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.

2 participants