Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mariadb docs update #2080

Merged
merged 9 commits into from
Nov 25, 2021
Prev Previous commit
Update mariadb/content.md
better use of apt-get arguments

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
  • Loading branch information
grooverdan and tianon authored Nov 25, 2021
commit b78c943367d5f65020eeb830408fe62f6b39dfbc
2 changes: 1 addition & 1 deletion mariadb/content.md
Original file line number Diff line number Diff line change
@@ -320,7 +320,7 @@ In this case the `my\_initdb` is a `/docker-entrypoint-initdb.d` directory per "
A number of plugins are in separate packages to reduce their installation size. The package names of MariaDB created plugins can be determined using the following command:

```console
$ docker run --rm %%IMAGE%%:latest sh -c 'apt-get update > /dev/null && apt-cache search mariadb-plugin'
$ docker run --rm %%IMAGE%%:latest sh -c 'apt-get update -qq && apt-cache search mariadb-plugin'
```

### Creating a image with plugins from additional packages