MariaDB is a community-developed fork of MySQL intended to remain free under the GNU GPL.
50K+
Source: https://gitlab.com/agrozyme-docker/mariadb
MariaDB is a community-developed fork of MySQL intended to remain free under the GNU GPL.
3306/var/lib/mysql/var/log/mysqlWhen you start the image, you can adjust the configuration of the instance by passing one or more environment variables on the docker run command line.
For replication:
This variable is mandatory and specifies the password that will be set for the root superuser account.
This variable is optional and allows you to specify the name of a database to be created on image startup.
If a user/password was supplied (see below) then that user will be granted superuser access (corresponding to GRANT ALL) to this database.
These variables are optional, used in conjunction to create a new user.
This user will be granted superuser permissions (see above) for the database specified by the MYSQL_DATABASE variable.
Both variables are required for a user to be created.
These variables are optional, used in conjunction to set that user's password.
Do note that there is no need to use this mechanism to create the root superuser, that user gets created by default with the password specified by the MYSQL_ROOT_PASSWORD variable.
These variables are optional, set YES to reset below variables.
These variables are optional, set YES to show init-command.
These variables are optional
These variables are optional
These variables are optional
These variables are optional
Content type
Image
Digest
sha256:3af1a37db…
Size
106.9 MB
Last updated
about 1 month ago
docker pull agrozyme/mariadb