movableink / doorman

HTTP Proxy + OAuth
MIT License
167 stars 52 forks source link

Add Dockerfile #31

Closed wololock closed 9 years ago

wololock commented 9 years ago

Attached Dockerfile allows to create small docker image (~50 MB) that runs doorman. It's quite useful if you run multiple microservices using docker and you want integrate docker into your environment.

mnutt commented 9 years ago

Thanks for the contribution. I see the value in having a slimmer base image, but think most people will have an easier time getting started with the official node base. But it certainly makes sense to have busybox-based doorman builds in the docker registry if you'd like to push one up.