@@ -6,112 +6,72 @@ To build, make sure you have Docker [installed](http://www.docker.io/gettingstar
This will try to go in line with [Drupal automated-testing](https://drupal.org/automated-testing).
## kill any running docker daemon
```
sudo killall docker
```
## Install docker:
First, check that your APT system can deal with https URLs: the file /usr/lib/apt/methods/https should exist. If it doesn't, you need to install the package apt-transport-https.
```
curl get.docker.io | sudo sh -x
[ -e /usr/lib/apt/methods/https ] || {
apt-get update
apt-get install apt-transport-https
}
```
## Clone this repo somewhere,
Then, add the Docker repository key to your local keychain.