1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +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
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D

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. * `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. * All syslog output is now forwarded to `docker logs`. Closes GH-123.