Sign inSign up

connorlanigan/mariadb-windows

By connorlanigan

Updated about 8 years ago

Runs MariaDB (successor of MySQL) on Windows Nanoserver

Image
0

664

connorlanigan/mariadb-windows repository overview

This image runs the standard distribution of MariaDB. The default username is "root", with no password. By default, remote access is not enabled.

Since Docker Hub doesn't support building Windows containers, this image was built locally. The Dockerfile is as follows:

FROM microsoft/nanoserver
LABEL maintainer="[email protected]"
COPY mariadb-10.3.7-winx64 c:/mariadb/
WORKDIR c:/mariadb/
CMD [ "bin/mysqld.exe", "--console"]

By default, the MariaDB download includes PDB-files for debugging. These have been removed from this image, as they are not needed for running the application (and this saves 68% of the image size).

Tag summary

Content type

Image

Digest

Size

449.9 MB

Last updated

about 8 years ago

docker pull connorlanigan/mariadb-windows:10.3.7