Corey Daley
Corey Daley
Completed via https://github.com/gorilla/handlers/pull/241
You can also use the rhc scp command. Here is a KB article about the different ways you can deploy war/ear files to your OpenShift gears: https://www.openshift.com/kb/kb-e1088-how-to-deploy-pre-compiled-java-applications-war-and-ear-files-onto-your-openshift-gear
@bparees Can you point me to somewhere that clarifies (or can you clarify) the builder vs non builder images? (builder images are s2i images correct?)
@titpetric Thank you for the pull request! We will need a little bit of time to digest this and review it, but it is definitely towards the top of our...
Please keep all comments and conversations civil, please keep in mind that Github users are from all over the world and speak hundred of different languages, and their native languages...
> If I'm going to be chastised for asking someone to speak respectfully to me, I will simply not participate here further. That is your prerogative. This is not the...
Not that it will do any good but I reported the comment from @e9x, not sure what I did to elicit such a comment.
Looks like it's on line 35 now, and still exists in https://github.com/moby/moby/blob/master/client/image_pull.go
/assign @coreydaley
If you want want to use a separate topic for each client, then you need to include that when you publish: ``` client.publish(prefix, "/temperature/", msg) client.publish(prefix, "/humidity/", msg) ``` You...