Skip to content

Instantly share code, notes, and snippets.

@aweiteka
Created December 18, 2014 17:07
Show Gist options
  • Select an option

  • Save aweiteka/6cc9f491c81b4c849810 to your computer and use it in GitHub Desktop.

Select an option

Save aweiteka/6cc9f491c81b4c849810 to your computer and use it in GitHub Desktop.
Run unit tests on Docker
#!/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