Sign inSign up

xqual/xstudio-mariadb

By xqual

•Updated 4 days ago

Database

Image
0

3.0K

xqual/xstudio-mariadb repository overview

⁠Goal

This Docker image runs the database server (which is MariaDB a real open-source fork of MySQL)

⁠Tag

The tag (i.e. "v88") represents the version of the database schema Please refer to https://www.xqual.com/documentation/install/install_xstudio_docker.html#Versions⁠ to use a version compatible with the xqual/xstudio-tomcat image's version.

⁠Parameters

The docker needs a few parameters to be customized with your own preferences:

ParameterDescriptionExample
MYSQL_ROOT_PASSWORDRoot password of the MariaDB database serverrootpwd
MYSQL_DATABASEName of the database that will host XStudio's dataxstudiodb
MYSQL_USERName of the MariaDB account that XStudio will usexstudio
MYSQL_PASSWORDClear password of the MariaDB account that XStudio will usexstudiopwd

⁠Example

Based on the above example values, the image can be run individually in a container using the command:

docker run --name xstudio-mariadb-container --publish 3306:3306
-e MYSQL_ROOT_PASSWORD=rootpwd
-e MYSQL_DATABASE=xstudio_db
-e MYSQL_USER=xstudio
-e MYSQL_PASSWORD=xstudiopwd
xqual/xstudio-mariadb:v88

⁠Docker-compose

It is not really useful to run this container by itself though. You should use Docker-compose to run it as part as an integrated instance. More details here: https://www.xqual.com/documentation/install/install_xstudio_docker.html⁠

Tag summary

Content type

Image

Digest

sha256:2f5fc330d…

Size

121.8 MB

Last updated

4 days ago

docker pull xqual/xstudio-mariadb:v100