Browse code

Update CHANGELOG.md

Fix "smart" dashes.

Signed-off-by: Zhuoyun Wei <wzyboy@wzyboy.org>

Zhuoyun Wei authored on 2016/01/14 21:16:29
Showing 1 changed files
... ...
@@ -405,7 +405,7 @@ by another client (#15489)
405 405
 + Docker daemon has full IPv6 support
406 406
 + 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
407 407
 + 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
408
-+ Container total memory usage can be limited for `docker run` using the `—memory-swap` flag
408
++ Container total memory usage can be limited for `docker run` using the `--memory-swap` flag
409 409
 * Major stability improvements for devicemapper storage driver
410 410
 * Better integration with host system: containers will reflect changes to the host's `/etc/resolv.conf` file when restarted
411 411
 * Better integration with host system: per-container iptable rules are moved to the DOCKER chain