Sign inSign up

openeuler/mariadb

Sponsored OSS

By openeuler

•Updated 2 months ago

Image
0

5.5K

openeuler/mariadb repository overview

⁠Quick reference

⁠mariadb | openEuler

Current mariadb docker images are built on the openEuler⁠. This repository is free to use and exempted from per-user rate limits.

MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.

Learn more about mariadb at https://mariadb.org/⁠.

The tag of each mariadb docker image is consist of the version of mariadb and the version of basic image. The details are as follows

TagCurrentlyArchitectures
12.1.1-oe2403sp4⁠mariadb 12.1.1 on openEuler 24.03-LTS-SP4amd64, arm64
12.1.1-oe2403sp1⁠mariadb 12.1.1 on openEuler 24.03-LTS-SP1amd64, arm64
11.7.2-oe2403sp1⁠mariadb 11.7.2 on openEuler 24.03-LTS-SP1amd64, arm64

⁠Usage

  • Launch the mariadb instance

    As applications talk to MariaDB, MariaDB needs to start in the same network as the application:

    docker network create some-network 
    docker run --detach --network some-network --name some-mariadb --env MARIADB_USER=example-user --env MARIADB_PASSWORD=my_cool_secret --env MARIADB_ROOT_PASSWORD=my-secret-pw openeuler/mariadb:latest
    

    You can connect to MariaDB from the MariaDB command line client, more information about the MariaDB command-line client can be found in the MariaDB Command Line Client⁠⁠

⁠Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images⁠.

Tag summary

Content type

Image

Digest

sha256:8fbbd9968â€Ĥ

Size

893 MB

Last updated

2 months ago

docker pull openeuler/mariadb

This week's pulls

Pulls:

17

Last week