When command line options are used, the container fails to start:
docker run -e MYSQL_ROOT_PASSWORD=my-secret-pw yobasystems/alpine-mariadb --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
...
/usr/bin/mysqld: Too many arguments (first extra is 'mysqld').
2018-12-02 9:50:34 140186701331336 [ERROR] Aborting
When command line options are used, the container fails to start:
(see mariadb.log for the complete log)