-
Notifications
You must be signed in to change notification settings - Fork 57
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
base: master
Are you sure you want to change the base?
Conversation
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 |
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
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. |
No description provided.