Last active
July 26, 2017 11:34
-
-
Save andreyrusanov/dfb2acd57003f623d4f79f464c5b040e to your computer and use it in GitHub Desktop.
Maria DB from dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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