Make docker-bash work on a regular sh shell instead of bash.

Closes GH-103.
This commit is contained in:
Hongli Lai (Phusion)
2014-07-13 12:49:43 +02:00
parent 2fa47a225b
commit 25e8b1c535
2 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
## 0.9.12 (not yet released)
* 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.
* The docker-bash tool now works on a regular sh shell too, instead of bash specifically. Closes GH-103.
## 0.9.11 (release date: 2014-06-24)