
### Build:
``` bash
docker build -t gcr.io/stellar-wilson/redis:0.1 .
```

###Deploy:
``` bash
gcloud docker -- push gcr.io/stellar-wilson/redis:0.1
```
