Created
December 18, 2014 17:07
-
-
Save aweiteka/6cc9f491c81b4c849810 to your computer and use it in GitHub Desktop.
Run unit tests on Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -e | |
| systemctl start docker.service | |
| yum install -y git | |
| git clone https://github.com/docker/docker.git | |
| cd docker | |
| make test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment