Skip to content

Dockerized mysql instance to support the Box Anemometer application in rdio/docker-anemometer

Notifications You must be signed in to change notification settings

rdio/docker-anemometer-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-anemometer-mysql

Dockerized mysql instance to support the Box Anemometer application in rdio/docker-anemometer

The install.sql in the conf directory is pulled from the box/Anemometer project. It could have been added via git checkout, but for speed of development I chose to include it as configuration.

Sample running:

docker run -d --name anemometer-mysql -e MYSQL_USER=jhendrix -e MYSQL_PASSWORD=w4tcht0wer -e MYSQL_ROOT_PASSWORD=s3cr3t anemometer-mysql

About

Dockerized mysql instance to support the Box Anemometer application in rdio/docker-anemometer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published