Add missing end %% to a REPO reference

This commit is contained in:
Yngve Svendsen 2015-03-21 08:50:54 -04:00
parent 9e9246e9c6
commit 385da75d9d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.