mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Add a Changelog entry that documents why all EXPOSEd ports are now removed.
This commit is contained in:
parent
aa46e10163
commit
095c1e715c
@ -6,6 +6,7 @@
|
|||||||
* It is now possible to enable the insecure key by passing `--enable-insecure-key` to `my_init`. This allows users to easily enable the insecure key for convenience reasons, without having the insecure key enabled permanently in the image.
|
* It is now possible to enable the insecure key by passing `--enable-insecure-key` to `my_init`. This allows users to easily enable the insecure key for convenience reasons, without having the insecure key enabled permanently in the image.
|
||||||
* Fixed a bug that causes it not to print messages to stdout when there is no pseudo terminal. This is because Python buffers stdout by default.
|
* Fixed a bug that causes it not to print messages to stdout when there is no pseudo terminal. This is because Python buffers stdout by default.
|
||||||
* Fixed an incorrectly printed message.
|
* Fixed an incorrectly printed message.
|
||||||
|
* The baseimage-docker image no longer EXPOSEs any ports by default. The EXPOSE entries were originally there to enable some default guest-to-host port forwarding entries, but in recent Docker versions they changed the meaning of EXPOSE, and now EXPOSE is used for linking containers. As such, we no longer have a reason to EXPOSE any ports by default. Fixes GH-15.
|
||||||
|
|
||||||
## 0.9.6 (release date: 2014-02-17)
|
## 0.9.6 (release date: 2014-02-17)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user