cyberduck/mariadbThis is a fork of the Docker official image for mariadb. See the official mariadb Docker Hub page for the original full readme on how to use this Docker image and for information regarding contributing and issues.
MYSQL_SECONDARY_DATABASE environment variable supportBecause we always need to have a test database created to run our unit tests on a separate (but still related) database, we decided to add a new environment variable to create that optional secondary database upon image startup.
Similar to MYSQL_DATABASE, the MYSQL_USER created upon image startup will have full rights over this one.
This is very useful for our internal development workflow.
See our Docker Hub page for the full readme updated with our changes.
ymlversion: '2' services: ... db: image: cyberduck/mariadb(:<version-tag>) environment: MYSQL_DATABASE: projectname MYSQL_SECONDARY_DATABASE: test MYSQL_USER: projectname MYSQL_PASSWORD: secret MYSQL_ROOT_PASSWORD: root volumes: - projectname-data:/var/lib/mysql #if you're using volumes to persist storage networks: - my_net #if you're using networks between containers ports: - "33060:3306" #this way you port 33060 can be used to connect from your host using GUI clients like Sequel Pro

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务