Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed Dec 18, 2013
1 parent d8202b1 commit 4186ccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $ echo "CREATE DATABASE sequelize_test;" | mysql -uroot
get SQLite tests for free :)

#### 3a. Docker
If you don't feel like setting up databases and users, you can use our [docker](http://docker.io) image 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.

Running:
```
Expand All @@ -149,7 +149,6 @@ CONTAINER=$(sudo docker run -d -i -t mhansen/sequelize-contribution) && \
CONTAINER_IP=$(sudo docker inspect -format='{{.NetworkSettings.IPAddress}}' $CONTAINER) && \
SEQ_HOST=$CONTAINER_IP SEQ_USER=sequelize_test make all && \
sudo docker stop $CONTAINER
```
Will run the docker image, run all tests and stop the container again.

Expand Down

0 comments on commit 4186ccf

Please sign in to comment.