Make 'docker exec' the default and disable SSH by default

Closes GH-168.
This commit is contained in:
Hongli Lai (Phusion)
2015-01-19 16:39:14 +01:00
parent a0a48d8fd3
commit 2640bc7b03
5 changed files with 48 additions and 76 deletions

View File

@@ -1,6 +1,7 @@
## 0.9.16 (next version, not yet released)
* The workaround for Docker bug 2267 (the inability to modify /etc/hosts) has been removed, because it has been fixed upstream.
* `docker exec` is now the default and recommended mechanism for running commands in the container. SSH is now disabled by default, but is still supported for those cases where "docker exec" is not appropriate. Closes GH-168.
* The workaround for Docker bug 2267 (the inability to modify /etc/hosts) has been removed, because it has been fixed upstream. Closes GH-155.
## 0.9.15 (release date: 2014-10-03)