【openeuler/mysql docker image overview】
【代码】【openeuler/mysql docker image overview】
Quick reference
-
The official MySQL docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
MySQL | openEuler
Current MySQL docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Learn more on MySQL website.
Supported tags and respective Dockerfile links
The tag of each mlflow docker image is consist of the version of redis and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 8.3.0-oe2203sp3 | MySQL server 8.3.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
Usage
In this usage, users can select the corresponding {Tag} based on their requirements.
- Pull the
openeuler/mysqlimage from docker
docker pull openeuler/mysql:{Tag}
- Start a mysql instance
docker run -d --name my-mysql -p 5000:5000 openeuler/mysql:{Tag}
After the instance my-mysql is started, access the mysql service through http://localhost:5000.
- View container running logs
docker logs -f my-mysql
- To get an interactive shell
docker exec -it my-mysql/bin/bash
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.
鲲鹏昇腾开发者社区是面向全社会开放的“联接全球计算开发者,聚合华为+生态”的社区,内容涵盖鲲鹏、昇腾资源,帮助开发者快速获取所需的知识、经验、软件、工具、算力,支撑开发者易学、好用、成功,成为核心开发者。
更多推荐

所有评论(0)