mafintosh / signalhub

Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.
MIT License
667 stars 97 forks source link

Add Dockerfile #4

Closed Flet closed 8 years ago

Flet commented 9 years ago

Not sure if there is an interest here, but here is a Dockerfile I used to create https://registry.hub.docker.com/u/flet/signalhub/

It may be worth setting up a hook to have something like mafintosh/signalhub built automatically on commit :)

If not thats OK too! :sparkles:

With a docker repo it makes setting up a signalhub as easy as

docker pull flet/signalhub:latest
docker run -p 8080:8080 flet/signalhub:latest

I only did this because I'm playing with CoreOS and I set up a little signalhub for fun :grinning:

mafintosh commented 9 years ago

Sounds good. How do I set up the hook?

Flet commented 9 years ago

https://docs.docker.com/docker-hub/builds/