You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #2708 docs documenting how to change the port,
particular for host networking was requested.
The example in "configuration without a cnf file section" was
already the default anyway (utf8), so this was just replaced.
Using MARIADB_ROOT_PASSWORD in the example to move away from
MySQL naming (still supported however).
Closes: docker-library#2078
Copy file name to clipboardexpand all lines: mariadb/content.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -83,10 +83,10 @@ This will start a new container `some-%%REPO%%` where the MariaDB instance uses
83
83
84
84
### Configuration without a `cnf` file
85
85
86
-
Many configuration options can be passed as flags to `mysqld`. This will give you the flexibility to customize the container without needing a `cnf` file. For example, if you want to change the default encoding and collation for all tables to use UTF-8 (`utf8mb4`) just run the following:
86
+
Many configuration options can be passed as flags to `mysqld`. This will give you the flexibility to customize the container without needing a `cnf` file. For example, if you want to run on port 3808 on the host network just run the following:
0 commit comments