1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Note 0.9.16 release date

This commit is contained in:
Hongli Lai (Phusion)
2015-01-20 11:40:15 +01:00
parent 65e212f235
commit 1812fbf093

View File

@@ -1,4 +1,4 @@
## 0.9.16 (next version, not yet released)
## 0.9.16 (release date: 2015-01-20)
* `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.
* All syslog output is now forwarded to `docker logs`. Closes GH-123.