Added a workaround for Docker's inability to modify /etc/hosts in the container.

See Docker bug 2267: https://github.com/dotcloud/docker/issues/2267
This commit is contained in:
Hongli Lai (Phusion)
2014-07-13 00:48:21 +02:00
parent 291b9aae02
commit 1f38e2226e
5 changed files with 39 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
## 0.9.12 (not yet released)
* TODO
* Added a workaround for Docker's inability to modify /etc/hosts in the container ([Docker bug 2267](https://github.com/dotcloud/docker/issues/2267)). Please refer to the README for details.
## 0.9.11 (release date: 2014-06-24)