summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2015-12-21 01:52:54 +0100
committerSebastiaan van Stijn <github@gone.nl>2015-12-21 01:52:54 +0100
commit5ed559fa0ef89c944734226278155050f994ece0 (patch)
tree620a3d9bc44bb0b814455b4e706a1c72b0189303 /CHANGELOG.md
parent12a08255b59d181eaaf02e1e06d4d6d057e86bd7 (diff)
Update links
Updates some links to their new locations, and replaces some http:// with https:// links. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b6e0dd3..79aee75f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -301,8 +301,8 @@ Several new configuration keys have been added to `docker-compose.yml`:
- `pid: host`, like `docker run --pid=host`, lets you reuse the same PID namespace as the host machine.
- `cpuset`, like `docker run --cpuset-cpus`, lets you specify which CPUs to allow execution in.
- `read_only`, like `docker run --read-only`, lets you mount a container's filesystem as read-only.
-- `security_opt`, like `docker run --security-opt`, lets you specify [security options](https://docs.docker.com/reference/run/#security-configuration).
-- `log_driver`, like `docker run --log-driver`, lets you specify a [log driver](https://docs.docker.com/reference/run/#logging-drivers-log-driver).
+- `security_opt`, like `docker run --security-opt`, lets you specify [security options](https://docs.docker.com/engine/reference/run/#security-configuration).
+- `log_driver`, like `docker run --log-driver`, lets you specify a [log driver](https://docs.docker.com/engine/reference/run/#logging-drivers-log-driver).
Many bugs have been fixed, including the following: