Docker image for mattes/migrate
$ docker pull webplates/migrate
$ docker run --rm -it webplates/migrate
In order to effectvely run migrations, you need to mount a volume and configure the database parameters:
$ docker run --rm -it -v $PWD:/work -w /work webplates/migrate -path migrations/ -database mysql://user:pass@tcp\(host:3306\)/db up
The MIT License (MIT). Please see License File for more information.