github.com/ojongerius/docker@v1.11.2/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  Items starting with `DEPRECATE` are important deprecation notices. For more
     4  information on the list of deprecated flags and APIs please have a look at
     5  https://docs.docker.com/engine/deprecated/ where target removal dates can also
     6  be found.
     7  
     8  ## 1.11.2 (2016-05-31)
     9  
    10  ### Networking
    11  
    12  - Fix a stale endpoint issue on overlay networks during ungraceful restart ([#23015](https://github.com/docker/docker/pull/23015))
    13  - Fix an issue where the wrong port could be reported by `docker inspect/ps/port` ([#22997](https://github.com/docker/docker/pull/22997))
    14  
    15  ### Runtime
    16  
    17  - Fix a potential panic when running `docker build` ([#23032](https://github.com/docker/docker/pull/23032))
    18  - Fix interpretation of `--user` parameter ([#22998](https://github.com/docker/docker/pull/22998))
    19  - Fix a bug preventing container statistics to be correctly reported ([#22955](https://github.com/docker/docker/pull/22955))
    20  - Fix an issue preventing container to be restarted after daemon restart ([#22947](https://github.com/docker/docker/pull/22947))
    21  - Fix issues when running 32 bit binaries on Ubuntu 16.04 ([#22922](https://github.com/docker/docker/pull/22922))
    22  - Fix a possible deadlock on image deletion and container attach ([#22918](https://github.com/docker/docker/pull/22918))
    23  - Fix an issue where containers fail to start after a daemon restart if they depend on a containerized cluster store ([#22561](https://github.com/docker/docker/pull/22561))
    24  - Fix an issue causing `docker ps` to hang on CentOS when using devicemapper ([#22168](https://github.com/docker/docker/pull/22168), [#23067](https://github.com/docker/docker/pull/23067))
    25  - Fix a bug preventing to `docker exec` into a container when using devicemapper ([#22168](https://github.com/docker/docker/pull/22168), [#23067](https://github.com/docker/docker/pull/23067))
    26  
    27  
    28  ## 1.11.1 (2016-04-26)
    29  
    30  ### Distribution
    31  
    32  - Fix schema2 manifest media type to be of type `application/vnd.docker.container.image.v1+json` ([#21949](https://github.com/docker/docker/pull/21949))
    33  
    34  ### Documentation
    35  
    36  + Add missing API documentation for changes introduced with 1.11.0 ([#22048](https://github.com/docker/docker/pull/22048))
    37  
    38  ### Builder
    39  
    40  * Append label passed to `docker build` as arguments as an implicit `LABEL` command at the end of the processed `Dockerfile` ([#22184](https://github.com/docker/docker/pull/22184))
    41  
    42  ### Networking
    43  
    44  - Fix a panic that would occur when forwarding DNS query ([#22261](https://github.com/docker/docker/pull/22261))
    45  - Fix an issue where OS threads could end up within an incorrect network namespace when using user defined networks ([#22261](https://github.com/docker/docker/pull/22261))
    46  
    47  ### Runtime
    48  
    49  - Fix a bug preventing labels configuration to be reloaded via the config file ([#22299](https://github.com/docker/docker/pull/22299))
    50  - Fix a regression where container mounting `/var/run` would prevent other containers from being removed ([#22256](https://github.com/docker/docker/pull/22256))
    51  - Fix an issue where it would be impossible to update both `memory-swap` and `memory` value together ([#22255](https://github.com/docker/docker/pull/22255))
    52  - Fix a regression from 1.11.0 where the `/auth` endpoint would not initialize `serveraddress` if it is not provided ([#22254](https://github.com/docker/docker/pull/22254))
    53  - Add missing cleanup of container temporary files when cancelling a schedule restart ([#22237](https://github.com/docker/docker/pull/22237))
    54  - Removed scary error message when no restart policy is specified ([#21993](https://github.com/docker/docker/pull/21993))
    55  - Fix a panic that would occur when the plugins were activated via the json spec ([#22191](https://github.com/docker/docker/pull/22191))
    56  - Fix restart backoff logic to correctly reset delay if container ran for at least 10secs ([#22125](https://github.com/docker/docker/pull/22125))
    57  - Remove error message when a container restart get cancelled ([#22123](https://github.com/docker/docker/pull/22123))
    58  - Fix an issue where `docker` would not correcly clean up after `docker exec` ([#22121](https://github.com/docker/docker/pull/22121))
    59  - Fix a panic that could occur when servicing concurrent `docker stats` commands ([#22120](https://github.com/docker/docker/pull/22120))`
    60  - Revert deprecation of non-existing host directories auto-creation ([#22065](https://github.com/docker/docker/pull/22065))
    61  - Hide misleading rpc error on daemon shutdown ([#22058](https://github.com/docker/docker/pull/22058))
    62  
    63  ## 1.11.0 (2016-04-13)
    64  
    65  **IMPORTANT**: With Docker 1.11, a Linux docker installation is now made of 4 binaries (`docker`, [`docker-containerd`](https://github.com/docker/containerd), [`docker-containerd-shim`](https://github.com/docker/containerd) and [`docker-runc`](https://github.com/opencontainers/runc)). If you have scripts relying on docker being a single static binaries, please make sure to update them. Interaction with the daemon stay the same otherwise, the usage of the other binaries should be transparent. A Windows docker installation remains a single binary, `docker.exe`.
    66  
    67  ### Builder
    68  
    69  - Fix a bug where Docker would not used the correct uid/gid when processing the `WORKDIR` command ([#21033](https://github.com/docker/docker/pull/21033))
    70  - Fix a bug where copy operations with userns would not use the proper uid/gid ([#20782](https://github.com/docker/docker/pull/20782), [#21162](https://github.com/docker/docker/pull/21162))
    71  
    72  ### Client
    73  
    74  * Usage of the `:` separator for security option has been deprecated. `=` should be used instead ([#21232](https://github.com/docker/docker/pull/21232))
    75  + The client user agent is now passed to the registry on `pull`, `build`, `push`, `login` and `search` operations ([#21306](https://github.com/docker/docker/pull/21306), [#21373](https://github.com/docker/docker/pull/21373))
    76  * Allow setting the Domainname and Hostname separately through the API ([#20200](https://github.com/docker/docker/pull/20200))
    77  * Docker info will now warn users if it can not detect the kernel version or the operating system ([#21128](https://github.com/docker/docker/pull/21128))
    78  - Fix an issue where `docker stats --no-stream` output could be all 0s ([#20803](https://github.com/docker/docker/pull/20803))
    79  - Fix a bug where some newly started container would not appear in a running `docker stats` command ([#20792](https://github.com/docker/docker/pull/20792))
    80  * Post processing is no longer enabled for linux-cgo terminals ([#20587](https://github.com/docker/docker/pull/20587))
    81  - Values to `--hostname` are now refused if they do not comply with [RFC1123](https://tools.ietf.org/html/rfc1123) ([#20566](https://github.com/docker/docker/pull/20566))
    82  + Docker learned how to use a SOCKS proxy ([#20366](https://github.com/docker/docker/pull/20366), [#18373](https://github.com/docker/docker/pull/18373))
    83  + Docker now supports external credential stores ([#20107](https://github.com/docker/docker/pull/20107))
    84  * `docker ps` now supports displaying the list of volumes mounted inside a container ([#20017](https://github.com/docker/docker/pull/20017))
    85  * `docker info` now also report Docker's root directory location ([#19986](https://github.com/docker/docker/pull/19986))
    86  - Docker now prohibits login in with an empty username (spaces are trimmed) ([#19806](https://github.com/docker/docker/pull/19806))
    87  * Docker events attributes are now sorted by key ([#19761](https://github.com/docker/docker/pull/19761))
    88  * `docker ps` no longer show exported port for stopped containers ([#19483](https://github.com/docker/docker/pull/19483))
    89  - Docker now cleans after itself if a save/export command fails ([#17849](https://github.com/docker/docker/pull/17849))
    90  * Docker load learned how to display a progress bar ([#17329](https://github.com/docker/docker/pull/17329), [#120078](https://github.com/docker/docker/pull/20078))
    91  
    92  ### Distribution
    93  
    94  - Fix a panic that occurred when pulling an images with 0 layers ([#21222](https://github.com/docker/docker/pull/21222))
    95  - Fix a panic that could occur on error while pushing to a registry with a misconfigured token service ([#21212](https://github.com/docker/docker/pull/21212))
    96  + All first-level delegation roles are now signed when doing a trusted push ([#21046](https://github.com/docker/docker/pull/21046))
    97  + OAuth support for registries was added ([#20970](https://github.com/docker/docker/pull/20970))
    98  * `docker login` now handles token using the implementation found in [docker/distribution](https://github.com/docker/distribution) ([#20832](https://github.com/docker/docker/pull/20832))
    99  * `docker login` will no longer prompt for an email ([#20565](https://github.com/docker/docker/pull/20565))
   100  * Docker will now fallback to registry V1 if no basic auth credentials are available ([#20241](https://github.com/docker/docker/pull/20241))
   101  * Docker will now try to resume layer download where it left off after a network error/timeout ([#19840](https://github.com/docker/docker/pull/19840))
   102  - Fix generated manifest mediaType when pushing cross-repository ([#19509](https://github.com/docker/docker/pull/19509))
   103  - Fix docker requesting additional push credentials when pulling an image if Content Trust is enabled ([#20382](https://github.com/docker/docker/pull/20382))
   104  
   105  ### Logging
   106  
   107  - Fix a race in the journald log driver ([#21311](https://github.com/docker/docker/pull/21311))
   108  * Docker syslog driver now uses the RFC-5424 format when emitting logs ([#20121](https://github.com/docker/docker/pull/20121))
   109  * Docker GELF log driver now allows to specify the compression algorithm and level via the `gelf-compression-type` and `gelf-compression-level` options ([#19831](https://github.com/docker/docker/pull/19831))
   110  * Docker daemon learned to output uncolorized logs via the `--raw-logs` options ([#19794](https://github.com/docker/docker/pull/19794))
   111  + Docker, on Windows platform, now includes an ETW (Event Tracing in Windows) logging driver named `etwlogs` ([#19689](https://github.com/docker/docker/pull/19689))
   112  * Journald log driver learned how to handle tags ([#19564](https://github.com/docker/docker/pull/19564))
   113  + The fluentd log driver learned the following options: `fluentd-address`, `fluentd-buffer-limit`, `fluentd-retry-wait`, `fluentd-max-retries` and `fluentd-async-connect` ([#19439](https://github.com/docker/docker/pull/19439))
   114  + Docker learned to send log to Google Cloud via the new `gcplogs` logging driver. ([#18766](https://github.com/docker/docker/pull/18766))
   115  
   116  
   117  ### Misc
   118  
   119  + When saving linked images together with `docker save` a subsequent `docker load` will correctly restore their parent/child relationship ([#21385](https://github.com/docker/docker/pull/c))
   120  + Support for building the Docker cli for OpenBSD was added ([#21325](https://github.com/docker/docker/pull/21325))
   121  + Labels can now be applied at network, volume and image creation ([#21270](https://github.com/docker/docker/pull/21270))
   122  * The `dockremap` is now created as a system user ([#21266](https://github.com/docker/docker/pull/21266))
   123  - Fix a few response body leaks ([#21258](https://github.com/docker/docker/pull/21258))
   124  - Docker, when run as a service with systemd, will now properly manage its processes cgroups ([#20633](https://github.com/docker/docker/pull/20633))
   125  * Docker info now reports the value of cgroup KernelMemory or emits a warning if it is not supported ([#20863](https://github.com/docker/docker/pull/20863))
   126  * Docker info now also reports the cgroup driver in use ([#20388](https://github.com/docker/docker/pull/20388))
   127  * Docker completion is now available on PowerShell ([#19894](https://github.com/docker/docker/pull/19894))
   128  * `dockerinit` is no more ([#19490](https://github.com/docker/docker/pull/19490),[#19851](https://github.com/docker/docker/pull/19851))
   129  + Support for building Docker on arm64 was added ([#19013](https://github.com/docker/docker/pull/19013))
   130  + Experimental support for building docker.exe in a native Windows Docker installation ([#18348](https://github.com/docker/docker/pull/18348))
   131  
   132  ### Networking
   133  
   134  - Fix panic if a node is forcibly removed from the cluster ([#21671](https://github.com/docker/docker/pull/21671))
   135  - Fix "error creating vxlan interface" when starting a container in a Swarm cluster ([#21671](https://github.com/docker/docker/pull/21671))
   136  * `docker network inspect` will now report all endpoints whether they have an active container or not ([#21160](https://github.com/docker/docker/pull/21160))
   137  + Experimental support for the MacVlan and IPVlan network drivers have been added ([#21122](https://github.com/docker/docker/pull/21122))
   138  * Output of `docker network ls` is now sorted by network name ([#20383](https://github.com/docker/docker/pull/20383))
   139  - Fix a bug where Docker would allow a network to be created with the reserved `default` name ([#19431](https://github.com/docker/docker/pull/19431))
   140  * `docker network inspect` returns whether a network is internal or not ([#19357](https://github.com/docker/docker/pull/19357))
   141  + Control IPv6 via explicit option when creating a network (`docker network create --ipv6`). This shows up as a new `EnableIPv6` field in `docker network inspect` ([#17513](https://github.com/docker/docker/pull/17513))
   142  * Support for AAAA Records (aka IPv6 Service Discovery) in embedded DNS Server ([#21396](https://github.com/docker/docker/pull/21396))
   143  - Fix to not forward docker domain IPv6 queries to external servers ([#21396](https://github.com/docker/docker/pull/21396))
   144  * Multiple A/AAAA records from embedded DNS Server for DNS Round robin ([#21019](https://github.com/docker/docker/pull/21019))
   145  - Fix endpoint count inconsistency after an ungraceful dameon restart ([#21261](https://github.com/docker/docker/pull/21261))
   146  - Move the ownership of exposed ports and port-mapping options from Endpoint to Sandbox ([#21019](https://github.com/docker/docker/pull/21019))
   147  - Fixed a bug which prevents docker reload when host is configured with ipv6.disable=1 ([#21019](https://github.com/docker/docker/pull/21019))
   148  - Added inbuilt nil IPAM driver ([#21019](https://github.com/docker/docker/pull/21019))
   149  - Fixed bug in iptables.Exists() logic [#21019](https://github.com/docker/docker/pull/21019)
   150  - Fixed a Veth interface leak when using overlay network ([#21019](https://github.com/docker/docker/pull/21019))
   151  - Fixed a bug which prevents docker reload after a network delete during shutdown ([#20214](https://github.com/docker/docker/pull/20214))
   152  - Make sure iptables chains are recreated on firewalld reload ([#20419](https://github.com/docker/docker/pull/20419))
   153  - Allow to pass global datastore during config reload ([#20419](https://github.com/docker/docker/pull/20419))
   154  - For anonymous containers use the alias name for IP to name mapping, ie:DNS PTR record ([#21019](https://github.com/docker/docker/pull/21019))
   155  - Fix a panic when deleting an entry from /etc/hosts file  ([#21019](https://github.com/docker/docker/pull/21019))
   156  - Source the forwarded DNS queries from the container net namespace  ([#21019](https://github.com/docker/docker/pull/21019))
   157  - Fix to retain the network internal mode config for bridge networks on daemon reload ([#21780] (https://github.com/docker/docker/pull/21780))
   158  - Fix to retain IPAM driver option configs on daemon reload ([#21914] (https://github.com/docker/docker/pull/21914))
   159  
   160  ### Plugins
   161  
   162  - Fix a file descriptor leak that would occur every time plugins were enumerated ([#20686](https://github.com/docker/docker/pull/20686))
   163  - Fix an issue where Authz plugin would corrupt the payload body when faced with a large amount of data ([#20602](https://github.com/docker/docker/pull/20602))
   164  
   165  ### Runtime
   166  
   167  - Fix a panic that could occur when cleanup after a container started with invalid parameters ([#21716](https://github.com/docker/docker/pull/21716))
   168  - Fix a race with event timers stopping early ([#21692](https://github.com/docker/docker/pull/21692))
   169  - Fix race conditions in the layer store, potentially corrupting the map and crashing the process ([#21677](https://github.com/docker/docker/pull/21677))
   170  - Un-deprecate auto-creation of host directories for mounts. This feature was marked deprecated in ([#21666](https://github.com/docker/docker/pull/21666))  
   171    Docker 1.9, but was decided to be too much of an backward-incompatible change, so it was decided to keep the feature.
   172  + It is now possible for containers to share the NET and IPC namespaces when `userns` is enabled ([#21383](https://github.com/docker/docker/pull/21383))
   173  + `docker inspect <image-id>` will now expose the rootfs layers ([#21370](https://github.com/docker/docker/pull/21370))
   174  + Docker Windows gained a minimal `top` implementation ([#21354](https://github.com/docker/docker/pull/21354))
   175  * Docker learned to report the faulty exe when a container cannot be started due to its condition ([#21345](https://github.com/docker/docker/pull/21345))
   176  * Docker with device mapper will now refuse to run if `udev sync` is not available ([#21097](https://github.com/docker/docker/pull/21097))
   177  - Fix a bug where Docker would not validate the config file upon configuration reload ([#21089](https://github.com/docker/docker/pull/21089))
   178  - Fix a hang that would happen on attach if initial start was to fail ([#21048](https://github.com/docker/docker/pull/21048))
   179  - Fix an issue where registry service options in the daemon configuration file were not properly taken into account ([#21045](https://github.com/docker/docker/pull/21045))
   180  - Fix a race between the exec and resize operations ([#21022](https://github.com/docker/docker/pull/21022))
   181  - Fix an issue where nanoseconds were not correctly taken in account when filtering Docker events ([#21013](https://github.com/docker/docker/pull/21013))
   182  - Fix the handling of Docker command when passed a 64 bytes id ([#21002](https://github.com/docker/docker/pull/21002))
   183  * Docker will now return a `204` (i.e http.StatusNoContent) code when it successfully deleted a network ([#20977](https://github.com/docker/docker/pull/20977))
   184  - Fix a bug where the daemon would wait indefinitely in case the process it was about to killed had already exited on its own ([#20967](https://github.com/docker/docker/pull/20967)
   185  * The devmapper driver learned the `dm.min_free_space` option. If the mapped device free space reaches the passed value, new device creation will be prohibited. ([#20786](https://github.com/docker/docker/pull/20786))
   186  + Docker can now prevent processes in container to gain new privileges via the `--security-opt=no-new-privileges` flag ([#20727](https://github.com/docker/docker/pull/20727))
   187  - Starting a container with the `--device` option will now correctly resolves symlinks ([#20684](https://github.com/docker/docker/pull/20684))
   188  + Docker now relies on [`containerd`](https://github.com/docker/containerd) and [`runc`](https://github.com/opencontainers/runc) to spawn containers. ([#20662](https://github.com/docker/docker/pull/20662))
   189  - Fix docker configuration reloading to only alter value present in the given config file ([#20604](https://github.com/docker/docker/pull/20604))
   190  + Docker now allows setting a container hostname via the `--hostname` flag when `--net=host` ([#20177](https://github.com/docker/docker/pull/20177))
   191  + Docker now allows executing privileged container while running with `--userns-remap` if both `--privileged` and the new `--userns=host` flag are specified ([#20111](https://github.com/docker/docker/pull/20111))
   192  - Fix Docker not cleaning up correctly old containers upon restarting after a crash ([#19679](https://github.com/docker/docker/pull/19679))
   193  * Docker will now error out if it doesn't recognize a configuration key within the config file ([#19517](https://github.com/docker/docker/pull/19517))
   194  - Fix container loading, on daemon startup, when they depends on a plugin running within a container ([#19500](https://github.com/docker/docker/pull/19500))
   195  * `docker update` learned how to change a container restart policy ([#19116](https://github.com/docker/docker/pull/19116))
   196  * `docker inspect` now also returns a new `State` field containing the container state in a human readable way (i.e. one of `created`, `restarting`, `running`, `paused`, `exited` or `dead`)([#18966](https://github.com/docker/docker/pull/18966))
   197  + Docker learned to limit the number of active pids (i.e. processes) within the container via the `pids-limit` flags. NOTE: This requires `CGROUP_PIDS=y` to be in the kernel configuration. ([#18697](https://github.com/docker/docker/pull/18697))
   198  - `docker load` now has a `--quiet` option to suppress the load output ([#20078](https://github.com/docker/docker/pull/20078))
   199  - Fix a bug in neighbor discovery for IPv6 peers ([#20842](https://github.com/docker/docker/pull/20842))
   200  - Fix a panic during cleanup if a container was started with invalid options ([#21802](https://github.com/docker/docker/pull/21802))
   201  - Fix a situation where a container cannot be stopped if the terminal is closed ([#21840](https://github.com/docker/docker/pull/21840))
   202  
   203  ### Security
   204  
   205  * Object with the `pcp_pmcd_t` selinux type were given management access to `/var/lib/docker(/.*)?` ([#21370](https://github.com/docker/docker/pull/21370))
   206  * `restart_syscall`, `copy_file_range`, `mlock2` joined the list of allowed calls in the default seccomp profile ([#21117](https://github.com/docker/docker/pull/21117), [#21262](https://github.com/docker/docker/pull/21262))
   207  * `send`, `recv` and `x32` were added to the list of allowed syscalls and arch in the default seccomp profile ([#19432](https://github.com/docker/docker/pull/19432))
   208  * Docker Content Trust now requests the server to perform snapshot signing ([#21046](https://github.com/docker/docker/pull/21046))
   209  * Support for using YubiKeys for Content Trust signing has been moved out of experimental ([#21591](https://github.com/docker/docker/pull/21591))
   210  
   211  ### Volumes
   212  
   213  * Output of `docker volume ls` is now sorted by volume name ([#20389](https://github.com/docker/docker/pull/20389))
   214  * Local volumes can now accepts options similar to the unix `mount` tool ([#20262](https://github.com/docker/docker/pull/20262))
   215  - Fix an issue where one letter directory name could not be used as source for volumes ([#21106](https://github.com/docker/docker/pull/21106))
   216  + `docker run -v` now accepts a new flag `nocopy`. This tell the runtime not to copy the container path content into the volume (which is the default behavior) ([#21223](https://github.com/docker/docker/pull/21223))
   217  
   218  ## 1.10.3 (2016-03-10)
   219  
   220  ### Runtime
   221  
   222  - Fix Docker client exiting with an "Unrecognized input header" error [#20706](https://github.com/docker/docker/pull/20706)
   223  - Fix Docker exiting if Exec is started with both `AttachStdin` and `Detach` [#20647](https://github.com/docker/docker/pull/20647)
   224  
   225  ### Distribution
   226  
   227  - Fix a crash when pushing multiple images sharing the same layers to the same repository in parallel [#20831](https://github.com/docker/docker/pull/20831)
   228  - Fix a panic when pushing images to a registry which uses a misconfigured token service [#21030](https://github.com/docker/docker/pull/21030)
   229  
   230  ### Plugin system
   231  
   232  - Fix issue preventing volume plugins to start when SELinux is enabled [#20834](https://github.com/docker/docker/pull/20834)
   233  - Prevent Docker from exiting if a volume plugin returns a null response for Get requests [#20682](https://github.com/docker/docker/pull/20682)
   234  - Fix plugin system leaking file descriptors if a plugin has an error [#20680](https://github.com/docker/docker/pull/20680)
   235  
   236  ### Security
   237  
   238  - Fix linux32 emulation to fail during docker build [#20672](https://github.com/docker/docker/pull/20672)
   239    It was due to the `personality` syscall being blocked by the default seccomp profile.
   240  - Fix Oracle XE 10g failing to start in a container [#20981](https://github.com/docker/docker/pull/20981)
   241    It was due to the `ipc` syscall being blocked by the default seccomp profile.
   242  - Fix user namespaces not working on Linux From Scratch [#20685](https://github.com/docker/docker/pull/20685)
   243  - Fix issue preventing daemon to start if userns is enabled and the `subuid` or `subgid` files contain comments [#20725](https://github.com/docker/docker/pull/20725)
   244  
   245  ## 1.10.2 (2016-02-22)
   246  
   247  ### Runtime
   248  
   249  - Prevent systemd from deleting containers' cgroups when its configuration is reloaded [#20518](https://github.com/docker/docker/pull/20518)
   250  - Fix SELinux issues by disregarding `--read-only` when mounting `/dev/mqueue` [#20333](https://github.com/docker/docker/pull/20333)
   251  - Fix chown permissions used during `docker cp` when userns is used [#20446](https://github.com/docker/docker/pull/20446)
   252  - Fix configuration loading issue with all booleans defaulting to `true` [#20471](https://github.com/docker/docker/pull/20471)
   253  - Fix occasional panic with `docker logs -f` [#20522](https://github.com/docker/docker/pull/20522)
   254  
   255  ### Distribution
   256  
   257  - Keep layer reference if deletion failed to avoid a badly inconsistent state [#20513](https://github.com/docker/docker/pull/20513)
   258  - Handle gracefully a corner case when canceling migration [#20372](https://github.com/docker/docker/pull/20372)
   259  - Fix docker import on compressed data [#20367](https://github.com/docker/docker/pull/20367)
   260  - Fix tar-split files corruption during migration that later cause docker push and docker save to fail [#20458](https://github.com/docker/docker/pull/20458)
   261  
   262  ### Networking
   263  
   264  - Fix daemon crash if embedded DNS is sent garbage [#20510](https://github.com/docker/docker/pull/20510)
   265  
   266  ### Volumes
   267  
   268  - Fix issue with multiple volume references with same name [#20381](https://github.com/docker/docker/pull/20381)
   269  
   270  ### Security
   271  
   272  - Fix potential cache corruption and delegation conflict issues [#20523](https://github.com/docker/docker/pull/20523)
   273  
   274  ## 1.10.1 (2016-02-11)
   275  
   276  ### Runtime
   277  
   278  * Do not stop daemon on migration hard failure [#20156](https://github.com/docker/docker/pull/20156)
   279  - Fix various issues with migration to content-addressable images [#20058](https://github.com/docker/docker/pull/20058)
   280  - Fix ZFS permission bug with user namespaces [#20045](https://github.com/docker/docker/pull/20045)
   281  - Do not leak /dev/mqueue from the host to all containers, keep it container-specific [#19876](https://github.com/docker/docker/pull/19876) [#20133](https://github.com/docker/docker/pull/20133)
   282  - Fix `docker ps --filter before=...` to not show stopped containers without providing `-a` flag [#20135](https://github.com/docker/docker/pull/20135)
   283  
   284  ### Security
   285  
   286  - Fix issue preventing docker events to work properly with authorization plugin [#20002](https://github.com/docker/docker/pull/20002)
   287  
   288  ### Distribution
   289  
   290  * Add additional verifications and prevent from uploading invalid data to registries [#20164](https://github.com/docker/docker/pull/20164)
   291  - Fix regression preventing uppercase characters in image reference hostname [#20175](https://github.com/docker/docker/pull/20175)
   292  
   293  ### Networking
   294  
   295  - Fix embedded DNS for user-defined networks in the presence of firewalld [#20060](https://github.com/docker/docker/pull/20060)
   296  - Fix issue where removing a network during shutdown left Docker inoperable [#20181](https://github.com/docker/docker/issues/20181) [#20235](https://github.com/docker/docker/issues/20235)
   297  - Embedded DNS is now able to return compressed results [#20181](https://github.com/docker/docker/issues/20181)
   298  - Fix port-mapping issue with `userland-proxy=false` [#20181](https://github.com/docker/docker/issues/20181)
   299  
   300  ### Logging
   301  
   302  - Fix bug where tcp+tls protocol would be rejected [#20109](https://github.com/docker/docker/pull/20109)
   303  
   304  ### Volumes
   305  
   306  - Fix issue whereby older volume drivers would not receive volume options [#19983](https://github.com/docker/docker/pull/19983)
   307  
   308  ### Misc
   309  
   310  - Remove TasksMax from Docker systemd service [#20167](https://github.com/docker/docker/pull/20167)
   311  
   312  ## 1.10.0 (2016-02-04)
   313  
   314  **IMPORTANT**: Docker 1.10 uses a new content-addressable storage for images and layers.
   315  A migration is performed the first time docker is run, and can take a significant amount of time depending on the number of images present.
   316  Refer to this page on the wiki for more information: https://github.com/docker/docker/wiki/Engine-v1.10.0-content-addressability-migration
   317  We also released a cool migration utility that enables you to perform the migration before updating to reduce downtime.
   318  Engine 1.10 migrator can be found on Docker Hub: https://hub.docker.com/r/docker/v1.10-migrator/
   319  
   320  ### Runtime
   321  
   322  + New `docker update` command that allows updating resource constraints on running containers [#15078](https://github.com/docker/docker/pull/15078)
   323  + Add `--tmpfs` flag to `docker run` to create a tmpfs mount in a container [#13587](https://github.com/docker/docker/pull/13587)
   324  + Add `--format` flag to `docker images` command [#17692](https://github.com/docker/docker/pull/17692)
   325  + Allow to set daemon configuration in a file and hot-reload it with the `SIGHUP` signal [#18587](https://github.com/docker/docker/pull/18587)
   326  + Updated docker events to include more meta-data and event types [#18888](https://github.com/docker/docker/pull/18888)
   327    This change is backward compatible in the API, but not on the CLI.
   328  + Add `--blkio-weight-device` flag to `docker run` [#13959](https://github.com/docker/docker/pull/13959)
   329  + Add `--device-read-bps` and `--device-write-bps` flags to `docker run` [#14466](https://github.com/docker/docker/pull/14466)
   330  + Add `--device-read-iops` and `--device-write-iops` flags to `docker run` [#15879](https://github.com/docker/docker/pull/15879)
   331  + Add `--oom-score-adj` flag to `docker run` [#16277](https://github.com/docker/docker/pull/16277)
   332  + Add `--detach-keys` flag to `attach`, `run`, `start` and `exec` commands to override the default key sequence that detaches from a container  [#15666](https://github.com/docker/docker/pull/15666)
   333  + Add `--shm-size` flag to `run`, `create` and `build` to set the size of `/dev/shm` [#16168](https://github.com/docker/docker/pull/16168)
   334  + Show the number of running, stopped, and paused containers in `docker info` [#19249](https://github.com/docker/docker/pull/19249)
   335  + Show the `OSType` and `Architecture` in `docker info` [#17478](https://github.com/docker/docker/pull/17478)
   336  + Add `--cgroup-parent` flag on `daemon` to set cgroup parent for all containers [#19062](https://github.com/docker/docker/pull/19062)
   337  + Add `-L` flag to docker cp to follow symlinks [#16613](https://github.com/docker/docker/pull/16613)
   338  + New `status=dead` filter for `docker ps` [#17908](https://github.com/docker/docker/pull/17908)
   339  * Change `docker run` exit codes to distinguish between runtime and application errors [#14012](https://github.com/docker/docker/pull/14012)
   340  * Enhance `docker events --since` and `--until` to support nanoseconds and timezones [#17495](https://github.com/docker/docker/pull/17495)
   341  * Add `--all`/`-a` flag to `stats` to include both running and stopped containers [#16742](https://github.com/docker/docker/pull/16742)
   342  * Change the default cgroup-driver to `cgroupfs` [#17704](https://github.com/docker/docker/pull/17704)
   343  * Emit a "tag" event when tagging an image with `build -t` [#17115](https://github.com/docker/docker/pull/17115)
   344  * Best effort for linked containers' start order when starting the daemon [#18208](https://github.com/docker/docker/pull/18208)
   345  * Add ability to add multiple tags on `build` [#15780](https://github.com/docker/docker/pull/15780)
   346  * Permit `OPTIONS` request against any url, thus fixing issue with CORS [#19569](https://github.com/docker/docker/pull/19569)
   347  - Fix the `--quiet` flag on `docker build` to actually be quiet [#17428](https://github.com/docker/docker/pull/17428)
   348  - Fix `docker images --filter dangling=false` to now show all non-dangling images [#19326](https://github.com/docker/docker/pull/19326)
   349  - Fix race condition causing autorestart turning off on restart [#17629](https://github.com/docker/docker/pull/17629)
   350  - Recognize GPFS filesystems [#19216](https://github.com/docker/docker/pull/19216)
   351  - Fix obscure bug preventing to start containers [#19751](https://github.com/docker/docker/pull/19751)
   352  - Forbid `exec` during container restart [#19722](https://github.com/docker/docker/pull/19722)
   353  - devicemapper: Increasing `--storage-opt dm.basesize` will now increase the base device size on daemon restart [#19123](https://github.com/docker/docker/pull/19123)
   354  
   355  ### Security
   356  
   357  + Add `--userns-remap` flag to `daemon` to support user namespaces (previously in experimental) [#19187](https://github.com/docker/docker/pull/19187)
   358  + Add support for custom seccomp profiles in `--security-opt` [#17989](https://github.com/docker/docker/pull/17989)
   359  + Add default seccomp profile [#18780](https://github.com/docker/docker/pull/18780)
   360  + Add `--authorization-plugin` flag to `daemon` to customize ACLs [#15365](https://github.com/docker/docker/pull/15365)
   361  + Docker Content Trust now supports the ability to read and write user delegations [#18887](https://github.com/docker/docker/pull/18887)
   362    This is an optional, opt-in feature that requires the explicit use of the Notary command-line utility in order to be enabled.
   363    Enabling delegation support in a specific repository will break the ability of Docker 1.9 and 1.8 to pull from that repository, if content trust is enabled.
   364  * Allow SELinux to run in a container when using the BTRFS storage driver [#16452](https://github.com/docker/docker/pull/16452)
   365  
   366  ### Distribution
   367  
   368  * Use content-addressable storage for images and layers [#17924](https://github.com/docker/docker/pull/17924)
   369    Note that a migration is performed the first time docker is run; it can take a significant amount of time depending on the number of images and containers present.
   370    Images no longer depend on the parent chain but contain a list of layer references.
   371    `docker load`/`docker save` tarballs now also contain content-addressable image configurations.
   372    For more information: https://github.com/docker/docker/wiki/Engine-v1.10.0-content-addressability-migration
   373  * Add support for the new [manifest format ("schema2")](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md) [#18785](https://github.com/docker/docker/pull/18785)
   374  * Lots of improvements for push and pull: performance++, retries on failed downloads, cancelling on client disconnect [#18353](https://github.com/docker/docker/pull/18353), [#18418](https://github.com/docker/docker/pull/18418), [#19109](https://github.com/docker/docker/pull/19109), [#18353](https://github.com/docker/docker/pull/18353)
   375  * Limit v1 protocol fallbacks [#18590](https://github.com/docker/docker/pull/18590)
   376  - Fix issue where docker could hang indefinitely waiting for a nonexistent process to pull an image [#19743](https://github.com/docker/docker/pull/19743)
   377  
   378  ### Networking
   379  
   380  + Use DNS-based discovery instead of `/etc/hosts` [#19198](https://github.com/docker/docker/pull/19198)
   381  + Support for network-scoped alias using `--net-alias` on `run` and `--alias` on `network connect` [#19242](https://github.com/docker/docker/pull/19242)
   382  + Add `--ip` and `--ip6` on `run` and `network connect` to support custom IP addresses for a container in a network [#19001](https://github.com/docker/docker/pull/19001)
   383  + Add `--ipam-opt` to `network create` for passing custom IPAM options [#17316](https://github.com/docker/docker/pull/17316)
   384  + Add `--internal` flag to `network create` to restrict external access to and from the network [#19276](https://github.com/docker/docker/pull/19276)
   385  + Add `kv.path` option to `--cluster-store-opt` [#19167](https://github.com/docker/docker/pull/19167)
   386  + Add `discovery.heartbeat` and `discovery.ttl` options to `--cluster-store-opt` to configure discovery TTL and heartbeat timer [#18204](https://github.com/docker/docker/pull/18204)
   387  + Add `--format` flag to `network inspect` [#17481](https://github.com/docker/docker/pull/17481)
   388  + Add `--link` to `network connect` to provide a container-local alias [#19229](https://github.com/docker/docker/pull/19229)
   389  + Support for Capability exchange with remote IPAM plugins [#18775](https://github.com/docker/docker/pull/18775)
   390  + Add `--force` to `network disconnect` to force container to be disconnected from network [#19317](https://github.com/docker/docker/pull/19317)
   391  * Support for multi-host networking using built-in overlay driver for all engine supported kernels: 3.10+ [#18775](https://github.com/docker/docker/pull/18775)
   392  * `--link` is now supported on `docker run` for containers in user-defined network [#19229](https://github.com/docker/docker/pull/19229)
   393  * Enhance `docker network rm` to allow removing multiple networks [#17489](https://github.com/docker/docker/pull/17489)
   394  * Include container names in `network inspect` [#17615](https://github.com/docker/docker/pull/17615)
   395  * Include auto-generated subnets for user-defined networks in `network inspect` [#17316](https://github.com/docker/docker/pull/17316)
   396  * Add `--filter` flag to `network ls` to hide predefined networks [#17782](https://github.com/docker/docker/pull/17782)
   397  * Add support for network connect/disconnect to stopped containers [#18906](https://github.com/docker/docker/pull/18906)
   398  * Add network ID to container inspect [#19323](https://github.com/docker/docker/pull/19323)
   399  - Fix MTU issue where Docker would not start with two or more default routes [#18108](https://github.com/docker/docker/pull/18108)
   400  - Fix duplicate IP address for containers [#18106](https://github.com/docker/docker/pull/18106)
   401  - Fix issue preventing sometimes docker from creating the bridge network [#19338](https://github.com/docker/docker/pull/19338)
   402  - Do not substitute 127.0.0.1 name server when using `--net=host` [#19573](https://github.com/docker/docker/pull/19573)
   403  
   404  ### Logging
   405  
   406  + New logging driver for Splunk [#16488](https://github.com/docker/docker/pull/16488)
   407  + Add support for syslog over TCP+TLS [#18998](https://github.com/docker/docker/pull/18998)
   408  * Enhance `docker logs --since` and `--until` to support nanoseconds and time [#17495](https://github.com/docker/docker/pull/17495)
   409  * Enhance AWS logs to auto-detect region [#16640](https://github.com/docker/docker/pull/16640)
   410  
   411  ### Volumes
   412  
   413  + Add support to set the mount propagation mode for a volume [#17034](https://github.com/docker/docker/pull/17034)
   414  * Add `ls` and `inspect` endpoints to volume plugin API [#16534](https://github.com/docker/docker/pull/16534)
   415    Existing plugins need to make use of these new APIs to satisfy users' expectation
   416    For that, please use the new MIME type `application/vnd.docker.plugins.v1.2+json` [#19549](https://github.com/docker/docker/pull/19549)
   417  - Fix data not being copied to named volumes [#19175](https://github.com/docker/docker/pull/19175)
   418  - Fix issues preventing volume drivers from being containerized [#19500](https://github.com/docker/docker/pull/19500)
   419  - Fix `docker volumes ls --dangling=false` to now show all non-dangling volumes [#19671](https://github.com/docker/docker/pull/19671)
   420  - Do not remove named volumes on container removal [#19568](https://github.com/docker/docker/pull/19568)
   421  - Allow external volume drivers to host anonymous volumes [#19190](https://github.com/docker/docker/pull/19190)
   422  
   423  ### Builder
   424  
   425  + Add support for `**` in `.dockerignore` to wildcard multiple levels of directories [#17090](https://github.com/docker/docker/pull/17090)
   426  - Fix handling of UTF-8 characters in Dockerfiles [#17055](https://github.com/docker/docker/pull/17055)
   427  - Fix permissions problem when reading from STDIN [#19283](https://github.com/docker/docker/pull/19283)
   428  
   429  ### Client
   430  
   431  + Add support for overriding the API version to use via an `DOCKER_API_VERSION` environment-variable [#15964](https://github.com/docker/docker/pull/15964)
   432  - Fix a bug preventing Windows clients to log in to Docker Hub [#19891](https://github.com/docker/docker/pull/19891)
   433  
   434  ### Misc
   435  
   436  * systemd: Set TasksMax in addition to LimitNPROC in systemd service file [#19391](https://github.com/docker/docker/pull/19391)
   437  
   438  ### Deprecations
   439  
   440  * Remove LXC support. The LXC driver was deprecated in Docker 1.8, and has now been removed [#17700](https://github.com/docker/docker/pull/17700)
   441  * Remove `--exec-driver` daemon flag, because it is no longer in use [#17700](https://github.com/docker/docker/pull/17700)
   442  * Remove old deprecated single-dashed long CLI flags (such as `-rm`; use `--rm` instead) [#17724](https://github.com/docker/docker/pull/17724)
   443  * Deprecate HostConfig at API container start [#17799](https://github.com/docker/docker/pull/17799)
   444  * Deprecate docker packages for newly EOL'd Linux distributions: Fedora 21 and Ubuntu 15.04 (Vivid) [#18794](https://github.com/docker/docker/pull/18794), [#18809](https://github.com/docker/docker/pull/18809)
   445  * Deprecate `-f` flag for docker tag [#18350](https://github.com/docker/docker/pull/18350)
   446  
   447  ## 1.9.1 (2015-11-21)
   448  
   449  ### Runtime
   450  
   451  - Do not prevent daemon from booting if images could not be restored (#17695)
   452  - Force IPC mount to unmount on daemon shutdown/init (#17539)
   453  - Turn IPC unmount errors into warnings (#17554)
   454  - Fix `docker stats` performance regression (#17638)
   455  - Clarify cryptic error message upon `docker logs` if `--log-driver=none` (#17767)
   456  - Fix seldom panics (#17639, #17634, #17703)
   457  - Fix opq whiteouts problems for files with dot prefix (#17819)
   458  - devicemapper: try defaulting to xfs instead of ext4 for performance reasons (#17903, #17918)
   459  - devicemapper: fix displayed fs in docker info (#17974)
   460  - selinux: only relabel if user requested so with the `z` option (#17450, #17834)
   461  - Do not make network calls when normalizing names (#18014)
   462  
   463  ### Client
   464  
   465  - Fix `docker login` on windows (#17738)
   466  - Fix bug with `docker inspect` output when not connected to daemon (#17715)
   467  - Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680)
   468  
   469  ### Builder
   470  
   471  - Fix regression with symlink behavior in ADD/COPY (#17710)
   472  
   473  ### Networking
   474  
   475  - Allow passing a network ID as an argument for `--net` (#17558)
   476  - Fix connect to host and prevent disconnect from host for `host` network (#17476)
   477  - Fix `--fixed-cidr` issue when gateway ip falls in ip-range and ip-range is
   478    not the first block in the network (#17853)
   479  - Restore deterministic `IPv6` generation from `MAC` address on default `bridge` network (#17890)
   480  - Allow port-mapping only for endpoints created on docker run (#17858)
   481  - Fixed an endpoint delete issue with a possible stale sbox (#18102)
   482  
   483  ### Distribution
   484  
   485  - Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047)
   486  
   487  ## 1.9.0 (2015-11-03)
   488  
   489  ### Runtime
   490  
   491  + `docker stats` now returns block IO metrics (#15005)
   492  + `docker stats` now details network stats per interface (#15786)
   493  + Add `ancestor=<image>` filter to `docker ps --filter` flag to filter
   494  containers based on their ancestor images (#14570)
   495  + Add `label=<somelabel>` filter to `docker ps --filter` to filter containers
   496  based on label (#16530)
   497  + Add `--kernel-memory` flag to `docker run` (#14006)
   498  + Add `--message` flag to `docker import` allowing to specify an optional
   499  message (#15711)
   500  + Add `--privileged` flag to `docker exec` (#14113)
   501  + Add `--stop-signal` flag to `docker run` allowing to replace the container
   502  process stopping signal (#15307)
   503  + Add a new `unless-stopped` restart policy (#15348)
   504  + Inspecting an image now returns tags (#13185)
   505  + Add container size information to `docker inspect` (#15796)
   506  + Add `RepoTags` and `RepoDigests` field to `/images/{name:.*}/json` (#17275)
   507  - Remove the deprecated `/container/ps` endpoint from the API (#15972)
   508  - Send and document correct HTTP codes for `/exec/<name>/start` (#16250)
   509  - Share shm and mqueue between containers sharing IPC namespace (#15862)
   510  - Event stream now shows OOM status when `--oom-kill-disable` is set (#16235)
   511  - Ensure special network files (/etc/hosts etc.) are read-only if bind-mounted
   512  with `ro` option (#14965)
   513  - Improve `rmi` performance (#16890)
   514  - Do not update /etc/hosts for the default bridge network, except for links (#17325)
   515  - Fix conflict with duplicate container names (#17389)
   516  - Fix an issue with incorrect template execution in `docker inspect` (#17284)
   517  - DEPRECATE `-c` short flag variant for `--cpu-shares` in docker run (#16271)
   518  
   519  ### Client
   520  
   521  + Allow `docker import` to import from local files (#11907)
   522  
   523  ### Builder
   524  
   525  + Add a `STOPSIGNAL` Dockerfile instruction allowing to set a different
   526  stop-signal for the container process (#15307)
   527  + Add an `ARG` Dockerfile instruction and a `--build-arg` flag to `docker build`
   528  that allows to add build-time environment variables (#15182)
   529  - Improve cache miss performance (#16890)
   530  
   531  ### Storage
   532  
   533  - devicemapper: Implement deferred deletion capability (#16381)
   534  
   535  ## Networking
   536  
   537  + `docker network` exits experimental and is part of standard release (#16645)
   538  + New network top-level concept, with associated subcommands and API (#16645)
   539    WARNING: the API is different from the experimental API
   540  + Support for multiple isolated/micro-segmented networks (#16645)
   541  + Built-in multihost networking using VXLAN based overlay driver (#14071)
   542  + Support for third-party network plugins (#13424)
   543  + Ability to dynamically connect containers to multiple networks (#16645)
   544  + Support for user-defined IP address management via pluggable IPAM drivers (#16910)
   545  + Add daemon flags `--cluster-store` and `--cluster-advertise` for built-in nodes discovery (#16229)
   546  + Add `--cluster-store-opt` for setting up TLS settings (#16644)
   547  + Add `--dns-opt` to the daemon (#16031)
   548  - DEPRECATE following container `NetworkSettings` fields in API v1.21: `EndpointID`, `Gateway`,
   549    `GlobalIPv6Address`, `GlobalIPv6PrefixLen`, `IPAddress`, `IPPrefixLen`, `IPv6Gateway` and `MacAddress`.
   550    Those are now specific to the `bridge` network. Use `NetworkSettings.Networks` to inspect
   551    the networking settings of a container per network.
   552  
   553  ### Volumes
   554  
   555  + New top-level `volume` subcommand and API (#14242)
   556  - Move API volume driver settings to host-specific config (#15798)
   557  - Print an error message if volume name is not unique (#16009)
   558  - Ensure volumes created from Dockerfiles always use the local volume driver
   559  (#15507)
   560  - DEPRECATE auto-creating missing host paths for bind mounts (#16349)
   561  
   562  ### Logging
   563  
   564  + Add `awslogs` logging driver for Amazon CloudWatch (#15495)
   565  + Add generic `tag` log option to allow customizing container/image
   566  information passed to driver (e.g. show container names) (#15384)
   567  - Implement the `docker logs` endpoint for the journald driver (#13707)
   568  - DEPRECATE driver-specific log tags (e.g. `syslog-tag`, etc.) (#15384)
   569  
   570  ### Distribution
   571  
   572  + `docker search` now works with partial names (#16509)
   573  - Push optimization: avoid buffering to file (#15493)
   574  - The daemon will display progress for images that were already being pulled
   575  by another client (#15489)
   576  - Only permissions required for the current action being performed are requested (#)
   577  + Renaming trust keys (and respective environment variables) from `offline` to
   578  `root` and `tagging` to `repository` (#16894)
   579  - DEPRECATE trust key environment variables
   580  `DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE` and
   581  `DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE` (#16894)
   582  
   583  ### Security
   584  
   585  + Add SELinux profiles to the rpm package (#15832)
   586  - Fix various issues with AppArmor profiles provided in the deb package
   587  (#14609)
   588  - Add AppArmor policy that prevents writing to /proc (#15571)
   589  
   590  ## 1.8.3 (2015-10-12)
   591  
   592  ### Distribution
   593  
   594  - Fix layer IDs lead to local graph poisoning (CVE-2014-8178)
   595  - Fix manifest validation and parsing logic errors allow pull-by-digest validation bypass (CVE-2014-8179)
   596  + Add `--disable-legacy-registry` to prevent a daemon from using a v1 registry
   597  
   598  ## 1.8.2 (2015-09-10)
   599  
   600  ### Distribution
   601  
   602  - Fixes rare edge case of handling GNU LongLink and LongName entries.
   603  - Fix ^C on docker pull.
   604  - Fix docker pull issues on client disconnection.
   605  - Fix issue that caused the daemon to panic when loggers weren't configured properly.
   606  - Fix goroutine leak pulling images from registry V2.
   607  
   608  ### Runtime
   609  
   610  - Fix a bug mounting cgroups for docker daemons running inside docker containers.
   611  - Initialize log configuration properly.
   612  
   613  ### Client:
   614  
   615  - Handle `-q` flag in `docker ps` properly when there is a default format.
   616  
   617  ### Networking
   618  
   619  - Fix several corner cases with netlink.
   620  
   621  ### Contrib
   622  
   623  - Fix several issues with bash completion.
   624  
   625  ## 1.8.1 (2015-08-12)
   626  
   627  ### Distribution
   628  
   629  * Fix a bug where pushing multiple tags would result in invalid images
   630  
   631  ## 1.8.0 (2015-08-11)
   632  
   633  ### Distribution
   634  
   635  + Trusted pull, push and build, disabled by default
   636  * Make tar layers deterministic between registries
   637  * Don't allow deleting the image of running containers
   638  * Check if a tag name to load is a valid digest
   639  * Allow one character repository names
   640  * Add a more accurate error description for invalid tag name
   641  * Make build cache ignore mtime
   642  
   643  ### Cli
   644  
   645  + Add support for DOCKER_CONFIG/--config to specify config file dir
   646  + Add --type flag  for docker inspect command
   647  + Add formatting options to `docker ps` with `--format`
   648  + Replace `docker -d` with new subcommand `docker daemon`
   649  * Zsh completion updates and improvements
   650  * Add some missing events to bash completion
   651  * Support daemon urls with base paths in `docker -H`
   652  * Validate status= filter to docker ps
   653  * Display when a container is in --net=host in docker ps
   654  * Extend docker inspect to export image metadata related to graph driver
   655  * Restore --default-gateway{,-v6} daemon options
   656  * Add missing unpublished ports in docker ps
   657  * Allow duration strings in `docker events` as --since/--until
   658  * Expose more mounts information in `docker inspect`
   659  
   660  ### Runtime
   661  
   662  + Add new Fluentd logging driver
   663  + Allow `docker import` to load from local files
   664  + Add logging driver for GELF via UDP
   665  + Allow to copy files from host to containers with `docker cp`
   666  + Promote volume drivers from experimental to master
   667  + Add rollover options to json-file log driver, and --log-driver-opts flag
   668  + Add memory swappiness tuning options
   669  * Remove cgroup read-only flag when privileged
   670  * Make /proc, /sys, & /dev readonly for readonly containers
   671  * Add cgroup bind mount by default
   672  * Overlay: Export metadata for container and image in `docker inspect`
   673  * Devicemapper: external device activation
   674  * Devicemapper: Compare uuid of base device on startup
   675  * Remove RC4 from the list of registry cipher suites
   676  * Add syslog-facility option
   677  * LXC execdriver compatibility with recent LXC versions
   678  * Mark LXC execriver as deprecated (to be removed with the migration to runc)
   679  
   680  ### Plugins
   681  
   682  * Separate plugin sockets and specs locations
   683  * Allow TLS connections to plugins
   684  
   685  ### Bug fixes
   686  
   687  - Add missing 'Names' field to /containers/json API output
   688  - Make `docker rmi` of dangling images safe while pulling
   689  - Devicemapper: Change default basesize to 100G
   690  - Go Scheduler issue with sync.Mutex and gcc
   691  - Fix issue where Search API endpoint would panic due to empty AuthConfig
   692  - Set image canonical names correctly
   693  - Check dockerinit only if lxc driver is used
   694  - Fix ulimit usage of nproc
   695  - Always attach STDIN if -i,--interactive is specified
   696  - Show error messages when saving container state fails
   697  - Fixed incorrect assumption on --bridge=none treated as disable network
   698  - Check for invalid port specifications in host configuration
   699  - Fix endpoint leave failure for --net=host mode
   700  - Fix goroutine leak in the stats API if the container is not running
   701  - Check for apparmor file before reading it
   702  - Fix DOCKER_TLS_VERIFY being ignored
   703  - Set umask to the default on startup
   704  - Correct the message of pause and unpause a non-running container
   705  - Adjust disallowed CpuShares in container creation
   706  - ZFS: correctly apply selinux context
   707  - Display empty string instead of <nil> when IP opt is nil
   708  - `docker kill` returns error when container is not running
   709  - Fix COPY/ADD quoted/json form
   710  - Fix goroutine leak on logs -f with no output
   711  - Remove panic in nat package on invalid hostport
   712  - Fix container linking in Fedora 22
   713  - Fix error caused using default gateways outside of the allocated range
   714  - Format times in inspect command with a template as RFC3339Nano
   715  - Make registry client to accept 2xx and 3xx http status responses as successful
   716  - Fix race issue that caused the daemon to crash with certain layer downloads failed in a specific order.
   717  - Fix error when the docker ps format was not valid.
   718  - Remove redundant ip forward check.
   719  - Fix issue trying to push images to repository mirrors.
   720  - Fix error cleaning up network entrypoints when there is an initialization issue.
   721  
   722  ## 1.7.1 (2015-07-14)
   723  
   724  #### Runtime
   725  
   726  - Fix default user spawning exec process with `docker exec`
   727  - Make `--bridge=none` not to configure the network bridge
   728  - Publish networking stats properly
   729  - Fix implicit devicemapper selection with static binaries
   730  - Fix socket connections that hung intermittently
   731  - Fix bridge interface creation on CentOS/RHEL 6.6
   732  - Fix local dns lookups added to resolv.conf
   733  - Fix copy command mounting volumes
   734  - Fix read/write privileges in volumes mounted with --volumes-from
   735  
   736  #### Remote API
   737  
   738  - Fix unmarshalling of Command and Entrypoint
   739  - Set limit for minimum client version supported
   740  - Validate port specification
   741  - Return proper errors when attach/reattach fail
   742  
   743  #### Distribution
   744  
   745  - Fix pulling private images
   746  - Fix fallback between registry V2 and V1
   747  
   748  ## 1.7.0 (2015-06-16)
   749  
   750  #### Runtime
   751  + Experimental feature: support for out-of-process volume plugins
   752  * The userland proxy can be disabled in favor of hairpin NAT using the daemon’s `--userland-proxy=false` flag
   753  * The `exec` command supports the `-u|--user` flag to specify the new process owner
   754  + Default gateway for containers can be specified daemon-wide using the `--default-gateway` and `--default-gateway-v6` flags
   755  + The CPU CFS (Completely Fair Scheduler) quota can be set in `docker run` using `--cpu-quota`
   756  + Container block IO can be controlled in `docker run` using`--blkio-weight`
   757  + ZFS support
   758  + The `docker logs` command supports a `--since` argument
   759  + UTS namespace can be shared with the host with `docker run --uts=host`
   760  
   761  #### Quality
   762  * Networking stack was entirely rewritten as part of the libnetwork effort
   763  * Engine internals refactoring
   764  * Volumes code was entirely rewritten to support the plugins effort
   765  + Sending SIGUSR1 to a daemon will dump all goroutines stacks without exiting
   766  
   767  #### Build
   768  + Support ${variable:-value} and ${variable:+value} syntax for environment variables
   769  + Support resource management flags `--cgroup-parent`, `--cpu-period`, `--cpu-quota`, `--cpuset-cpus`, `--cpuset-mems`
   770  + git context changes with branches and directories
   771  * The .dockerignore file support exclusion rules
   772  
   773  #### Distribution
   774  + Client support for v2 mirroring support for the official registry
   775  
   776  #### Bugfixes
   777  * Firewalld is now supported and will automatically be used when available
   778  * mounting --device recursively
   779  
   780  ## 1.6.2 (2015-05-13)
   781  
   782  ####  Runtime
   783  - Revert change prohibiting mounting into /sys
   784  
   785  ## 1.6.1 (2015-05-07)
   786  
   787  ####  Security
   788  - Fix read/write /proc paths (CVE-2015-3630)
   789  - Prohibit VOLUME /proc and VOLUME / (CVE-2015-3631)
   790  - Fix opening of file-descriptor 1 (CVE-2015-3627)
   791  - Fix symlink traversal on container respawn allowing local privilege escalation (CVE-2015-3629)
   792  - Prohibit mount of /sys
   793  
   794  #### Runtime
   795  - Update AppArmor policy to not allow mounts
   796  
   797  ## 1.6.0 (2015-04-07)
   798  
   799  #### Builder
   800  + Building images from an image ID
   801  + Build containers with resource constraints, ie `docker build --cpu-shares=100 --memory=1024m...`
   802  + `commit --change` to apply specified Dockerfile instructions while committing the image
   803  + `import --change` to apply specified Dockerfile instructions while importing the image
   804  + Builds no longer continue in the background when canceled with CTRL-C
   805  
   806  #### Client
   807  + Windows Support
   808  
   809  #### Runtime
   810  + Container and image Labels
   811  + `--cgroup-parent` for specifying a parent cgroup to place container cgroup within
   812  + Logging drivers, `json-file`, `syslog`, or `none`
   813  + Pulling images by ID
   814  + `--ulimit` to set the ulimit on a container
   815  + `--default-ulimit` option on the daemon which applies to all created containers (and overwritten by `--ulimit` on run)
   816  
   817  ## 1.5.0 (2015-02-10)
   818  
   819  #### Builder
   820  + Dockerfile to use for a given `docker build` can be specified with the `-f` flag
   821  * Dockerfile and .dockerignore files can be themselves excluded as part of the .dockerignore file, thus preventing modifications to these files invalidating ADD or COPY instructions cache
   822  * ADD and COPY instructions accept relative paths
   823  * Dockerfile `FROM scratch` instruction is now interpreted as a no-base specifier
   824  * Improve performance when exposing a large number of ports
   825  
   826  #### Hack
   827  + Allow client-side only integration tests for Windows
   828  * Include docker-py integration tests against Docker daemon as part of our test suites
   829  
   830  #### Packaging
   831  + Support for the new version of the registry HTTP API
   832  * Speed up `docker push` for images with a majority of already existing layers
   833  - Fixed contacting a private registry through a proxy
   834  
   835  #### Remote API
   836  + A new endpoint will stream live container resource metrics and can be accessed with the `docker stats` command
   837  + Containers can be renamed using the new `rename` endpoint and the associated `docker rename` command
   838  * Container `inspect` endpoint show the ID of `exec` commands running in this container
   839  * Container `inspect` endpoint show the number of times Docker auto-restarted the container
   840  * New types of event can be streamed by the `events` endpoint: ‘OOM’ (container died with out of memory), ‘exec_create’, and ‘exec_start'
   841  - Fixed returned string fields which hold numeric characters incorrectly omitting surrounding double quotes
   842  
   843  #### Runtime
   844  + Docker daemon has full IPv6 support
   845  + The `docker run` command can take the `--pid=host` flag to use the host PID namespace, which makes it possible for example to debug host processes using containerized debugging tools
   846  + The `docker run` command can take the `--read-only` flag to make the container’s root filesystem mounted as readonly, which can be used in combination with volumes to force a container’s processes to only write to locations that will be persisted
   847  + Container total memory usage can be limited for `docker run` using the `--memory-swap` flag
   848  * Major stability improvements for devicemapper storage driver
   849  * Better integration with host system: containers will reflect changes to the host's `/etc/resolv.conf` file when restarted
   850  * Better integration with host system: per-container iptable rules are moved to the DOCKER chain
   851  - Fixed container exiting on out of memory to return an invalid exit code
   852  
   853  #### Other
   854  * The HTTP_PROXY, HTTPS_PROXY, and NO_PROXY environment variables are properly taken into account by the client when connecting to the Docker daemon
   855  
   856  ## 1.4.1 (2014-12-15)
   857  
   858  #### Runtime
   859  - Fix issue with volumes-from and bind mounts not being honored after create
   860  
   861  ## 1.4.0 (2014-12-11)
   862  
   863  #### Notable Features since 1.3.0
   864  + Set key=value labels to the daemon (displayed in `docker info`), applied with
   865    new `-label` daemon flag
   866  + Add support for `ENV` in Dockerfile of the form:
   867    `ENV name=value name2=value2...`
   868  + New Overlayfs Storage Driver
   869  + `docker info` now returns an `ID` and `Name` field
   870  + Filter events by event name, container, or image
   871  + `docker cp` now supports copying from container volumes
   872  - Fixed `docker tag`, so it honors `--force` when overriding a tag for existing
   873    image.
   874  
   875  ## 1.3.3 (2014-12-11)
   876  
   877  #### Security
   878  - Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356)
   879  - Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357)
   880  - Validate image IDs (CVE-2014-9358)
   881  
   882  #### Runtime
   883  - Fix an issue when image archives are being read slowly
   884  
   885  #### Client
   886  - Fix a regression related to stdin redirection
   887  - Fix a regression with `docker cp` when destination is the current directory
   888  
   889  ## 1.3.2 (2014-11-20)
   890  
   891  #### Security
   892  - Fix tar breakout vulnerability
   893  * Extractions are now sandboxed chroot
   894  - Security options are no longer committed to images
   895  
   896  #### Runtime
   897  - Fix deadlock in `docker ps -f exited=1`
   898  - Fix a bug when `--volumes-from` references a container that failed to start
   899  
   900  #### Registry
   901  + `--insecure-registry` now accepts CIDR notation such as 10.1.0.0/16
   902  * Private registries whose IPs fall in the 127.0.0.0/8 range do no need the `--insecure-registry` flag
   903  - Skip the experimental registry v2 API when mirroring is enabled
   904  
   905  ## 1.3.1 (2014-10-28)
   906  
   907  #### Security
   908  * Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and registry
   909  + Secure HTTPS connection to registries with certificate verification and without HTTP fallback unless `--insecure-registry` is specified
   910  
   911  #### Runtime
   912  - Fix issue where volumes would not be shared
   913  
   914  #### Client
   915  - Fix issue with `--iptables=false` not automatically setting `--ip-masq=false`
   916  - Fix docker run output to non-TTY stdout
   917  
   918  #### Builder
   919  - Fix escaping `$` for environment variables
   920  - Fix issue with lowercase `onbuild` Dockerfile instruction
   921  - Restrict environment variable expansion to `ENV`, `ADD`, `COPY`, `WORKDIR`, `EXPOSE`, `VOLUME` and `USER`
   922  
   923  ## 1.3.0 (2014-10-14)
   924  
   925  #### Notable features since 1.2.0
   926  + Docker `exec` allows you to run additional processes inside existing containers
   927  + Docker `create` gives you the ability to create a container via the CLI without executing a process
   928  + `--security-opts` options to allow user to customize container labels and apparmor profiles
   929  + Docker `ps` filters
   930  - Wildcard support to COPY/ADD
   931  + Move production URLs to get.docker.com from get.docker.io
   932  + Allocate IP address on the bridge inside a valid CIDR
   933  + Use drone.io for PR and CI testing
   934  + Ability to setup an official registry mirror
   935  + Ability to save multiple images with docker `save`
   936  
   937  ## 1.2.0 (2014-08-20)
   938  
   939  #### Runtime
   940  + Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
   941  + Auto-restart containers using policies
   942  + Use /var/lib/docker/tmp for large temporary files
   943  + `--cap-add` and `--cap-drop` to tweak what linux capability you want
   944  + `--device` to use devices in containers
   945  
   946  #### Client
   947  + `docker search` on private registries
   948  + Add `exited` filter to `docker ps --filter`
   949  * `docker rm -f` now kills instead of stop
   950  + Support for IPv6 addresses in `--dns` flag
   951  
   952  #### Proxy
   953  + Proxy instances in separate processes
   954  * Small bug fix on UDP proxy
   955  
   956  ## 1.1.2 (2014-07-23)
   957  
   958  #### Runtime
   959  + Fix port allocation for existing containers
   960  + Fix containers restart on daemon restart
   961  
   962  #### Packaging
   963  + Fix /etc/init.d/docker issue on Debian
   964  
   965  ## 1.1.1 (2014-07-09)
   966  
   967  #### Builder
   968  * Fix issue with ADD
   969  
   970  ## 1.1.0 (2014-07-03)
   971  
   972  #### Notable features since 1.0.1
   973  + Add `.dockerignore` support
   974  + Pause containers during `docker commit`
   975  + Add `--tail` to `docker logs`
   976  
   977  #### Builder
   978  + Allow a tar file as context for `docker build`
   979  * Fix issue with white-spaces and multi-lines in `Dockerfiles`
   980  
   981  #### Runtime
   982  * Overall performance improvements
   983  * Allow `/` as source of `docker run -v`
   984  * Fix port allocation
   985  * Fix bug in `docker save`
   986  * Add links information to `docker inspect`
   987  
   988  #### Client
   989  * Improve command line parsing for `docker commit`
   990  
   991  #### Remote API
   992  * Improve status code for the `start` and `stop` endpoints
   993  
   994  ## 1.0.1 (2014-06-19)
   995  
   996  #### Notable features since 1.0.0
   997  * Enhance security for the LXC driver
   998  
   999  #### Builder
  1000  * Fix `ONBUILD` instruction passed to grandchildren
  1001  
  1002  #### Runtime
  1003  * Fix events subscription
  1004  * Fix /etc/hostname file with host networking
  1005  * Allow `-h` and `--net=none`
  1006  * Fix issue with hotplug devices in `--privileged`
  1007  
  1008  #### Client
  1009  * Fix artifacts with events
  1010  * Fix a panic with empty flags
  1011  * Fix `docker cp` on Mac OS X
  1012  
  1013  #### Miscellaneous
  1014  * Fix compilation on Mac OS X
  1015  * Fix several races
  1016  
  1017  ## 1.0.0 (2014-06-09)
  1018  
  1019  #### Notable features since 0.12.0
  1020  * Production support
  1021  
  1022  ## 0.12.0 (2014-06-05)
  1023  
  1024  #### Notable features since 0.11.0
  1025  * 40+ various improvements to stability, performance and usability
  1026  * New `COPY` Dockerfile instruction to allow copying a local file from the context into the container without ever extracting if the file is a tar file
  1027  * Inherit file permissions from the host on `ADD`
  1028  * New `pause` and `unpause` commands to allow pausing and unpausing of containers using cgroup freezer
  1029  * The `images` command has a `-f`/`--filter` option to filter the list of images
  1030  * Add `--force-rm` to clean up after a failed build
  1031  * Standardize JSON keys in Remote API to CamelCase
  1032  * Pull from a docker run now assumes `latest` tag if not specified
  1033  * Enhance security on Linux capabilities and device nodes
  1034  
  1035  ## 0.11.1 (2014-05-07)
  1036  
  1037  #### Registry
  1038  - Fix push and pull to private registry
  1039  
  1040  ## 0.11.0 (2014-05-07)
  1041  
  1042  #### Notable features since 0.10.0
  1043  
  1044  * SELinux support for mount and process labels
  1045  * Linked containers can be accessed by hostname
  1046  * Use the net `--net` flag to allow advanced network configuration such as host networking so that containers can use the host's network interfaces
  1047  * Add a ping endpoint to the Remote API to do healthchecks of your docker daemon
  1048  * Logs can now be returned with an optional timestamp
  1049  * Docker now works with registries that support SHA-512
  1050  * Multiple registry endpoints are supported to allow registry mirrors
  1051  
  1052  ## 0.10.0 (2014-04-08)
  1053  
  1054  #### Builder
  1055  - Fix printing multiple messages on a single line. Fixes broken output during builds.
  1056  - Follow symlinks inside container's root for ADD build instructions.
  1057  - Fix EXPOSE caching.
  1058  
  1059  #### Documentation
  1060  - Add the new options of `docker ps` to the documentation.
  1061  - Add the options of `docker restart` to the documentation.
  1062  - Update daemon docs and help messages for --iptables and --ip-forward.
  1063  - Updated apt-cacher-ng docs example.
  1064  - Remove duplicate description of --mtu from docs.
  1065  - Add missing -t and -v for `docker images` to the docs.
  1066  - Add fixes to the cli docs.
  1067  - Update libcontainer docs.
  1068  - Update images in docs to remove references to AUFS and LXC.
  1069  - Update the nodejs_web_app in the docs to use the new epel RPM address.
  1070  - Fix external link on security of containers.
  1071  - Update remote API docs.
  1072  - Add image size to history docs.
  1073  - Be explicit about binding to all interfaces in redis example.
  1074  - Document DisableNetwork flag in the 1.10 remote api.
  1075  - Document that `--lxc-conf` is lxc only.
  1076  - Add chef usage documentation.
  1077  - Add example for an image with multiple for `docker load`.
  1078  - Explain what `docker run -a` does in the docs.
  1079  
  1080  #### Contrib
  1081  - Add variable for DOCKER_LOGFILE to sysvinit and use append instead of overwrite in opening the logfile.
  1082  - Fix init script cgroup mounting workarounds to be more similar to cgroupfs-mount and thus work properly.
  1083  - Remove inotifywait hack from the upstart host-integration example because it's not necessary any more.
  1084  - Add check-config script to contrib.
  1085  - Fix fish shell completion.
  1086  
  1087  #### Hack
  1088  * Clean up "go test" output from "make test" to be much more readable/scannable.
  1089  * Exclude more "definitely not unit tested Go source code" directories from hack/make/test.
  1090  + Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.
  1091  - Include contributed completions in Ubuntu PPA.
  1092  + Add cli integration tests.
  1093  * Add tweaks to the hack scripts to make them simpler.
  1094  
  1095  #### Remote API
  1096  + Add TLS auth support for API.
  1097  * Move git clone from daemon to client.
  1098  - Fix content-type detection in docker cp.
  1099  * Split API into 2 go packages.
  1100  
  1101  #### Runtime
  1102  * Support hairpin NAT without going through Docker server.
  1103  - devicemapper: succeed immediately when removing non-existing devices.
  1104  - devicemapper: improve handling of devicemapper devices (add per device lock, increase sleep time and unlock while sleeping).
  1105  - devicemapper: increase timeout in waitClose to 10 seconds.
  1106  - devicemapper: ensure we shut down thin pool cleanly.
  1107  - devicemapper: pass info, rather than hash to activateDeviceIfNeeded, deactivateDevice, setInitialized, deleteDevice.
  1108  - devicemapper: avoid AB-BA deadlock.
  1109  - devicemapper: make shutdown better/faster.
  1110  - improve alpha sorting in mflag.
  1111  - Remove manual http cookie management because the cookiejar is being used.
  1112  - Use BSD raw mode on Darwin. Fixes nano, tmux and others.
  1113  - Add FreeBSD support for the client.
  1114  - Merge auth package into registry.
  1115  - Add deprecation warning for -t on `docker pull`.
  1116  - Remove goroutine leak on error.
  1117  - Update parseLxcInfo to comply with new lxc1.0 format.
  1118  - Fix attach exit on darwin.
  1119  - Improve deprecation message.
  1120  - Retry to retrieve the layer metadata up to 5 times for `docker pull`.
  1121  - Only unshare the mount namespace for execin.
  1122  - Merge existing config when committing.
  1123  - Disable daemon startup timeout.
  1124  - Fix issue #4681: add loopback interface when networking is disabled.
  1125  - Add failing test case for issue #4681.
  1126  - Send SIGTERM to child, instead of SIGKILL.
  1127  - Show the driver and the kernel version in `docker info` even when not in debug mode.
  1128  - Always symlink /dev/ptmx for libcontainer. This fixes console related problems.
  1129  - Fix issue caused by the absence of /etc/apparmor.d.
  1130  - Don't leave empty cidFile behind when failing to create the container.
  1131  - Mount cgroups automatically if they're not mounted already.
  1132  - Use mock for search tests.
  1133  - Update to double-dash everywhere.
  1134  - Move .dockerenv parsing to lxc driver.
  1135  - Move all bind-mounts in the container inside the namespace.
  1136  - Don't use separate bind mount for container.
  1137  - Always symlink /dev/ptmx for libcontainer.
  1138  - Don't kill by pid for other drivers.
  1139  - Add initial logging to libcontainer.
  1140  * Sort by port in `docker ps`.
  1141  - Move networking drivers into runtime top level package.
  1142  + Add --no-prune to `docker rmi`.
  1143  + Add time since exit in `docker ps`.
  1144  - graphdriver: add build tags.
  1145  - Prevent allocation of previously allocated ports & prevent improve port allocation.
  1146  * Add support for --since/--before in `docker ps`.
  1147  - Clean up container stop.
  1148  + Add support for configurable dns search domains.
  1149  - Add support for relative WORKDIR instructions.
  1150  - Add --output flag for docker save.
  1151  - Remove duplication of DNS entries in config merging.
  1152  - Add cpuset.cpus to cgroups and native driver options.
  1153  - Remove docker-ci.
  1154  - Promote btrfs. btrfs is no longer considered experimental.
  1155  - Add --input flag to `docker load`.
  1156  - Return error when existing bridge doesn't match IP address.
  1157  - Strip comments before parsing line continuations to avoid interpreting instructions as comments.
  1158  - Fix TestOnlyLoopbackExistsWhenUsingDisableNetworkOption to ignore "DOWN" interfaces.
  1159  - Add systemd implementation of cgroups and make containers show up as systemd units.
  1160  - Fix commit and import when no repository is specified.
  1161  - Remount /var/lib/docker as --private to fix scaling issue.
  1162  - Use the environment's proxy when pinging the remote registry.
  1163  - Reduce error level from harmless errors.
  1164  * Allow --volumes-from to be individual files.
  1165  - Fix expanding buffer in StdCopy.
  1166  - Set error regardless of attach or stdin. This fixes #3364.
  1167  - Add support for --env-file to load environment variables from files.
  1168  - Symlink /etc/mtab and /proc/mounts.
  1169  - Allow pushing a single tag.
  1170  - Shut down containers cleanly at shutdown and wait forever for the containers to shut down. This makes container shutdown on daemon shutdown work properly via SIGTERM.
  1171  - Don't throw error when starting an already running container.
  1172  - Fix dynamic port allocation limit.
  1173  - remove setupDev from libcontainer.
  1174  - Add API version to `docker version`.
  1175  - Return correct exit code when receiving signal and make SIGQUIT quit without cleanup.
  1176  - Fix --volumes-from mount failure.
  1177  - Allow non-privileged containers to create device nodes.
  1178  - Skip login tests because of external dependency on a hosted service.
  1179  - Deprecate `docker images --tree` and `docker images --viz`.
  1180  - Deprecate `docker insert`.
  1181  - Include base abstraction for apparmor. This fixes some apparmor related problems on Ubuntu 14.04.
  1182  - Add specific error message when hitting 401 over HTTP on push.
  1183  - Fix absolute volume check.
  1184  - Remove volumes-from from the config.
  1185  - Move DNS options to hostconfig.
  1186  - Update the apparmor profile for libcontainer.
  1187  - Add deprecation notice for `docker commit -run`.
  1188  
  1189  ## 0.9.1 (2014-03-24)
  1190  
  1191  #### Builder
  1192  - Fix printing multiple messages on a single line. Fixes broken output during builds.
  1193  
  1194  #### Documentation
  1195  - Fix external link on security of containers.
  1196  
  1197  #### Contrib
  1198  - Fix init script cgroup mounting workarounds to be more similar to cgroupfs-mount and thus work properly.
  1199  - Add variable for DOCKER_LOGFILE to sysvinit and use append instead of overwrite in opening the logfile.
  1200  
  1201  #### Hack
  1202  - Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.
  1203  
  1204  #### Remote API
  1205  - Fix content-type detection in `docker cp`.
  1206  
  1207  #### Runtime
  1208  - Use BSD raw mode on Darwin. Fixes nano, tmux and others.
  1209  - Only unshare the mount namespace for execin.
  1210  - Retry to retrieve the layer metadata up to 5 times for `docker pull`.
  1211  - Merge existing config when committing.
  1212  - Fix panic in monitor.
  1213  - Disable daemon startup timeout.
  1214  - Fix issue #4681: add loopback interface when networking is disabled.
  1215  - Add failing test case for issue #4681.
  1216  - Send SIGTERM to child, instead of SIGKILL.
  1217  - Show the driver and the kernel version in `docker info` even when not in debug mode.
  1218  - Always symlink /dev/ptmx for libcontainer. This fixes console related problems.
  1219  - Fix issue caused by the absence of /etc/apparmor.d.
  1220  - Don't leave empty cidFile behind when failing to create the container.
  1221  - Improve deprecation message.
  1222  - Fix attach exit on darwin.
  1223  - devicemapper: improve handling of devicemapper devices (add per device lock, increase sleep time, unlock while sleeping).
  1224  - devicemapper: succeed immediately when removing non-existing devices.
  1225  - devicemapper: increase timeout in waitClose to 10 seconds.
  1226  - Remove goroutine leak on error.
  1227  - Update parseLxcInfo to comply with new lxc1.0 format.
  1228  
  1229  ## 0.9.0 (2014-03-10)
  1230  
  1231  #### Builder
  1232  - Avoid extra mount/unmount during build. This fixes mount/unmount related errors during build.
  1233  - Add error to docker build --rm. This adds missing error handling.
  1234  - Forbid chained onbuild, `onbuild from` and  `onbuild maintainer` triggers.
  1235  - Make `--rm` the default for `docker build`.
  1236  
  1237  #### Documentation
  1238  - Download the docker client binary for Mac over https.
  1239  - Update the titles of the install instructions & descriptions.
  1240  * Add instructions for upgrading boot2docker.
  1241  * Add port forwarding example in OS X install docs.
  1242  - Attempt to disentangle repository and registry.
  1243  - Update docs to explain more about `docker ps`.
  1244  - Update sshd example to use a Dockerfile.
  1245  - Rework some examples, including the Python examples.
  1246  - Update docs to include instructions for a container's lifecycle.
  1247  - Update docs documentation to discuss the docs branch.
  1248  - Don't skip cert check for an example & use HTTPS.
  1249  - Bring back the memory and swap accounting section which was lost when the kernel page was removed.
  1250  - Explain DNS warnings and how to fix them on systems running and using a local nameserver.
  1251  
  1252  #### Contrib
  1253  - Add Tanglu support for mkimage-debootstrap.
  1254  - Add SteamOS support for mkimage-debootstrap.
  1255  
  1256  #### Hack
  1257  - Get package coverage when running integration tests.
  1258  - Remove the Vagrantfile. This is being replaced with boot2docker.
  1259  - Fix tests on systems where aufs isn't available.
  1260  - Update packaging instructions and remove the dependency on lxc.
  1261  
  1262  #### Remote API
  1263  * Move code specific to the API to the api package.
  1264  - Fix header content type for the API. Makes all endpoints use proper content type.
  1265  - Fix registry auth & remove ping calls from CmdPush and CmdPull.
  1266  - Add newlines to the JSON stream functions.
  1267  
  1268  #### Runtime
  1269  * Do not ping the registry from the CLI. All requests to registries flow through the daemon.
  1270  - Check for nil information return in the lxc driver. This fixes panics with older lxc versions.
  1271  - Devicemapper: cleanups and fix for unmount. Fixes two problems which were causing unmount to fail intermittently.
  1272  - Devicemapper: remove directory when removing device. Directories don't get left behind when removing the device.
  1273  * Devicemapper: enable skip_block_zeroing. Improves performance by not zeroing blocks.
  1274  - Devicemapper: fix shutdown warnings. Fixes shutdown warnings concerning pool device removal.
  1275  - Ensure docker cp stream is closed properly. Fixes problems with files not being copied by `docker cp`.
  1276  - Stop making `tcp://` default to `127.0.0.1:4243` and remove the default port for tcp.
  1277  - Fix `--run` in `docker commit`. This makes `docker commit --run` work again.
  1278  - Fix custom bridge related options. This makes custom bridges work again.
  1279  + Mount-bind the PTY as container console. This allows tmux/screen to run.
  1280  + Add the pure Go libcontainer library to make it possible to run containers using only features of the Linux kernel.
  1281  + Add native exec driver which uses libcontainer and make it the default exec driver.
  1282  - Add support for handling extended attributes in archives.
  1283  * Set the container MTU to be the same as the host MTU.
  1284  + Add simple sha256 checksums for layers to speed up `docker push`.
  1285  * Improve kernel version parsing.
  1286  * Allow flag grouping (`docker run -it`).
  1287  - Remove chroot exec driver.
  1288  - Fix divide by zero to fix panic.
  1289  - Rewrite `docker rmi`.
  1290  - Fix docker info with lxc 1.0.0.
  1291  - Fix fedora tty with apparmor.
  1292  * Don't always append env vars, replace defaults with vars from config.
  1293  * Fix a goroutine leak.
  1294  * Switch to Go 1.2.1.
  1295  - Fix unique constraint error checks.
  1296  * Handle symlinks for Docker's data directory and for TMPDIR.
  1297  - Add deprecation warnings for flags (-flag is deprecated in favor of --flag)
  1298  - Add apparmor profile for the native execution driver.
  1299  * Move system specific code from archive to pkg/system.
  1300  - Fix duplicate signal for `docker run -i -t` (issue #3336).
  1301  - Return correct process pid for lxc.
  1302  - Add a -G option to specify the group which unix sockets belong to.
  1303  + Add `-f` flag to `docker rm` to force removal of running containers.
  1304  + Kill ghost containers and restart all ghost containers when the docker daemon restarts.
  1305  + Add `DOCKER_RAMDISK` environment variable to make Docker work when the root is on a ramdisk.
  1306  
  1307  ## 0.8.1 (2014-02-18)
  1308  
  1309  #### Builder
  1310  
  1311  - Avoid extra mount/unmount during build. This removes an unneeded mount/unmount operation which was causing problems with devicemapper
  1312  - Fix regression with ADD of tar files. This stops Docker from decompressing tarballs added via ADD from the local file system
  1313  - Add error to `docker build --rm`. This adds a missing error check to ensure failures to remove containers are detected and reported
  1314  
  1315  #### Documentation
  1316  
  1317  * Update issue filing instructions
  1318  * Warn against the use of symlinks for Docker's storage folder
  1319  * Replace the Firefox example with an IceWeasel example
  1320  * Rewrite the PostgresSQL example using a Dockerfile and add more details to it
  1321  * Improve the OS X documentation
  1322  
  1323  #### Remote API
  1324  
  1325  - Fix broken images API for version less than 1.7
  1326  - Use the right encoding for all API endpoints which return JSON
  1327  - Move remote api client to api/
  1328  - Queue calls to the API using generic socket wait
  1329  
  1330  #### Runtime
  1331  
  1332  - Fix the use of custom settings for bridges and custom bridges
  1333  - Refactor the devicemapper code to avoid many mount/unmount race conditions and failures
  1334  - Remove two panics which could make Docker crash in some situations
  1335  - Don't ping registry from the CLI client
  1336  - Enable skip_block_zeroing for devicemapper. This stops devicemapper from always zeroing entire blocks
  1337  - Fix --run in `docker commit`. This makes docker commit store `--run` in the image configuration
  1338  - Remove directory when removing devicemapper device. This cleans up leftover mount directories
  1339  - Drop NET_ADMIN capability for non-privileged containers. Unprivileged containers can't change their network configuration
  1340  - Ensure `docker cp` stream is closed properly
  1341  - Avoid extra mount/unmount during container registration. This removes an unneeded mount/unmount operation which was causing problems with devicemapper
  1342  - Stop allowing tcp:// as a default tcp bin address which binds to 127.0.0.1:4243 and remove the default port
  1343  + Mount-bind the PTY as container console. This allows tmux and screen to run in a container
  1344  - Clean up archive closing. This fixes and improves archive handling
  1345  - Fix engine tests on systems where temp directories are symlinked
  1346  - Add test methods for save and load
  1347  - Avoid temporarily unmounting the container when restarting it. This fixes a race for devicemapper during restart
  1348  - Support submodules when building from a GitHub repository
  1349  - Quote volume path to allow spaces
  1350  - Fix remote tar ADD behavior. This fixes a regression which was causing Docker to extract tarballs
  1351  
  1352  ## 0.8.0 (2014-02-04)
  1353  
  1354  #### Notable features since 0.7.0
  1355  
  1356  * Images and containers can be removed much faster
  1357  * Building an image from source with docker build is now much faster
  1358  * The Docker daemon starts and stops much faster
  1359  * The memory footprint of many common operations has been reduced, by streaming files instead of buffering them in memory, fixing memory leaks, and fixing various suboptimal memory allocations
  1360  * Several race conditions were fixed, making Docker more stable under very high concurrency load. This makes Docker more stable and less likely to crash and reduces the memory footprint of many common operations
  1361  * All packaging operations are now built on the Go language’s standard tar implementation, which is bundled with Docker itself. This makes packaging more portable across host distributions, and solves several issues caused by quirks and incompatibilities between different distributions of tar
  1362  * Docker can now create, remove and modify larger numbers of containers and images graciously thanks to more aggressive releasing of system resources. For example the storage driver API now allows Docker to do reference counting on mounts created by the drivers
  1363  With the ongoing changes to the networking and execution subsystems of docker testing these areas have been a focus of the refactoring.  By moving these subsystems into separate packages we can test, analyze, and monitor coverage and quality of these packages
  1364  * Many components have been separated into smaller sub-packages, each with a dedicated test suite. As a result the code is better-tested, more readable and easier to change
  1365  
  1366  * The ADD instruction now supports caching, which avoids unnecessarily re-uploading the same source content again and again when it hasn’t changed
  1367  * The new ONBUILD instruction adds to your image a “trigger” instruction to be executed at a later time, when the image is used as the base for another build
  1368  * Docker now ships with an experimental storage driver which uses the BTRFS filesystem for copy-on-write
  1369  * Docker is officially supported on Mac OS X
  1370  * The Docker daemon supports systemd socket activation
  1371  
  1372  ## 0.7.6 (2014-01-14)
  1373  
  1374  #### Builder
  1375  
  1376  * Do not follow symlink outside of build context
  1377  
  1378  #### Runtime
  1379  
  1380  - Remount bind mounts when ro is specified
  1381  * Use https for fetching docker version
  1382  
  1383  #### Other
  1384  
  1385  * Inline the test.docker.io fingerprint
  1386  * Add ca-certificates to packaging documentation
  1387  
  1388  ## 0.7.5 (2014-01-09)
  1389  
  1390  #### Builder
  1391  
  1392  * Disable compression for build. More space usage but a much faster upload
  1393  - Fix ADD caching for certain paths
  1394  - Do not compress archive from git build
  1395  
  1396  #### Documentation
  1397  
  1398  - Fix error in GROUP add example
  1399  * Make sure the GPG fingerprint is inline in the documentation
  1400  * Give more specific advice on setting up signing of commits for DCO
  1401  
  1402  #### Runtime
  1403  
  1404  - Fix misspelled container names
  1405  - Do not add hostname when networking is disabled
  1406  * Return most recent image from the cache by date
  1407  - Return all errors from docker wait
  1408  * Add Content-Type Header "application/json" to GET /version and /info responses
  1409  
  1410  #### Other
  1411  
  1412  * Update DCO to version 1.1
  1413  + Update Makefile to use "docker:GIT_BRANCH" as the generated image name
  1414  * Update Travis to check for new 1.1 DCO version
  1415  
  1416  ## 0.7.4 (2014-01-07)
  1417  
  1418  #### Builder
  1419  
  1420  - Fix ADD caching issue with . prefixed path
  1421  - Fix docker build on devicemapper by reverting sparse file tar option
  1422  - Fix issue with file caching and prevent wrong cache hit
  1423  * Use same error handling while unmarshalling CMD and ENTRYPOINT
  1424  
  1425  #### Documentation
  1426  
  1427  * Simplify and streamline Amazon Quickstart
  1428  * Install instructions use unprefixed Fedora image
  1429  * Update instructions for mtu flag for Docker on GCE
  1430  + Add Ubuntu Saucy to installation
  1431  - Fix for wrong version warning on master instead of latest
  1432  
  1433  #### Runtime
  1434  
  1435  - Only get the image's rootfs when we need to calculate the image size
  1436  - Correctly handle unmapping UDP ports
  1437  * Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
  1438  - Fix login message to say pull instead of push
  1439  - Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
  1440  * Make blank -H option default to the same as no -H was sent
  1441  * Extract cgroups utilities to own submodule
  1442  
  1443  #### Other
  1444  
  1445  + Add Travis CI configuration to validate DCO and gofmt requirements
  1446  + Add Developer Certificate of Origin Text
  1447  * Upgrade VBox Guest Additions
  1448  * Check standalone header when pinging a registry server
  1449  
  1450  ## 0.7.3 (2014-01-02)
  1451  
  1452  #### Builder
  1453  
  1454  + Update ADD to use the image cache, based on a hash of the added content
  1455  * Add error message for empty Dockerfile
  1456  
  1457  #### Documentation
  1458  
  1459  - Fix outdated link to the "Introduction" on www.docker.io
  1460  + Update the docs to get wider when the screen does
  1461  - Add information about needing to install LXC when using raw binaries
  1462  * Update Fedora documentation to disentangle the docker and docker.io conflict
  1463  * Add a note about using the new `-mtu` flag in several GCE zones
  1464  + Add FrugalWare installation instructions
  1465  + Add a more complete example of `docker run`
  1466  - Fix API documentation for creating and starting Privileged containers
  1467  - Add missing "name" parameter documentation on "/containers/create"
  1468  * Add a mention of `lxc-checkconfig` as a way to check for some of the necessary kernel configuration
  1469  - Update the 1.8 API documentation with some additions that were added to the docs for 1.7
  1470  
  1471  #### Hack
  1472  
  1473  - Add missing libdevmapper dependency to the packagers documentation
  1474  * Update minimum Go requirement to a hard line at Go 1.2+
  1475  * Many minor improvements to the Vagrantfile
  1476  + Add ability to customize dockerinit search locations when compiling (to be used very sparingly only by packagers of platforms who require a nonstandard location)
  1477  + Add coverprofile generation reporting
  1478  - Add `-a` to our Go build flags, removing the need for recompiling the stdlib manually
  1479  * Update Dockerfile to be more canonical and have less spurious warnings during build
  1480  - Fix some miscellaneous `docker pull` progress bar display issues
  1481  * Migrate more miscellaneous packages under the "pkg" folder
  1482  * Update TextMate highlighting to automatically be enabled for files named "Dockerfile"
  1483  * Reorganize syntax highlighting files under a common "contrib/syntax" directory
  1484  * Update install.sh script (https://get.docker.io/) to not fail if busybox fails to download or run at the end of the Ubuntu/Debian installation
  1485  * Add support for container names in bash completion
  1486  
  1487  #### Packaging
  1488  
  1489  + Add an official Docker client binary for Darwin (Mac OS X)
  1490  * Remove empty "Vendor" string and added "License" on deb package
  1491  + Add a stubbed version of "/etc/default/docker" in the deb package
  1492  
  1493  #### Runtime
  1494  
  1495  * Update layer application to extract tars in place, avoiding file churn while handling whiteouts
  1496  - Fix permissiveness of mtime comparisons in tar handling (since GNU tar and Go tar do not yet support sub-second mtime precision)
  1497  * Reimplement `docker top` in pure Go to work more consistently, and even inside Docker-in-Docker (thus removing the shell injection vulnerability present in some versions of `lxc-ps`)
  1498  + Update `-H unix://` to work similarly to `-H tcp://` by inserting the default values for missing portions
  1499  - Fix more edge cases regarding dockerinit and deleted or replaced docker or dockerinit files
  1500  * Update container name validation to include '.'
  1501  - Fix use of a symlink or non-absolute path as the argument to `-g` to work as expected
  1502  * Update to handle external mounts outside of LXC, fixing many small mounting quirks and making future execution backends and other features simpler
  1503  * Update to use proper box-drawing characters everywhere in `docker images -tree`
  1504  * Move MTU setting from LXC configuration to directly use netlink
  1505  * Add `-S` option to external tar invocation for more efficient spare file handling
  1506  + Add arch/os info to User-Agent string, especially for registry requests
  1507  + Add `-mtu` option to Docker daemon for configuring MTU
  1508  - Fix `docker build` to exit with a non-zero exit code on error
  1509  + Add `DOCKER_HOST` environment variable to configure the client `-H` flag without specifying it manually for every invocation
  1510  
  1511  ## 0.7.2 (2013-12-16)
  1512  
  1513  #### Runtime
  1514  
  1515  + Validate container names on creation with standard regex
  1516  * Increase maximum image depth to 127 from 42
  1517  * Continue to move api endpoints to the job api
  1518  + Add -bip flag to allow specification of dynamic bridge IP via CIDR
  1519  - Allow bridge creation when ipv6 is not enabled on certain systems
  1520  * Set hostname and IP address from within dockerinit
  1521  * Drop capabilities from within dockerinit
  1522  - Fix volumes on host when symlink is present the image
  1523  - Prevent deletion of image if ANY container is depending on it even if the container is not running
  1524  * Update docker push to use new progress display
  1525  * Use os.Lstat to allow mounting unix sockets when inspecting volumes
  1526  - Adjust handling of inactive user login
  1527  - Add missing defines in devicemapper for older kernels
  1528  - Allow untag operations with no container validation
  1529  - Add auth config to docker build
  1530  
  1531  #### Documentation
  1532  
  1533  * Add more information about Docker logging
  1534  + Add RHEL documentation
  1535  * Add a direct example for changing the CMD that is run in a container
  1536  * Update Arch installation documentation
  1537  + Add section on Trusted Builds
  1538  + Add Network documentation page
  1539  
  1540  #### Other
  1541  
  1542  + Add new cover bundle for providing code coverage reporting
  1543  * Separate integration tests in bundles
  1544  * Make Tianon the hack maintainer
  1545  * Update mkimage-debootstrap with more tweaks for keeping images small
  1546  * Use https to get the install script
  1547  * Remove vendored dotcloud/tar now that Go 1.2 has been released
  1548  
  1549  ## 0.7.1 (2013-12-05)
  1550  
  1551  #### Documentation
  1552  
  1553  + Add @SvenDowideit as documentation maintainer
  1554  + Add links example
  1555  + Add documentation regarding ambassador pattern
  1556  + Add Google Cloud Platform docs
  1557  + Add dockerfile best practices
  1558  * Update doc for RHEL
  1559  * Update doc for registry
  1560  * Update Postgres examples
  1561  * Update doc for Ubuntu install
  1562  * Improve remote api doc
  1563  
  1564  #### Runtime
  1565  
  1566  + Add hostconfig to docker inspect
  1567  + Implement `docker log -f` to stream logs
  1568  + Add env variable to disable kernel version warning
  1569  + Add -format to `docker inspect`
  1570  + Support bind-mount for files
  1571  - Fix bridge creation on RHEL
  1572  - Fix image size calculation
  1573  - Make sure iptables are called even if the bridge already exists
  1574  - Fix issue with stderr only attach
  1575  - Remove init layer when destroying a container
  1576  - Fix same port binding on different interfaces
  1577  - `docker build` now returns the correct exit code
  1578  - Fix `docker port` to display correct port
  1579  - `docker build` now check that the dockerfile exists client side
  1580  - `docker attach` now returns the correct exit code
  1581  - Remove the name entry when the container does not exist
  1582  
  1583  #### Registry
  1584  
  1585  * Improve progress bars, add ETA for downloads
  1586  * Simultaneous pulls now waits for the first to finish instead of failing
  1587  - Tag only the top-layer image when pushing to registry
  1588  - Fix issue with offline image transfer
  1589  - Fix issue preventing using ':' in password for registry
  1590  
  1591  #### Other
  1592  
  1593  + Add pprof handler for debug
  1594  + Create a Makefile
  1595  * Use stdlib tar that now includes fix
  1596  * Improve make.sh test script
  1597  * Handle SIGQUIT on the daemon
  1598  * Disable verbose during tests
  1599  * Upgrade to go1.2 for official build
  1600  * Improve unit tests
  1601  * The test suite now runs all tests even if one fails
  1602  * Refactor C in Go (Devmapper)
  1603  - Fix OS X compilation
  1604  
  1605  ## 0.7.0 (2013-11-25)
  1606  
  1607  #### Notable features since 0.6.0
  1608  
  1609  * Storage drivers: choose from aufs, device-mapper, or vfs.
  1610  * Standard Linux support: docker now runs on unmodified Linux kernels and all major distributions.
  1611  * Links: compose complex software stacks by connecting containers to each other.
  1612  * Container naming: organize your containers by giving them memorable names.
  1613  * Advanced port redirects: specify port redirects per interface, or keep sensitive ports private.
  1614  * Offline transfer: push and pull images to the filesystem without losing information.
  1615  * Quality: numerous bugfixes and small usability improvements. Significant increase in test coverage.
  1616  
  1617  ## 0.6.7 (2013-11-21)
  1618  
  1619  #### Runtime
  1620  
  1621  * Improve stability, fixes some race conditions
  1622  * Skip the volumes mounted when deleting the volumes of container.
  1623  * Fix layer size computation: handle hard links correctly
  1624  * Use the work Path for docker cp CONTAINER:PATH
  1625  * Fix tmp dir never cleanup
  1626  * Speedup docker ps
  1627  * More informative error message on name collisions
  1628  * Fix nameserver regex
  1629  * Always return long id's
  1630  * Fix container restart race condition
  1631  * Keep published ports on docker stop;docker start
  1632  * Fix container networking on Fedora
  1633  * Correctly express "any address" to iptables
  1634  * Fix network setup when reconnecting to ghost container
  1635  * Prevent deletion if image is used by a running container
  1636  * Lock around read operations in graph
  1637  
  1638  #### RemoteAPI
  1639  
  1640  * Return full ID on docker rmi
  1641  
  1642  #### Client
  1643  
  1644  + Add -tree option to images
  1645  + Offline image transfer
  1646  * Exit with status 2 on usage error and display usage on stderr
  1647  * Do not forward SIGCHLD to container
  1648  * Use string timestamp for docker events -since
  1649  
  1650  #### Other
  1651  
  1652  * Update to go 1.2rc5
  1653  + Add /etc/default/docker support to upstart
  1654  
  1655  ## 0.6.6 (2013-11-06)
  1656  
  1657  #### Runtime
  1658  
  1659  * Ensure container name on register
  1660  * Fix regression in /etc/hosts
  1661  + Add lock around write operations in graph
  1662  * Check if port is valid
  1663  * Fix restart runtime error with ghost container networking
  1664  + Add some more colors and animals to increase the pool of generated names
  1665  * Fix issues in docker inspect
  1666  + Escape apparmor confinement
  1667  + Set environment variables using a file.
  1668  * Prevent docker insert to erase something
  1669  + Prevent DNS server conflicts in CreateBridgeIface
  1670  + Validate bind mounts on the server side
  1671  + Use parent image config in docker build
  1672  * Fix regression in /etc/hosts
  1673  
  1674  #### Client
  1675  
  1676  + Add -P flag to publish all exposed ports
  1677  + Add -notrunc and -q flags to docker history
  1678  * Fix docker commit, tag and import usage
  1679  + Add stars, trusted builds and library flags in docker search
  1680  * Fix docker logs with tty
  1681  
  1682  #### RemoteAPI
  1683  
  1684  * Make /events API send headers immediately
  1685  * Do not split last column docker top
  1686  + Add size to history
  1687  
  1688  #### Other
  1689  
  1690  + Contrib: Desktop integration. Firefox usecase.
  1691  + Dockerfile: bump to go1.2rc3
  1692  
  1693  ## 0.6.5 (2013-10-29)
  1694  
  1695  #### Runtime
  1696  
  1697  + Containers can now be named
  1698  + Containers can now be linked together for service discovery
  1699  + 'run -a', 'start -a' and 'attach' can forward signals to the container for better integration with process supervisors
  1700  + Automatically start crashed containers after a reboot
  1701  + Expose IP, port, and proto as separate environment vars for container links
  1702  * Allow ports to be published to specific ips
  1703  * Prohibit inter-container communication by default
  1704  - Ignore ErrClosedPipe for stdin in Container.Attach
  1705  - Remove unused field kernelVersion
  1706  * Fix issue when mounting subdirectories of /mnt in container
  1707  - Fix untag during removal of images
  1708  * Check return value of syscall.Chdir when changing working directory inside dockerinit
  1709  
  1710  #### Client
  1711  
  1712  - Only pass stdin to hijack when needed to avoid closed pipe errors
  1713  * Use less reflection in command-line method invocation
  1714  - Monitor the tty size after starting the container, not prior
  1715  - Remove useless os.Exit() calls after log.Fatal
  1716  
  1717  #### Hack
  1718  
  1719  + Add initial init scripts library and a safer Ubuntu packaging script that works for Debian
  1720  * Add -p option to invoke debootstrap with http_proxy
  1721  - Update install.sh with $sh_c to get sudo/su for modprobe
  1722  * Update all the mkimage scripts to use --numeric-owner as a tar argument
  1723  * Update hack/release.sh process to automatically invoke hack/make.sh and bail on build and test issues
  1724  
  1725  #### Other
  1726  
  1727  * Documentation: Fix the flags for nc in example
  1728  * Testing: Remove warnings and prevent mount issues
  1729  - Testing: Change logic for tty resize to avoid warning in tests
  1730  - Builder: Fix race condition in docker build with verbose output
  1731  - Registry: Fix content-type for PushImageJSONIndex method
  1732  * Contrib: Improve helper tools to generate debian and Arch linux server images
  1733  
  1734  ## 0.6.4 (2013-10-16)
  1735  
  1736  #### Runtime
  1737  
  1738  - Add cleanup of container when Start() fails
  1739  * Add better comments to utils/stdcopy.go
  1740  * Add utils.Errorf for error logging
  1741  + Add -rm to docker run for removing a container on exit
  1742  - Remove error messages which are not actually errors
  1743  - Fix `docker rm` with volumes
  1744  - Fix some error cases where a HTTP body might not be closed
  1745  - Fix panic with wrong dockercfg file
  1746  - Fix the attach behavior with -i
  1747  * Record termination time in state.
  1748  - Use empty string so TempDir uses the OS's temp dir automatically
  1749  - Make sure to close the network allocators
  1750  + Autorestart containers by default
  1751  * Bump vendor kr/pty to commit 3b1f6487b `(syscall.O_NOCTTY)`
  1752  * lxc: Allow set_file_cap capability in container
  1753  - Move run -rm to the cli only
  1754  * Split stdout stderr
  1755  * Always create a new session for the container
  1756  
  1757  #### Testing
  1758  
  1759  - Add aggregated docker-ci email report
  1760  - Add cleanup to remove leftover containers
  1761  * Add nightly release to docker-ci
  1762  * Add more tests around auth.ResolveAuthConfig
  1763  - Remove a few errors in tests
  1764  - Catch errClosing error when TCP and UDP proxies are terminated
  1765  * Only run certain tests with TESTFLAGS='-run TestName' make.sh
  1766  * Prevent docker-ci to test closing PRs
  1767  * Replace panic by log.Fatal in tests
  1768  - Increase TestRunDetach timeout
  1769  
  1770  #### Documentation
  1771  
  1772  * Add initial draft of the Docker infrastructure doc
  1773  * Add devenvironment link to CONTRIBUTING.md
  1774  * Add `apt-get install curl` to Ubuntu docs
  1775  * Add explanation for export restrictions
  1776  * Add .dockercfg doc
  1777  * Remove Gentoo install notes about #1422 workaround
  1778  * Fix help text for -v option
  1779  * Fix Ping endpoint documentation
  1780  - Fix parameter names in docs for ADD command
  1781  - Fix ironic typo in changelog
  1782  * Various command fixes in postgres example
  1783  * Document how to edit and release docs
  1784  - Minor updates to `postgresql_service.rst`
  1785  * Clarify LGTM process to contributors
  1786  - Corrected error in the package name
  1787  * Document what `vagrant up` is actually doing
  1788  + improve doc search results
  1789  * Cleanup whitespace in API 1.5 docs
  1790  * use angle brackets in MAINTAINER example email
  1791  * Update archlinux.rst
  1792  + Changes to a new style for the docs. Includes version switcher.
  1793  * Formatting, add information about multiline json
  1794  * Improve registry and index REST API documentation
  1795  - Replace deprecated upgrading reference to docker-latest.tgz, which hasn't been updated since 0.5.3
  1796  * Update Gentoo installation documentation now that we're in the portage tree proper
  1797  * Cleanup and reorganize docs and tooling for contributors and maintainers
  1798  - Minor spelling correction of protocoll -> protocol
  1799  
  1800  #### Contrib
  1801  
  1802  * Add vim syntax highlighting for Dockerfiles from @honza
  1803  * Add mkimage-arch.sh
  1804  * Reorganize contributed completion scripts to add zsh completion
  1805  
  1806  #### Hack
  1807  
  1808  * Add vagrant user to the docker group
  1809  * Add proper bash completion for "docker push"
  1810  * Add xz utils as a runtime dep
  1811  * Add cleanup/refactor portion of #2010 for hack and Dockerfile updates
  1812  + Add contrib/mkimage-centos.sh back (from #1621), and associated documentation link
  1813  * Add several of the small make.sh fixes from #1920, and make the output more consistent and contributor-friendly
  1814  + Add @tianon to hack/MAINTAINERS
  1815  * Improve network performance for VirtualBox
  1816  * Revamp install.sh to be usable by more people, and to use official install methods whenever possible (apt repo, portage tree, etc.)
  1817  - Fix contrib/mkimage-debian.sh apt caching prevention
  1818  + Add Dockerfile.tmLanguage to contrib
  1819  * Configured FPM to make /etc/init/docker.conf a config file
  1820  * Enable SSH Agent forwarding in Vagrant VM
  1821  * Several small tweaks/fixes for contrib/mkimage-debian.sh
  1822  
  1823  #### Other
  1824  
  1825  - Builder: Abort build if mergeConfig returns an error and fix duplicate error message
  1826  - Packaging: Remove deprecated packaging directory
  1827  - Registry: Use correct auth config when logging in.
  1828  - Registry: Fix the error message so it is the same as the regex
  1829  
  1830  ## 0.6.3 (2013-09-23)
  1831  
  1832  #### Packaging
  1833  
  1834  * Add 'docker' group on install for ubuntu package
  1835  * Update tar vendor dependency
  1836  * Download apt key over HTTPS
  1837  
  1838  #### Runtime
  1839  
  1840  - Only copy and change permissions on non-bindmount volumes
  1841  * Allow multiple volumes-from
  1842  - Fix HTTP imports from STDIN
  1843  
  1844  #### Documentation
  1845  
  1846  * Update section on extracting the docker binary after build
  1847  * Update development environment docs for new build process
  1848  * Remove 'base' image from documentation
  1849  
  1850  #### Other
  1851  
  1852  - Client: Fix detach issue
  1853  - Registry: Update regular expression to match index
  1854  
  1855  ## 0.6.2 (2013-09-17)
  1856  
  1857  #### Runtime
  1858  
  1859  + Add domainname support
  1860  + Implement image filtering with path.Match
  1861  * Remove unnecessary warnings
  1862  * Remove os/user dependency
  1863  * Only mount the hostname file when the config exists
  1864  * Handle signals within the `docker login` command
  1865  - UID and GID are now also applied to volumes
  1866  - `docker start` set error code upon error
  1867  - `docker run` set the same error code as the process started
  1868  
  1869  #### Builder
  1870  
  1871  + Add -rm option in order to remove intermediate containers
  1872  * Allow multiline for the RUN instruction
  1873  
  1874  #### Registry
  1875  
  1876  * Implement login with private registry
  1877  - Fix push issues
  1878  
  1879  #### Other
  1880  
  1881  + Hack: Vendor all dependencies
  1882  * Remote API: Bump to v1.5
  1883  * Packaging: Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc.
  1884  * Documentation: General improvements
  1885  
  1886  ## 0.6.1 (2013-08-23)
  1887  
  1888  #### Registry
  1889  
  1890  * Pass "meta" headers in API calls to the registry
  1891  
  1892  #### Packaging
  1893  
  1894  - Use correct upstart script with new build tool
  1895  - Use libffi-dev, don`t build it from sources
  1896  - Remove duplicate mercurial install command
  1897  
  1898  ## 0.6.0 (2013-08-22)
  1899  
  1900  #### Runtime
  1901  
  1902  + Add lxc-conf flag to allow custom lxc options
  1903  + Add an option to set the working directory
  1904  * Add Image name to LogEvent tests
  1905  + Add -privileged flag and relevant tests, docs, and examples
  1906  * Add websocket support to /container/<name>/attach/ws
  1907  * Add warning when net.ipv4.ip_forwarding = 0
  1908  * Add hostname to environment
  1909  * Add last stable version in `docker version`
  1910  - Fix race conditions in parallel pull
  1911  - Fix Graph ByParent() to generate list of child images per parent image.
  1912  - Fix typo: fmt.Sprint -> fmt.Sprintf
  1913  - Fix small \n error un docker build
  1914  * Fix to "Inject dockerinit at /.dockerinit"
  1915  * Fix #910. print user name to docker info output
  1916  * Use Go 1.1.2 for dockerbuilder
  1917  * Use ranged for loop on channels
  1918  - Use utils.ParseRepositoryTag instead of strings.Split(name, ":") in server.ImageDelete
  1919  - Improve CMD, ENTRYPOINT, and attach docs.
  1920  - Improve connect message with socket error
  1921  - Load authConfig only when needed and fix useless WARNING
  1922  - Show tag used when image is missing
  1923  * Apply volumes-from before creating volumes
  1924  - Make docker run handle SIGINT/SIGTERM
  1925  - Prevent crash when .dockercfg not readable
  1926  - Install script should be fetched over https, not http.
  1927  * API, issue 1471: Use groups for socket permissions
  1928  - Correctly detect IPv4 forwarding
  1929  * Mount /dev/shm as a tmpfs
  1930  - Switch from http to https for get.docker.io
  1931  * Let userland proxy handle container-bound traffic
  1932  * Update the Docker CLI to specify a value for the "Host" header.
  1933  - Change network range to avoid conflict with EC2 DNS
  1934  - Reduce connect and read timeout when pinging the registry
  1935  * Parallel pull
  1936  - Handle ip route showing mask-less IP addresses
  1937  * Allow ENTRYPOINT without CMD
  1938  - Always consider localhost as a domain name when parsing the FQN repos name
  1939  * Refactor checksum
  1940  
  1941  #### Documentation
  1942  
  1943  * Add MongoDB image example
  1944  * Add instructions for creating and using the docker group
  1945  * Add sudo to examples and installation to documentation
  1946  * Add ufw doc
  1947  * Add a reference to ps -a
  1948  * Add information about Docker`s high level tools over LXC.
  1949  * Fix typo in docs for docker run -dns
  1950  * Fix a typo in the ubuntu installation guide
  1951  * Fix to docs regarding adding docker groups
  1952  * Update default -H docs
  1953  * Update readme with dependencies for building
  1954  * Update amazon.rst to explain that Vagrant is not necessary for running Docker on ec2
  1955  * PostgreSQL service example in documentation
  1956  * Suggest installing linux-headers by default.
  1957  * Change the twitter handle
  1958  * Clarify Amazon EC2 installation
  1959  * 'Base' image is deprecated and should no longer be referenced in the docs.
  1960  * Move note about officially supported kernel
  1961  - Solved the logo being squished in Safari
  1962  
  1963  #### Builder
  1964  
  1965  + Add USER instruction do Dockerfile
  1966  + Add workdir support for the Buildfile
  1967  * Add no cache for docker build
  1968  - Fix docker build and docker events output
  1969  - Only count known instructions as build steps
  1970  - Make sure ENV instruction within build perform a commit each time
  1971  - Forbid certain paths within docker build ADD
  1972  - Repository name (and optionally a tag) in build usage
  1973  - Make sure ADD will create everything in 0755
  1974  
  1975  #### Remote API
  1976  
  1977  * Sort Images by most recent creation date.
  1978  * Reworking opaque requests in registry module
  1979  * Add image name in /events
  1980  * Use mime pkg to parse Content-Type
  1981  * 650 http utils and user agent field
  1982  
  1983  #### Hack
  1984  
  1985  + Bash Completion: Limit commands to containers of a relevant state
  1986  * Add docker dependencies coverage testing into docker-ci
  1987  
  1988  #### Packaging
  1989  
  1990  + Docker-brew 0.5.2 support and memory footprint reduction
  1991  * Add new docker dependencies into docker-ci
  1992  - Revert "docker.upstart: avoid spawning a `sh` process"
  1993  + Docker-brew and Docker standard library
  1994  + Release docker with docker
  1995  * Fix the upstart script generated by get.docker.io
  1996  * Enabled the docs to generate manpages.
  1997  * Revert Bind daemon to 0.0.0.0 in Vagrant.
  1998  
  1999  #### Register
  2000  
  2001  * Improve auth push
  2002  * Registry unit tests + mock registry
  2003  
  2004  #### Tests
  2005  
  2006  * Improve TestKillDifferentUser to prevent timeout on buildbot
  2007  - Fix typo in TestBindMounts (runContainer called without image)
  2008  * Improve TestGetContainersTop so it does not rely on sleep
  2009  * Relax the lo interface test to allow iface index != 1
  2010  * Add registry functional test to docker-ci
  2011  * Add some tests in server and utils
  2012  
  2013  #### Other
  2014  
  2015  * Contrib: bash completion script
  2016  * Client: Add docker cp command and copy api endpoint to copy container files/folders to the host
  2017  * Don`t read from stdout when only attached to stdin
  2018  
  2019  ## 0.5.3 (2013-08-13)
  2020  
  2021  #### Runtime
  2022  
  2023  * Use docker group for socket permissions
  2024  - Spawn shell within upstart script
  2025  - Handle ip route showing mask-less IP addresses
  2026  - Add hostname to environment
  2027  
  2028  #### Builder
  2029  
  2030  - Make sure ENV instruction within build perform a commit each time
  2031  
  2032  ## 0.5.2 (2013-08-08)
  2033  
  2034  * Builder: Forbid certain paths within docker build ADD
  2035  - Runtime: Change network range to avoid conflict with EC2 DNS
  2036  * API: Change daemon to listen on unix socket by default
  2037  
  2038  ## 0.5.1 (2013-07-30)
  2039  
  2040  #### Runtime
  2041  
  2042  + Add `ps` args to `docker top`
  2043  + Add support for container ID files (pidfile like)
  2044  + Add container=lxc in default env
  2045  + Support networkless containers with `docker run -n` and `docker -d -b=none`
  2046  * Stdout/stderr logs are now stored in the same file as JSON
  2047  * Allocate a /16 IP range by default, with fallback to /24. Try 12 ranges instead of 3.
  2048  * Change .dockercfg format to json and support multiple auth remote
  2049  - Do not override volumes from config
  2050  - Fix issue with EXPOSE override
  2051  
  2052  #### API
  2053  
  2054  + Docker client now sets useragent (RFC 2616)
  2055  + Add /events endpoint
  2056  
  2057  #### Builder
  2058  
  2059  + ADD command now understands URLs
  2060  + CmdAdd and CmdEnv now respect Dockerfile-set ENV variables
  2061  - Create directories with 755 instead of 700 within ADD instruction
  2062  
  2063  #### Hack
  2064  
  2065  * Simplify unit tests with helpers
  2066  * Improve docker.upstart event
  2067  * Add coverage testing into docker-ci
  2068  
  2069  ## 0.5.0 (2013-07-17)
  2070  
  2071  #### Runtime
  2072  
  2073  + List all processes running inside a container with 'docker top'
  2074  + Host directories can be mounted as volumes with 'docker run -v'
  2075  + Containers can expose public UDP ports (eg, '-p 123/udp')
  2076  + Optionally specify an exact public port (eg. '-p 80:4500')
  2077  * 'docker login' supports additional options
  2078  - Don't save a container`s hostname when committing an image.
  2079  
  2080  #### Registry
  2081  
  2082  + New image naming scheme inspired by Go packaging convention allows arbitrary combinations of registries
  2083  - Fix issues when uploading images to a private registry
  2084  
  2085  #### Builder
  2086  
  2087  + ENTRYPOINT instruction sets a default binary entry point to a container
  2088  + VOLUME instruction marks a part of the container as persistent data
  2089  * 'docker build' displays the full output of a build by default
  2090  
  2091  ## 0.4.8 (2013-07-01)
  2092  
  2093  + Builder: New build operation ENTRYPOINT adds an executable entry point to the container.  - Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.
  2094  - Tests: Fix issues in the test suite
  2095  
  2096  ## 0.4.7 (2013-06-28)
  2097  
  2098  #### Remote API
  2099  
  2100  * The progress bar updates faster when downloading and uploading large files
  2101  - Fix a bug in the optional unix socket transport
  2102  
  2103  #### Runtime
  2104  
  2105  * Improve detection of kernel version
  2106  + Host directories can be mounted as volumes with 'docker run -b'
  2107  - fix an issue when only attaching to stdin
  2108  * Use 'tar --numeric-owner' to avoid uid mismatch across multiple hosts
  2109  
  2110  #### Hack
  2111  
  2112  * Improve test suite and dev environment
  2113  * Remove dependency on unit tests on 'os/user'
  2114  
  2115  #### Other
  2116  
  2117  * Registry: easier push/pull to a custom registry
  2118  + Documentation: add terminology section
  2119  
  2120  ## 0.4.6 (2013-06-22)
  2121  
  2122  - Runtime: fix a bug which caused creation of empty images (and volumes) to crash.
  2123  
  2124  ## 0.4.5 (2013-06-21)
  2125  
  2126  + Builder: 'docker build git://URL' fetches and builds a remote git repository
  2127  * Runtime: 'docker ps -s' optionally prints container size
  2128  * Tests: improved and simplified
  2129  - Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail.
  2130  - Builder: fix a regression when using ADD with single regular file.
  2131  
  2132  ## 0.4.4 (2013-06-19)
  2133  
  2134  - Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
  2135  
  2136  ## 0.4.3 (2013-06-19)
  2137  
  2138  #### Builder
  2139  
  2140  + ADD of a local file will detect tar archives and unpack them
  2141  * ADD improvements: use tar for copy + automatically unpack local archives
  2142  * ADD uses tar/untar for copies instead of calling 'cp -ar'
  2143  * Fix the behavior of ADD to be (mostly) reverse-compatible, predictable and well-documented.
  2144  - Fix a bug which caused builds to fail if ADD was the first command
  2145  * Nicer output for 'docker build'
  2146  
  2147  #### Runtime
  2148  
  2149  * Remove bsdtar dependency
  2150  * Add unix socket and multiple -H support
  2151  * Prevent rm of running containers
  2152  * Use go1.1 cookiejar
  2153  - Fix issue detaching from running TTY container
  2154  - Forbid parallel push/pull for a single image/repo. Fixes #311
  2155  - Fix race condition within Run command when attaching.
  2156  
  2157  #### Client
  2158  
  2159  * HumanReadable ProgressBar sizes in pull
  2160  * Fix docker version`s git commit output
  2161  
  2162  #### API
  2163  
  2164  * Send all tags on History API call
  2165  * Add tag lookup to history command. Fixes #882
  2166  
  2167  #### Documentation
  2168  
  2169  - Fix missing command in irc bouncer example
  2170  
  2171  ## 0.4.2 (2013-06-17)
  2172  
  2173  - Packaging: Bumped version to work around an Ubuntu bug
  2174  
  2175  ## 0.4.1 (2013-06-17)
  2176  
  2177  #### Remote Api
  2178  
  2179  + Add flag to enable cross domain requests
  2180  + Add images and containers sizes in docker ps and docker images
  2181  
  2182  #### Runtime
  2183  
  2184  + Configure dns configuration host-wide with 'docker -d -dns'
  2185  + Detect faulty DNS configuration and replace it with a public default
  2186  + Allow docker run <name>:<id>
  2187  + You can now specify public port (ex: -p 80:4500)
  2188  * Improve image removal to garbage-collect unreferenced parents
  2189  
  2190  #### Client
  2191  
  2192  * Allow multiple params in inspect
  2193  * Print the container id before the hijack in `docker run`
  2194  
  2195  #### Registry
  2196  
  2197  * Add regexp check on repo`s name
  2198  * Move auth to the client
  2199  - Remove login check on pull
  2200  
  2201  #### Other
  2202  
  2203  * Vagrantfile: Add the rest api port to vagrantfile`s port_forward
  2204  * Upgrade to Go 1.1
  2205  - Builder: don`t ignore last line in Dockerfile when it doesn`t end with \n
  2206  
  2207  ## 0.4.0 (2013-06-03)
  2208  
  2209  #### Builder
  2210  
  2211  + Introducing Builder
  2212  + 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
  2213  
  2214  #### Remote API
  2215  
  2216  + Introducing Remote API
  2217  + control Docker programmatically using a simple HTTP/json API
  2218  
  2219  #### Runtime
  2220  
  2221  * Various reliability and usability improvements
  2222  
  2223  ## 0.3.4 (2013-05-30)
  2224  
  2225  #### Builder
  2226  
  2227  + 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
  2228  + 'docker build -t FOO' applies the tag FOO to the newly built container.
  2229  
  2230  #### Runtime
  2231  
  2232  + Interactive TTYs correctly handle window resize
  2233  * Fix how configuration is merged between layers
  2234  
  2235  #### Remote API
  2236  
  2237  + Split stdout and stderr on 'docker run'
  2238  + Optionally listen on a different IP and port (use at your own risk)
  2239  
  2240  #### Documentation
  2241  
  2242  * Improve install instructions.
  2243  
  2244  ## 0.3.3 (2013-05-23)
  2245  
  2246  - Registry: Fix push regression
  2247  - Various bugfixes
  2248  
  2249  ## 0.3.2 (2013-05-09)
  2250  
  2251  #### Registry
  2252  
  2253  * Improve the checksum process
  2254  * Use the size to have a good progress bar while pushing
  2255  * Use the actual archive if it exists in order to speed up the push
  2256  - Fix error 400 on push
  2257  
  2258  #### Runtime
  2259  
  2260  * Store the actual archive on commit
  2261  
  2262  ## 0.3.1 (2013-05-08)
  2263  
  2264  #### Builder
  2265  
  2266  + Implement the autorun capability within docker builder
  2267  + Add caching to docker builder
  2268  + Add support for docker builder with native API as top level command
  2269  + Implement ENV within docker builder
  2270  - Check the command existence prior create and add Unit tests for the case
  2271  * use any whitespaces instead of tabs
  2272  
  2273  #### Runtime
  2274  
  2275  + Add go version to debug infos
  2276  * Kernel version - don`t show the dash if flavor is empty
  2277  
  2278  #### Registry
  2279  
  2280  + Add docker search top level command in order to search a repository
  2281  - Fix pull for official images with specific tag
  2282  - Fix issue when login in with a different user and trying to push
  2283  * Improve checksum - async calculation
  2284  
  2285  #### Images
  2286  
  2287  + Output graph of images to dot (graphviz)
  2288  - Fix ByParent function
  2289  
  2290  #### Documentation
  2291  
  2292  + New introduction and high-level overview
  2293  + Add the documentation for docker builder
  2294  - CSS fix for docker documentation to make REST API docs look better.
  2295  - Fix CouchDB example page header mistake
  2296  - Fix README formatting
  2297  * Update www.docker.io website.
  2298  
  2299  #### Other
  2300  
  2301  + Website: new high-level overview
  2302  - Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
  2303  * Packaging: packaging ubuntu; issue #510: Use goland-stable PPA package to build docker
  2304  
  2305  ## 0.3.0 (2013-05-06)
  2306  
  2307  #### Runtime
  2308  
  2309  - Fix the command existence check
  2310  - strings.Split may return an empty string on no match
  2311  - Fix an index out of range crash if cgroup memory is not
  2312  
  2313  #### Documentation
  2314  
  2315  * Various improvements
  2316  + New example: sharing data between 2 couchdb databases
  2317  
  2318  #### Other
  2319  
  2320  * Vagrant: Use only one deb line in /etc/apt
  2321  + Registry: Implement the new registry
  2322  
  2323  ## 0.2.2 (2013-05-03)
  2324  
  2325  + Support for data volumes ('docker run -v=PATH')
  2326  + Share data volumes between containers ('docker run -volumes-from')
  2327  + Improve documentation
  2328  * Upgrade to Go 1.0.3
  2329  * Various upgrades to the dev environment for contributors
  2330  
  2331  ## 0.2.1 (2013-05-01)
  2332  
  2333  + 'docker commit -run' bundles a layer with default runtime options: command, ports etc.
  2334  * Improve install process on Vagrant
  2335  + New Dockerfile operation: "maintainer"
  2336  + New Dockerfile operation: "expose"
  2337  + New Dockerfile operation: "cmd"
  2338  + Contrib script to build a Debian base layer
  2339  + 'docker -d -r': restart crashed containers at daemon startup
  2340  * Runtime: improve test coverage
  2341  
  2342  ## 0.2.0 (2013-04-23)
  2343  
  2344  - Runtime: ghost containers can be killed and waited for
  2345  * Documentation: update install instructions
  2346  - Packaging: fix Vagrantfile
  2347  - Development: automate releasing binaries and ubuntu packages
  2348  + Add a changelog
  2349  - Various bugfixes
  2350  
  2351  ## 0.1.8 (2013-04-22)
  2352  
  2353  - Dynamically detect cgroup capabilities
  2354  - Issue stability warning on kernels <3.8
  2355  - 'docker push' buffers on disk instead of memory
  2356  - Fix 'docker diff' for removed files
  2357  - Fix 'docker stop' for ghost containers
  2358  - Fix handling of pidfile
  2359  - Various bugfixes and stability improvements
  2360  
  2361  ## 0.1.7 (2013-04-18)
  2362  
  2363  - Container ports are available on localhost
  2364  - 'docker ps' shows allocated TCP ports
  2365  - Contributors can run 'make hack' to start a continuous integration VM
  2366  - Streamline ubuntu packaging & uploading
  2367  - Various bugfixes and stability improvements
  2368  
  2369  ## 0.1.6 (2013-04-17)
  2370  
  2371  - Record the author an image with 'docker commit -author'
  2372  
  2373  ## 0.1.5 (2013-04-17)
  2374  
  2375  - Disable standalone mode
  2376  - Use a custom DNS resolver with 'docker -d -dns'
  2377  - Detect ghost containers
  2378  - Improve diagnosis of missing system capabilities
  2379  - Allow disabling memory limits at compile time
  2380  - Add debian packaging
  2381  - Documentation: installing on Arch Linux
  2382  - Documentation: running Redis on docker
  2383  - Fix lxc 0.9 compatibility
  2384  - Automatically load aufs module
  2385  - Various bugfixes and stability improvements
  2386  
  2387  ## 0.1.4 (2013-04-09)
  2388  
  2389  - Full support for TTY emulation
  2390  - Detach from a TTY session with the escape sequence `C-p C-q`
  2391  - Various bugfixes and stability improvements
  2392  - Minor UI improvements
  2393  - Automatically create our own bridge interface 'docker0'
  2394  
  2395  ## 0.1.3 (2013-04-04)
  2396  
  2397  - Choose TCP frontend port with '-p :PORT'
  2398  - Layer format is versioned
  2399  - Major reliability improvements to the process manager
  2400  - Various bugfixes and stability improvements
  2401  
  2402  ## 0.1.2 (2013-04-03)
  2403  
  2404  - Set container hostname with 'docker run -h'
  2405  - Selective attach at run with 'docker run -a [stdin[,stdout[,stderr]]]'
  2406  - Various bugfixes and stability improvements
  2407  - UI polish
  2408  - Progress bar on push/pull
  2409  - Use XZ compression by default
  2410  - Make IP allocator lazy
  2411  
  2412  ## 0.1.1 (2013-03-31)
  2413  
  2414  - Display shorthand IDs for convenience
  2415  - Stabilize process management
  2416  - Layers can include a commit message
  2417  - Simplified 'docker attach'
  2418  - Fix support for re-attaching
  2419  - Various bugfixes and stability improvements
  2420  - Auto-download at run
  2421  - Auto-login on push
  2422  - Beefed up documentation
  2423  
  2424  ## 0.1.0 (2013-03-23)
  2425  
  2426  Initial public release
  2427  
  2428  - Implement registry in order to push/pull images
  2429  - TCP port allocation
  2430  - Fix termcaps on Linux
  2431  - Add documentation
  2432  - Add Vagrant support with Vagrantfile
  2433  - Add unit tests
  2434  - Add repository/tags to ease image management
  2435  - Improve the layer implementation