@@ -143,16 +143,20 @@ get SQLite tests for free :)
...
@@ -143,16 +143,20 @@ get SQLite tests for free :)
If you don't feel like setting up databases and users, you can use our [docker](http://docker.io)[image](https://index.docker.io/u/mhansen/sequelize-contribution/) for sequelize contribution.
If you don't feel like setting up databases and users, you can use our [docker](http://docker.io)[image](https://index.docker.io/u/mhansen/sequelize-contribution/) for sequelize contribution.
1. Getting the image:
1. Getting the image:
sudo docker pull mhansen/sequelize-contribution`
sudo docker pull mhansen/sequelize-contribution`
2. Start the container and save references to container id and ip:
2. Start the container and save references to container id and ip:
CONTAINER=$(sudo docker run -d -i -t mhansen/sequelize-contribution)
CONTAINER=$(sudo docker run -d -i -t mhansen/sequelize-contribution)