Closed antgel closed 9 years ago
Try changing:
d.run "mariadb",
args: "--name mariadb -e MYSQL_ROOT_PASSWORD=mariadb -d mariadb"
To:
d.run "mariadb",
args: "--name mariadb -e MYSQL_ROOT_PASSWORD=mariadb -d"
:wink:
Thanks. blush
I'm having a problem getting a mariadb Docker container to run when the VM is provisioned. Here's the relevant part of my Vagrantfile:
Yet, it does seem to work if i ssh into the vagrant VM. See below. What's wrong? Can I provide any more useful info to help you debug this?