Sign inSign up

wirepas/mysql

By wirepas

•Updated over 5 years ago

Wrapper around the official mysql image

Image
0

539

wirepas/mysql repository overview

⁠MySQL

This folder contains a simple example on how to start and customize a MySQL database on top of docker.

We recommend that you visit the official MySQL dockerhub page for instructions⁠

The example in this folder allows you to setup a database with the properties defined in the docker-compose.yml file.

On the building stage Docker will copy the contents of sql⁠ to MySQL image entrypoint. The scripts will execute upon the database initialization.

To build and start the server type


    docker-compose build

    docker-compose up -d

Tag summary

Content type

Image

Digest

Size

147.4 MB

Last updated

over 5 years ago

docker pull wirepas/mysql