From 99e9356e5d35147a7a27be77488372b6baa5506b Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Wed, 18 Apr 2018 15:18:17 -0400 Subject: [PATCH] removed mention of compose upg 1.6 to 1.7 I feel like compose 1.7 was so long ago (over 2 years) that mentioning logs change isn't necessary. --- slides/common/composescale.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/slides/common/composescale.md b/slides/common/composescale.md index 3a8d2a86..fe4939d6 100644 --- a/slides/common/composescale.md +++ b/slides/common/composescale.md @@ -49,26 +49,6 @@ Tip: use `^S` and `^Q` to pause/resume log output. --- -class: extra-details - -## Upgrading from Compose 1.6 - -.warning[The `logs` command has changed between Compose 1.6 and 1.7!] - -- Up to 1.6 - - - `docker-compose logs` is the equivalent of `logs --follow` - - - `docker-compose logs` must be restarted if containers are added - -- Since 1.7 - - - `--follow` must be specified explicitly - - - new containers are automatically picked up by `docker-compose logs` - ---- - ## Scaling up the application - Our goal is to make that performance graph go up (without changing a line of code!)