GitHub user klaemo opened a pull request:
https://github.com/apache/couchdb/pull/340
Update Dockerfile
Hey there,
this PR brings the Dockerfile up to speed.
It allows developers to "quickly" (technically, it still takes a while :D)
build and run couchdb master with the following commands:
```
docker build -t couchdb-master
docker run -i -t --rm couchdb-master
```
It'll build the documentation and fauxton as well, that's the reason for
all the dependencies.
I intent to make further improvements in the future. For example, the
haproxy integration doesn't work yet (no idea why, it works in my other repo)
and I think we could even provide automated builds through Docker Hub, so
people can just download and run a container based on the master branch for
quick testing and the like (basically what I'm doing
[here](https://github.com/klaemo/docker-couchdb/tree/master/2.0-dev)).
Feedback welcome :)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/klaemo/couchdb docker-dev-env
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/340.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #340
----
commit 4069464dd8d568e7f973e9c3910d8992aac0ccf6
Author: klaemo <[email protected]>
Date: 2015-08-31T13:49:05Z
Update Dockerfile
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---