From 9c5319211db133a156a031096aa5680b925aae80 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 26 Oct 2016 16:58:24 -0700 Subject: [PATCH 1/2] Fixing note formatting Changing note format back to the way it was to match the rest of the notes in this section. --- compose/wordpress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/wordpress.md b/compose/wordpress.md index 4946476364..8bac097e14 100644 --- a/compose/wordpress.md +++ b/compose/wordpress.md @@ -62,7 +62,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t WORDPRESS_DB_PASSWORD: wordpress ``` - >**NOTE**: The folder `./.data/db` will be automatically created in the project directory + **NOTE**: The folder `./.data/db` will be automatically created in the project directory alongside the `docker-compose.yml` which will persist any updates made by wordpress to the database. From 7b04a910bcd0667ba3319cb7ffdddad559b38259 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 26 Oct 2016 17:14:42 -0700 Subject: [PATCH 2/2] Update index.md --- docker-for-mac/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-for-mac/index.md b/docker-for-mac/index.md index 9966ab5115..ab4cf1acdf 100644 --- a/docker-for-mac/index.md +++ b/docker-for-mac/index.md @@ -55,9 +55,9 @@ For more about stable and beta channels, see the [FAQs](faqs.md#stable-and-beta- >**Important Notes**: > ->* Docker for Mac requires macOS 10.10.3 Yosemite or newer running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization. Please see [What to know before you install](index.md#what-to-know-before-you-install) for a full list of prerequisites. +> * Docker for Mac requires macOS 10.10.3 Yosemite or newer running on a 2010 or newer Mac, with Intel's hardware support for MMU virtualization. Please see [What to know before you install](index.md#what-to-know-before-you-install) for a full list of prerequisites. > ->* You can switch between beta and stable versions, but _you must have only one app installed at a time_. Also, you will need to save images and export containers you want to keep before uninstalling the current version before installing another. For more about this, see the [FAQs about beta and stable channels](faqs.md#stable-and-beta-channels). +> * You can switch between beta and stable versions, but _you must have only one app installed at a time_. Also, you will need to save images and export containers you want to keep before uninstalling the current version before installing another. For more about this, see the [FAQs about beta and stable channels](faqs.md#stable-and-beta-channels). ## What to know before you install