不要怂,就是干,撸起袖子干!

Commit 4186ccfb by Mick Hansen

Update README.md

1 parent d8202b1d
Showing with 1 additions and 2 deletions
...@@ -140,7 +140,7 @@ $ echo "CREATE DATABASE sequelize_test;" | mysql -uroot ...@@ -140,7 +140,7 @@ $ echo "CREATE DATABASE sequelize_test;" | mysql -uroot
get SQLite tests for free :) get SQLite tests for free :)
#### 3a. Docker #### 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: Running:
``` ```
...@@ -149,7 +149,6 @@ CONTAINER=$(sudo docker run -d -i -t mhansen/sequelize-contribution) && \ ...@@ -149,7 +149,6 @@ CONTAINER=$(sudo docker run -d -i -t mhansen/sequelize-contribution) && \
CONTAINER_IP=$(sudo docker inspect -format='{{.NetworkSettings.IPAddress}}' $CONTAINER) && \ CONTAINER_IP=$(sudo docker inspect -format='{{.NetworkSettings.IPAddress}}' $CONTAINER) && \
SEQ_HOST=$CONTAINER_IP SEQ_USER=sequelize_test make all && \ SEQ_HOST=$CONTAINER_IP SEQ_USER=sequelize_test make all && \
sudo docker stop $CONTAINER sudo docker stop $CONTAINER
``` ```
Will run the docker image, run all tests and stop the container again. Will run the docker image, run all tests and stop the container again.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!