Both MariaDB and MySQL fail to be used after 1.11.2-beta15

Expected behaviour

Starting my MariaDB container, I’d, well, assume it to start. Same with MySQL.

Actual behaviour

Instead, MariaDB fails to use the InnoDB driver, and while this might initially seem like an issue with the container, it has only happened after upgrading to 1.11.2-beta15. MariaDB container will quit with EXIT 1 right away, while for MySQL, Sequel Pro fails to connect because there’s an issue with the socket.

Information

Diagnostic 65CAF53F-27A8-4A4B-989F-DB23D3C74211
[OK] docker-cli
[OK] app
[OK] menubar
[OK] virtualization
[OK] system
[OK] osxfs
[OK] db
[OK] slirp
[OK] moby-console
[OK] logs
[OK] vmnetd
[OK] env
[OK] moby
[OK] driver.amd64-linux

OS X 10.11 (15A279b)

FROM mariadb:latest

CMD ["mysqld"]

EXPOSE 3306

Steps to reproduce the behavior

  1. Use the above MariaDB docker container
  2. dc up -d

A similar thing with the MySQL container, which starts but isn’t usable.

1 Like

I’ve the same problem – any news on this ?

Yea, I managed to solve it by just deleting all my docker data completely