Skip to content

Instantly share code, notes, and snippets.

@miticojo
Created February 18, 2017 21:24
Show Gist options
  • Save miticojo/43d3046405cd89d63fc5a5f4491799f9 to your computer and use it in GitHub Desktop.
Save miticojo/43d3046405cd89d63fc5a5f4491799f9 to your computer and use it in GitHub Desktop.
Mosca dockerfile (an mqtt-broker)
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