outrigger/mariadbMariaDB docker container with easy configuration via environment variables.
Dockerfile links5.5 (5.5/Dockerfile) 10.0 (10.0/Dockerfile) 10.1 (10.1/Dockerfile) 10.2 (10.2/Dockerfile) This mariadb image is a MySQL compliant database image with configuration through a collection of environment variables detailed below.
For more documentation on how Outrigger images are constructed and how to work with them, please see the documentation.
Starting a MariaDB instance:
bashdocker run --name some-mariadb -e MYSQL_PASS=my-secret-pw -d phase2/mariadb
... where some-mariadb is the name you want to assign to your container and my-secret-pw is the password to be set for the MySQL root user
The MariaDB startup configuration is specified in the file /etc/mysql/my.cnf,
and that file in turn includes any files found in the /etc/mysql/my.cnf.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/my.cnf.d inside the mariadb container.
If /my/custom/config-file.cnf is the path and name of your custom
configuration file, you can start your mariadb container like this note that
only the directory path of the custom config file is used in this command):
bashdocker run --name some-mariadb -v /my/custom:/etc/mysql/my.cnf.d -e MYSQL_PASS=my-secret-pw -d outrigger/mariadb
This will start a new container some-mariadb where the MariaDB instance uses the combined startup settings from /etc/mysql/my.cnf and /etc/mysql/conf.d/config-file.cnf, with settings from the latter taking precedence.
If you add custom configuration in this way, you may invalidate the environment variables as source of database configuration.
Outrigger images use Environment Variables and confd to "templatize" a number of Docker environment configurations. These templates are processed on startup with environment variables passed in via the docker run command-line or via your docker-compose manifest file. Here are the "tunable" configurations offered by this image.
MYSQL_PASS: [admin] This will be the password that is set for the user
named admin. The root user does not have a password and allow local connections only.MYSQL_DATABASE: [e.g., app_db] If set, a database with this name will be
created when the database first starts up. This is not set by default.MYSQL_EXPIRE_LOGS_DAYS: [10]MYSQL_MAX_ALLOWED_PACKET: [16M]MYSQL_MAX_CONNECTIONS: [10]MYSQL_QUERY_CACHE_LIMIT: [1M]MYSQL_QUERY_CACHE_SIZE: [16M]MYSQL_SLOW_QUERY_LOG: [0] By default the slow query log is disabled.MYSQL_LONG_QUERY_TIME: [10] Long query threshold time in seconds.MYSQL_LOG_QUERY_NO_INDEX: [0] By default do not log queries that do not use an index.Please email outrigger@phase2technology with security concerns.

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务