Skip to content

Instantly share code, notes, and snippets.

@andreyrusanov
Last active July 26, 2017 11:34
Show Gist options
  • Select an option

  • Save andreyrusanov/dfb2acd57003f623d4f79f464c5b040e to your computer and use it in GitHub Desktop.

Select an option

Save andreyrusanov/dfb2acd57003f623d4f79f464c5b040e to your computer and use it in GitHub Desktop.
Maria DB from dump
FROM mariadb:10.3
ENV MYSQL_ROOT_PASSWORD=1111 MYSQL_DATABASE=db MYSQL_USER=user MYSQL_PASSWORD=1111
ADD dump.sql /docker-entrypoint-initdb.d/db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment