From aac22266511aa602c80902ddf11d24d2d01b3856 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 19 Oct 2015 10:01:17 -0700 Subject: [PATCH] Run update.sh --- mariadb/README.md | 4 ++++ mysql/README.md | 2 +- percona/README.md | 4 ++++ rocket.chat/README.md | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/mariadb/README.md b/mariadb/README.md index 6b602b642..4c036096f 100644 --- a/mariadb/README.md +++ b/mariadb/README.md @@ -103,6 +103,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 mariadb 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 diff --git a/mysql/README.md b/mysql/README.md index 48b07fe1d..42efadeca 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -104,7 +104,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 mysql 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 mysql 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 diff --git a/percona/README.md b/percona/README.md index 69fad37a4..0f8148194 100644 --- a/percona/README.md +++ b/percona/README.md @@ -103,6 +103,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 percona 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 diff --git a/rocket.chat/README.md b/rocket.chat/README.md index 9d3a549f3..ab5ba7aef 100644 --- a/rocket.chat/README.md +++ b/rocket.chat/README.md @@ -1,6 +1,6 @@ # Supported tags and respective `Dockerfile` links -- [`0.4.0`, `0.4`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/607714350ff360aa5e0e493fd2cb6057684a980b/Dockerfile) +- [`0.7.0`, `0.7`, `0`, `latest` (*Dockerfile*)](https://github.com/RocketChat/Docker.Official.Image/blob/69f967fd139561a7eee0af140a8a07c28899731a/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/rocket.chat`)](https://github.com/docker-library/official-images/blob/master/library/rocket.chat). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).