Skip to content

Commit

Permalink
Merge pull request docker-library#368 from infosiftr/resync-mysql-mar…
Browse files Browse the repository at this point in the history
…ia-percona

Resync mysql, mariadb, and percona descriptions
  • Loading branch information
yosifkit committed Oct 19, 2015
2 parents f235509 + 9b29645 commit d4bf04f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mariadb/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Do note that there is no need to use this mechanism to create the root superuser

This is an optional variable. Set to `yes` to allow the container to be started with a blank password for the root user. *NOTE*: Setting this variable to `yes` is not recommended unless you really know what you are doing, since this will leave your MariaDB instance completely unprotected, allowing anyone to gain complete superuser access.

# Initializing a fresh instance

When a container is started for the first time, a new database `mysql` will be initialized with the provided configuration variables. Furthermore, it will execute files with extensions `.sh` and `.sql` that are found in `/docker-entrypoint-initdb.d`. You can easily populate your %%REPO%% services by [mounting a SQL dump into that directory](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-file-as-a-data-volume) and provide [custom images](https://docs.docker.com/reference/builder/) with contributed data.

# Caveats

## Where to Store Data
Expand Down
2 changes: 1 addition & 1 deletion mysql/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This is an optional variable. Set to `yes` to allow the container to be started

# Initializing a fresh instance

When a container is started for the first time, a new database `mysql` will be initialized with the provided configuration variables. Furthermore, it will execute `.sh`- and `.sql`-files that are found in `/docker-entrypoint-initdb.d`. You can easily populate your %%REPO%% services by [mounting a SQL dump into that directory](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-file-as-a-data-volume) and provide [custom images](https://docs.docker.com/reference/builder/) with contributed data.
When a container is started for the first time, a new database `mysql` will be initialized with the provided configuration variables. Furthermore, it will execute files with extensions `.sh` and `.sql` that are found in `/docker-entrypoint-initdb.d`. You can easily populate your %%REPO%% services by [mounting a SQL dump into that directory](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-file-as-a-data-volume) and provide [custom images](https://docs.docker.com/reference/builder/) with contributed data.

# Caveats

Expand Down
4 changes: 4 additions & 0 deletions percona/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Do note that there is no need to use this mechanism to create the root superuser

This is an optional variable. Set to `yes` to allow the container to be started with a blank password for the root user. *NOTE*: Setting this variable to `yes` is not recommended unless you really know what you are doing, since this will leave your Percona instance completely unprotected, allowing anyone to gain complete superuser access.

# Initializing a fresh instance

When a container is started for the first time, a new database `mysql` will be initialized with the provided configuration variables. Furthermore, it will execute files with extensions `.sh` and `.sql` that are found in `/docker-entrypoint-initdb.d`. You can easily populate your %%REPO%% services by [mounting a SQL dump into that directory](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-file-as-a-data-volume) and provide [custom images](https://docs.docker.com/reference/builder/) with contributed data.

# Caveats

## Where to Store Data
Expand Down

0 comments on commit d4bf04f

Please sign in to comment.