Skip to content

Commit 526c68e

Browse files
committed
mariadb: reference as MariaDB logs/configuration file
1 parent 6350e91 commit 526c68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mariadb/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ More information about the MariaDB command line client can be found in the [Mari
4040

4141
Run `docker stack deploy -c stack.yml %%REPO%%` (or `docker-compose -f stack.yml up`), wait for it to initialize completely, and visit `http://swarm-ip:8080`, `http://localhost:8080`, or `http://host-ip:8080` (as appropriate).
4242

43-
## Container shell access and viewing MySQL logs
43+
## Container shell access and viewing MariaDB logs
4444

4545
The `docker exec` command allows you to run commands inside a Docker container. The following command line will give you a bash shell inside your `%%IMAGE%%` container:
4646

@@ -54,7 +54,7 @@ The log is available through Docker's container log:
5454
$ docker logs some-%%REPO%%
5555
```
5656

57-
## Using a custom MySQL configuration file
57+
## Using a custom MariaDB configuration file
5858

5959
The startup configuration is specified in the file `/etc/mysql/my.cnf`, and that file in turn includes any files found in the `/etc/mysql/conf.d` directory that end with `.cnf`. Settings in files in this directory will augment and/or override settings in `/etc/mysql/my.cnf`. If you want to use a customized MySQL configuration, you can create your alternative configuration file in a directory on the host machine and then mount that directory location as `/etc/mysql/conf.d` inside the `%%IMAGE%%` container.
6060

0 commit comments

Comments
 (0)