mariadb
MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License.
See mariadb.org for more information
This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.
License
View license information
here
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Versions
Use the pull string below for the version of this image you require.
11.6.1 |
docker pull icr.io/ibmz/mariadb@sha256:ecb0c5c6fd2f1e6dc227c713c4b1470cb49565e6c95dea7e729c20ace7a4b31b |
Vulnerability Report | 11-08-2024 |
Version |
Pull String |
Security (IBM Cloud) |
Created |
Usage Notes
Exposed Ports: 3306
Start your container binding the external port 3306. Replace {assign-pass-here}
with the desired password you would like your root user to use..
docker run -d --name mariadb -p {mariadb-port}:3306 -e MARIADB_ROOT_PASSWORD={assign-pass-here} icr.io/ibmz/mariadb:{tag}
Further documentation can be found at
mariadb.com