Created
February 18, 2017 21:24
-
-
Save miticojo/43d3046405cd89d63fc5a5f4491799f9 to your computer and use it in GitHub Desktop.
Mosca dockerfile (an mqtt-broker)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM alpine-node-arm:dev | |
| ENV NPM_VERSION=3 | |
| RUN npm install -g mosca pino | |
| EXPOSE 1883 | |
| CMD ["mosca", "-v", "|", "pino" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment