fideloper / docker-nginx-php

An Ubuntu, Nginx and PHP stack Built in Docker
361 stars 142 forks source link

Publish in Docker Hub? #7

Closed dylanlindgren closed 10 years ago

dylanlindgren commented 10 years ago

Hey,

Would it be possible for you to publish this repo in Docker Hub as an Automated Build Repository? That way one can do a simple docker pull fideloper/docker-nginx-php rather than having to clone the repo and build it? Also one can then use the repo as a FROM in their own Dockerfiles.

You can point the Docker Hub repo at this GitHub repo so you don't need to update it every time you make a commit (similar to what I've done with my docker-couchpotato repository).

Thanks!

Dylan

dylanlindgren commented 10 years ago

On further analyisis, this Dockerfile may not be suitable for this purpose. Seems like it's more suited to running within a laravel project folder than a standalone nginx-php server. I'm working on something more standalone now.