From 385da75d9dbf5ce95161b7be35fc92753bedfdd5 Mon Sep 17 00:00:00 2001 From: Yngve Svendsen Date: Sat, 21 Mar 2015 08:50:54 -0400 Subject: [PATCH] Add missing end %% to a REPO reference --- mysql/README.md | 2 +- mysql/content.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/README.md b/mysql/README.md index 2bb1ae119..484d7227a 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -118,7 +118,7 @@ If there is no database initialized when the container starts, then a default da ## Usage against an existing database -If you start your `%%REPO` container instance with a data directory that already contains a database (specifically, a `mysql` subdirectory), the `$MYSQL_ROOT_PASSWORD` variable should be omitted from the run command line; it will in any case be ignored, and the pre-existing database will not be changed in any way. +If you start your `mysql` container instance with a data directory that already contains a database (specifically, a `mysql` subdirectory), the `$MYSQL_ROOT_PASSWORD` variable should be omitted from the run command line; it will in any case be ignored, and the pre-existing database will not be changed in any way. # Supported Docker versions diff --git a/mysql/content.md b/mysql/content.md index 2bbca4b0a..51af70da5 100644 --- a/mysql/content.md +++ b/mysql/content.md @@ -110,4 +110,4 @@ If there is no database initialized when the container starts, then a default da ## Usage against an existing database -If you start your `%%REPO` container instance with a data directory that already contains a database (specifically, a `mysql` subdirectory), the `$MYSQL_ROOT_PASSWORD` variable should be omitted from the run command line; it will in any case be ignored, and the pre-existing database will not be changed in any way. +If you start your `%%REPO%%` container instance with a data directory that already contains a database (specifically, a `mysql` subdirectory), the `$MYSQL_ROOT_PASSWORD` variable should be omitted from the run command line; it will in any case be ignored, and the pre-existing database will not be changed in any way.